hritik25
Learnt some CS and ML jargon @.ColumbiaUniversity, @.IITBHU. I like working on recommendation systems and causal inference.
EtsyNew York City
Pinned Repositories
201912-12-entity-sentiment-analysis-reddit
Final project code for Timotius Kartawjiaya, Fernando Troeman, and Hritik Jain
DRDO-Fake-Currency-Identification
The work I did under Dr. S.K. Pal in the 2016 winter break.
Dynamic-CNN-for-Modelling-Sentences
An implementation of the CNN model described in "A Convolutional Neural Network for Modelling Sentences". Kalchbrenner et al. 2014
GSQuantify16
My code for generating predictions for the Machine Learning problem of the GS-Quantify 2016 Contest (ranked 9th on leaderboard). The problem dealt with predicting Liquidity of Bonds in future, given their trading history. I have applied the Ridge Regression approach in my solution.
JK_Rowling_LSTM
A GRU-LSTM implemented in Theano and trained on the Harry Potter series!
kaggle_template
Common first steps and boilerplate snippets useful for solving ML problems.
NYC-Subway-Commute-Trends
Final project for the course STAT 5702 - Exploratory Data Analysis and Visualization - an opportunity to get proficient with R for EDA.
word2vec-theano
A simple implementation of Mikolov et al.'s (Google Inc.) word2vec in python using Theano.
Xerox_Research_Innovation_Challenge-16
Predicting ICU Mortality.
Yelp-Restaurant-Recommendations
A structured attempt to understand the concepts of recommendations and personalization through the final project in the course IEORE4571_001 - Personalization: Theory & Applications
hritik25's Repositories
hritik25/Dynamic-CNN-for-Modelling-Sentences
An implementation of the CNN model described in "A Convolutional Neural Network for Modelling Sentences". Kalchbrenner et al. 2014
hritik25/DRDO-Fake-Currency-Identification
The work I did under Dr. S.K. Pal in the 2016 winter break.
hritik25/word2vec-theano
A simple implementation of Mikolov et al.'s (Google Inc.) word2vec in python using Theano.
hritik25/JK_Rowling_LSTM
A GRU-LSTM implemented in Theano and trained on the Harry Potter series!
hritik25/kaggle_template
Common first steps and boilerplate snippets useful for solving ML problems.
hritik25/Xerox_Research_Innovation_Challenge-16
Predicting ICU Mortality.
hritik25/201912-12-entity-sentiment-analysis-reddit
Final project code for Timotius Kartawjiaya, Fernando Troeman, and Hritik Jain
hritik25/GSQuantify16
My code for generating predictions for the Machine Learning problem of the GS-Quantify 2016 Contest (ranked 9th on leaderboard). The problem dealt with predicting Liquidity of Bonds in future, given their trading history. I have applied the Ridge Regression approach in my solution.
hritik25/NYC-Subway-Commute-Trends
Final project for the course STAT 5702 - Exploratory Data Analysis and Visualization - an opportunity to get proficient with R for EDA.
hritik25/Yelp-Restaurant-Recommendations
A structured attempt to understand the concepts of recommendations and personalization through the final project in the course IEORE4571_001 - Personalization: Theory & Applications
hritik25/applied-ml-updated
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
hritik25/BagOfWords
Understanding 'bag of words' through Kaggle's Bag of Words meets Bags of Popcorn.
hritik25/begin_theano
The very first lines of code to get a feel of working with Theano.
hritik25/cc19
Source code for EDAV Fall 2019 community contribution bookdown book:
hritik25/CNN_MNIST_Theano
Implemented a Convolutional Neural Network (layer wise) to understand its basics.
hritik25/dta
Data analysis group
hritik25/DynamicCNN
Dynamic Convolutional Neural Networks for Theano/Lasagne
hritik25/edavfun2019
This has nothing of value. Contribute whatever you like. Delete whatever you like.
hritik25/miscellaneous
An archive for miscellaneous scripts that I wrote to automate some tedious tasks :)
hritik25/mlpack
mlpack: a scalable C++ machine learning library
hritik25/pybadges
A Python library for creating Github-style badges
hritik25/reddit-sentiment
Understanding company/entity sentiment from Reddit comments
hritik25/search-ranking-literature
Blogposts and articles on the design and implementation of search ranking algorithms and pointers to relevant concepts from the industry and academia.
hritik25/second-principles
My personal web space.
hritik25/Student-Health-Centre-DBMS-Project
The web app for the BHU Student Health Centre which I created as part of my DBMS project in Semester V.
hritik25/text_convnet
Molding CNNs for text (http://arxiv.org/abs/1508.04112)
hritik25/unet
unet for image segmentation