M.S. Data Science - George Washington University
I am from Venezuela 🇻🇪 and Canada 🇨🇦. I am deeply passionate 💖 about computers 💻, specifically teaching computers how to learn 📚 from lots and lots of data 📊. My areas of interest 🤔 are Deep Learning 🧠, Natural Language Processing 💬, Graph-Neural Networks 🔗 and Reinforcement Learning 🤖.
This project implements neural networks using NumPy to solve regression and classification problems. Key algorithms covered include Perceptron, ADALINE and Multi-Layered Perceptron (MLP).
This project applies optimization techniques using NumPy to optimize multidimensional functions. Key algorithms covered include Gradient Descent, Linear Minimization, Newton's Method and Conjugate Gradient.
This paper aims to provide a comprehensive benchmarking framework for evaluating the performance of graph-based dynamic recommendation systems. Key algorithms covered SAGE (GraphSAGE), GAT (Graph Attention Networks), GIN (Graph Isomorphism Networks), and additional state of the art Graph Neural Network architectures.