mohiitgupta
Lead Software Engineer at Salesforce, Former Core Contributor to BlazingMQ, CS Grad Student Purdue, CS Major IIT Varanasi (2011-15)
New York
Pinned Repositories
access_control_using_mobile_verification
adaboost_decisiontree_mnist
Boosted Decision Tree implementation in python to recognize digits on mnist dataset
android-samples
Google Play game services - Android samples
bagging_randomForests_speedDating
Python 3 implementation of Decision Tree, Bagging, Random Forests and Boosted Decision Tree classifiers on Speed dating dataset.
collaborativeFilteringSVD
Research work to implement collaborative filtering using SVD (Alternating least squares method), stochastic gradient descent (FunkSVD), SVD++, Asymmetric SVD. The dataset used is movielens dataset.
gradient_descent_logistic_regression_mnist
multi class classifier for mnist data set using logistic loss function and batch gradient descent; stochastic gradient descent
intrusion_detection_kdd
detect anomalies in the network using machine learning models on KDD Dataset
mnist_digit_recognize
10 perceptron ensemble model to accurately determine hand written digits from MNIST dataset http://yann.lecun.com/exdb/mnist/. The repo also includes a winnow algorithm for the same task.
named-entity-recognition-nlp-purdue
Research work to solve the problem statement of named entity recognition using deep max entropy markov model.
predict_adoption_speed_petfinder
Research work to predict adoption speeds for pets using Natural Language Processing pipeline followed by svm, dtree and deep neural network classifiers. Final Report can be seen at Data_Mining_Final_Report.pdf
mohiitgupta's Repositories
mohiitgupta/collaborativeFilteringSVD
Research work to implement collaborative filtering using SVD (Alternating least squares method), stochastic gradient descent (FunkSVD), SVD++, Asymmetric SVD. The dataset used is movielens dataset.
mohiitgupta/intrusion_detection_kdd
detect anomalies in the network using machine learning models on KDD Dataset
mohiitgupta/named-entity-recognition-nlp-purdue
Research work to solve the problem statement of named entity recognition using deep max entropy markov model.
mohiitgupta/access_control_using_mobile_verification
mohiitgupta/adaboost_decisiontree_mnist
Boosted Decision Tree implementation in python to recognize digits on mnist dataset
mohiitgupta/android-samples
Google Play game services - Android samples
mohiitgupta/bagging_randomForests_speedDating
Python 3 implementation of Decision Tree, Bagging, Random Forests and Boosted Decision Tree classifiers on Speed dating dataset.
mohiitgupta/gradient_descent_logistic_regression_mnist
multi class classifier for mnist data set using logistic loss function and batch gradient descent; stochastic gradient descent
mohiitgupta/mnist_digit_recognize
10 perceptron ensemble model to accurately determine hand written digits from MNIST dataset http://yann.lecun.com/exdb/mnist/. The repo also includes a winnow algorithm for the same task.
mohiitgupta/predict_adoption_speed_petfinder
Research work to predict adoption speeds for pets using Natural Language Processing pipeline followed by svm, dtree and deep neural network classifiers. Final Report can be seen at Data_Mining_Final_Report.pdf
mohiitgupta/bingHackathon
mohiitgupta/cas
Apereo CAS - Identity & Single Sign On for all earthlings and beyond.
mohiitgupta/community-app
This is the default web application built on top of the MifosX platform for the mifos user community. It is a Single-Page App (SPA) written in web standard technologies like JavaScript, CSS and HTML5. It leverages common popular frameworks/libraries such as AngularJS, Bootstrap and Font Awesome
mohiitgupta/compiler-hw-lex-yacc
mohiitgupta/convex_hull_gui
mohiitgupta/CSrankings
A web app for ranking computer science departments according to their research output in selective venues.
mohiitgupta/distance_vector_poison_reverse
java code to simulate distance vector algorithm (Bellman Ford) along with experiment to demonstrate count to infinity problem. The code also includes a solution using poison reverse.
mohiitgupta/interiittech
Holds submissions/presentations of all the participating iits
mohiitgupta/k_means_clustering_mnist_digits
mohiitgupta/knn_decision_tree_white_wine_quality
train a knn classifier and a decision tree classifier model to predict the wine quality from uci dataset https://archive.ics.uci.edu/ml/datasets/Wine+Quality
mohiitgupta/mifosx
The next evolution of mifos focussing being faster, lighter and cheaper to change (than existing mifos) so that it is more responsive to the needs of MFI’s and Integrators
mohiitgupta/mlp-perceptron-nlp-purdue
ML methods for NLP assignment - sentiment detection using feed forward neural network from scratch python 2
mohiitgupta/moodle
A direct mirror of the official moodle.git repository at http://git.moodle.org/. Please do NOT file PULL requests here, instead please use http://tracker.moodle.org
mohiitgupta/mst_gui
mohiitgupta/multi_threading_java
mohiitgupta/reliable_transport_protocol
Implementation in C about reliable transport protocols i.e. alternating bit protocol/ stop and wait, go back n protocol and selective repeat protocol
mohiitgupta/simpleHTTPServerPython
python http server which serves requests, has DOS prevention, has cookie implementation along with client
mohiitgupta/snakes_and_ladder_java
mohiitgupta/speed_dating
This is the Naive Bayes Algorithm on speed dating dataset. The algorithm predicts based on the interaction between partners in a speed date whether the 1st person is going to call her/his partner for a 2nd date!
mohiitgupta/tictactoe-android
Simple TicTacToe game in Android using bluetooth for two player game on different mobiles