Pinned Repositories
BAGAN
Keras implementation of Balancing GAN (BAGAN) applied to the MNIST example.
BlkScholesMonteCarlo
Pricing a European option using Black Scholes vs. Monte Carlo simulation
character_level_lstm
cooking-recipes
legal_doc_parser
Uses GPT-4 & LangChain to parse a sample legal document, extract relevant info and produce a data table
MoGEM
Mixture of Gaussians w/ EM algorithm; python.
MovieRatings
Predicting movie ratings using beta-binomial model + Tensorflow.
multigraph_lstm_hyperparamsearch
Tutorial/project showing how to use a multi-graph architecture in tensorflow for creating a LSTM along with random hyperparameter search.
SpamEmail
Predicting whether an email is spam, using Python and Tensorflow.
tutorial_pretrained_inceptionresnet
Transfer Learning in Tensorflow with Pre-trained Inception-Resnet Model from TF-Slim
charuj's Repositories
charuj/legal_doc_parser
Uses GPT-4 & LangChain to parse a sample legal document, extract relevant info and produce a data table
charuj/MovieRatings
Predicting movie ratings using beta-binomial model + Tensorflow.
charuj/multigraph_lstm_hyperparamsearch
Tutorial/project showing how to use a multi-graph architecture in tensorflow for creating a LSTM along with random hyperparameter search.
charuj/cooking-recipes
charuj/MoGEM
Mixture of Gaussians w/ EM algorithm; python.
charuj/SpamEmail
Predicting whether an email is spam, using Python and Tensorflow.
charuj/tutorial_pretrained_inceptionresnet
Transfer Learning in Tensorflow with Pre-trained Inception-Resnet Model from TF-Slim
charuj/BAGAN
Keras implementation of Balancing GAN (BAGAN) applied to the MNIST example.
charuj/BlkScholesMonteCarlo
Pricing a European option using Black Scholes vs. Monte Carlo simulation
charuj/character_level_lstm
charuj/CompFinance
Re-pricing menu so that totals (including tax) are divisible by 5.
charuj/cracklepop
Program that prints out the numbers 1 to 100 (inclusive). If the number is divisible by 3, print Crackle instead of the number. If it's divisible by 5, print Pop. If it's divisible by both 3 and 5, print CracklePop. You can use any language
charuj/ctci
Solutions to questions from Cracking the Coding Interview 4th ed.
charuj/diab_retin
Diabetic retinopathy classification (old kaggle)
charuj/glucose
Levels
charuj/interviewcake
Solutions to Interview Cake swe pblms
charuj/KNN
K Nearest Neighbours in python
charuj/leetcode
Select leetcode problems
charuj/modular_neural_net
Modular (scalable) neural network
charuj/MultinomialMixtureModel
Finding latent clusters in movie rating data. Using EM alg and multinomial model.
charuj/music_lstm
charuj/physics_balls_simulation
A visual physics simulation using p5 to depict balls dropping and colliding with one another
charuj/TensorFlow-Examples
TensorFlow tutorials and code examples for beginners
charuj/transformer
charuj/transformer_colab
Explorations in how transformers work, per the paper "Attention is all you need"
charuj/word2vec
Python interface to Google word2vec