About Me
Up until now, I spent my days in my college laboratory developing different neural networks to solve all kinds of problems. And, as a challenge between me and my professor, I have decided to seek experience outside the college laboratory.
... Show MoreSkills
Programming Language
Web Development
Others
Database
Data & Analytics
Portfolio Projects
Company
Correlational Categorization, a Short Term Memory problem solved with Izikevich's Neuron
Role
Software Architect
Description
In this project, the goal was to develop a neural network with Izikevich's artificial neuron, to solve the correlational categorization problem. However, the network would receive the inputs at different times, during the same time window
Show More Show LessSkills
Python C++ Deep Learning Machine LearningCompany
SORT ALGORITHMS VIZUALIZER
Role
Full-Stack Developer
Description
REACT WEB APP WITH DIFFERENT SORTING ALGORITHMS
• An website where the user can see how 5 different sorting algorithms works
• It was coded QuickSort, HeapSort, Merge Sort,
BubbleSort and Counting Sort
Skills
JavaScript Node.JsTools
ReactJSSENTIMENT CLASSIFICATION
https://github.com/pbelisario/DeepLearning/tree/master/Sentiment_Classification_ProjectsCompany
SENTIMENT CLASSIFICATION
Description
UDACITY'S COURSE NLP PROJECT
• For a given review text, the network should predict if
it is a positive or negative review
• The idea behind these neural networks is by how the
positive and negative reviews use most of the time
similar words.
• Caveat: with a small update this network is capable
of showing similar and opposite words, for a given
word.
Skills
PythonTools
Jupyter NotebookCompany
SNAKE - AI
Description
CNN FOR PLAYING THE SNAKE GAME
• A Processing program, with a CNN
• The network contains 24 entries (8 Directions X 3
stimuli).
• For each direction the snake receives one stimulus
(1/0), if for that direction it can see its on body, the
food or wall
Skills
Deep Learning Machine LearningTools
ProcessingCompany
GAME OF LIFE
Role
Full-Stack Developer
Description
REACT WEB APP WITH CONWAY'S GAME OF LIFE
• An website where the user can see how Conway’s
cellular automata works.
Skills
JavaScript Node.JsTools
ReactJS