These are my projects that I've developed or contributed to. My main interests lie in circuit design, aritifical intelligence, UI design and data analysis. I'm always working on a new project - stay tuned for more!
Used Airbnb listing data to understand popular trends and predict housing prices.
Full Analysis HereBuilt an interactive query tool for Yelp data using Yelp Fusion API, NumPy, and Bokeh data visualization tool. The tool returns the 50 best locations near you for a user’s search parameter (food preference usually). I introduced a credibility metric that integrates a business’ rating and review count ensuring that a 5-star establishment with 1000 reviews is given more weight than one with 20 reviews.
Get CodeThis program is my version of solving the MNIST Digit data set. It allows the user to draw a number on the screen and have the program take a guess of which digit it is. This uses a basic neural network model.
Get Code