Skip to content

Instantly share code, notes, and snippets.

View rakeshchada's full-sized avatar

Rakesh Chada rakeshchada

View GitHub Profile
@rakeshchada
rakeshchada / README.md
Last active June 21, 2018 20:13
Neural Embedding Animator

This tool lets you produce and animate points on a scatter plot. It's built with the idea of understanding transitions of embeddings produced from a neural network. Please refer to this blog post for more details.

How to use?

Animating hidden representations of data points
  1. Upload colors corresponding to the labels for the data points in your classification task in the colors.csv file. Note that it only accepts a csv file. So if you have something like a ".txt" file - you would need to change its extension to be ".csv".
  2. Upload the first file containing the 2-D or 3-D initial hidden representations (weights from the final layer of the neural network) using the "1st Data CSV File" button. They should have a 1-1 correspondence with the above labels/colors uploaded.
  3. Upload the second file containing the 2-D or 3-D final hidden representations (weights from the final layer of the neural network) using th
@rakeshchada
rakeshchada / Yelp_Predict_Rating.ipynb
Last active August 29, 2015 14:13
Predicting rating stars from review text using Topic Classification and Sentiment Analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakeshchada
rakeshchada / Baby_Weight_Prediction.ipynb
Created December 23, 2014 19:07
This IPython Notebook contains the detailed work flow of various phases involved in building machine learning models for the prediction of birth weight.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.