Sentiment Analysis with Deep Learning
A comprehensive sentiment analysis system using LSTM networks and BERT transformers to classify movie reviews with 94% accuracy.
$ cat welcome.txt
CS student
Hi! I'm Jesus, a computer science student. I like building tools, experimenting with stuff, and I'd like sharing knowledge through writing. Currently learning new tech, tools and new ways to solve problems and use data + programming to create some cool things. Welcome to my website!
class Person:
def __init__(self):
self.name = "Jesus Flores Lacarra"
self.education = {
"University": "Universidad de Sonora",
"Degree": "Computer Science"}
self.skills = [
"Programming",
"Statistics",
"Data Analysis",
"Python"
]
def work(self):
return "Building stuff..."
def __repr__(self):
return f"<Person {self.name}>"Recent work I've done. Enjoy exploring these projects!
A comprehensive sentiment analysis system using LSTM networks and BERT transformers to classify movie reviews with 94% accuracy.
Interesting writing journeys I've shared recently. Enjoy reading!
Abstract: An in-depth exploration of the mathematical foundations underlying machine learning algorithms, including linear regression, gradient descent, and neural networks.
Interested in collaboration or just want to chat about tech?