EDGAR GONZALEZ

Web and Programming Skills

C++

C

JAVA

PYTHON

HTML

CSS

JAVASCRIPT

REACTJS

Projects

Github User

Technologies Used: HTML, CSS, Javascript, ReactJS

Web app that queries GitHub API based on user input. Once the information is fetched, it is then displayed in an informative manner.

Neural Net Cursor

Technologies Used: Javascript, HTML, P5JS, TensorflowJS

Builds a Neural Network that learns the position of user mouse over time. Allows user to configure their own Neural Net.

Neural Net Library

Technologies Used: C++

Neural Network library built completely in vanilla C++. Allows user to modify the network with hyper parameters such as learning rate and hidden layers. It can be used stand alone or it includes a handwritten digit classifier!