This is a compilation of my research and work in machine learning. The purpose is to showcase the subject matter expertise and software development skills that I have.
- LogisticRegression
- KNeighborsClassifier
- DecisionTreeClassifier
- RandomForestClassifier
- lightgbm
- xgboost
- Feed forward Binary Classifier for Account Closure in Keras
- ConvNet for handwritten Diget Classification in Keras (MNIST data set)
- LSTM for Predicting Text in Keras
- Non Negative Matrix Factorization for Topic Modeling
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
With Anaconda:
conda install --file requirements.txt -c conda-forge
With pip:
pip install -r requirements.txt
jupyter notebook