Licensed Under MIT | (c) to Daksh Miglani (https://dak.sh | @Dakssh)
A Classifier Algorithm (Deep Neural Network) built on Keras and Tensorflow that can Classify Users who will take a loan based on their Data which was provided by Kaggle. I built this just to Learn more about Deep Learning. It is Licensed Under MIT, Built with the love for Science, Built by a Node.js Developer for Fun and That Gives an Accuracy of Around ~90%
- Pandas (for Dataframe)
- Sci Kit Learn (for Data Pre-Processing)
- Tensorflow (for running Keras with TF Backend)
- Keras (Deep Learning Library)
- Clone or Download the Project from the Fancy Little Clone Button above.
- Change Directory and enter the
LoanClassifier
folder. - Install the Dependencies with PIP or Conda, your Preference. (Please Use Python 3.5.x)
- Execute the Program with
python LoanClassifier.py
or Run It Directly with Jupyter Notebook