Victor Tobar


Web-app which calculates node voltages in DC circuits. It sets up a system of linear equations and solves it by using Gaussian elimination. Does not support supernodes. User input is processed by using a grid and cycling through the available components.
Complete Instructions
I took a class on circuits and realized that the practice problems were very procedural. I wanted to practice JavaScript so I decided to code a webapp capable of correcting my homework.
  • Front-End
  • - JavaScript
  • - CSS
Data visualization of a Pokemon Dataset. Includes analysis of different machine learning models which predict if a Pokemon is Legendary based on stats, primary type and secondary type.
Contains comments outlining my thought process.
I wanted to try some data visualization with Seaborn. Also, I read a textbook on machine learning with sklearn and wanted to try out what I learned.
  • Front-End
  • - Materialize
  • Back-End (Python)
  • - Pandas
  • - Seaborn
  • - Sklearn
Generated and preprocessed data to train a neural network to play pokemon.
Work in progress.
I wanted to see if I knew enough about machine learning to do something a little more complex.
  • Front-End
  • - JavaScript
  • - Jinja2
  • Back-End (Python)
  • - Flask
  • - Pandas
  • - Sklearn