All Projects → TyMick → loan-risk-neural-network

TyMick / loan-risk-neural-network

Licence: Apache-2.0 license
Loan Risk Prediction Neural Network and API

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to loan-risk-neural-network

DROP
Fixed Income Analytics, Portfolio Construction Analytics, Transaction Cost Analytics, Counter Party Analytics, Asset Backed Analytics
Stars: ✭ 87 (+480%)
Mutual labels:  loans
openNPL
openNPL is an open source platform for the management of non-performing loans
Stars: ✭ 16 (+6.67%)
Mutual labels:  loans
Loan-calculator-bank-payment
Loan Calculator a small web application encoded in HTML, PHP, JS, and CSS. If you want to earn from BANK NICHE then you can use Loan Calculator script.
Stars: ✭ 32 (+113.33%)
Mutual labels:  loans

Building a Neural Network to Predict Loan Risk

When I heard about LendingClub's public loan dataset, containing all loans issued by the company from it's launch in 2007 until the end of 2018, I figured that'd be the perfect opportunity to build a predictive model.

I wrote an article detailing my entire process, which you can read on my blog, Towards Data Science, Hacker Noon, or DEV. If you'd like to follow along in your own Jupyter Notebook, you can go ahead and fork mine on Kaggle or here on GitHub.

After building the model itself, I built an API to serve its predictions, using Flask, TensorFlow/Keras, pandas, and scikit-learn. You can interact with the API by either visiting its demonstrational front end or sending a GET request directly to https://tywmick.pythonanywhere.com/api/predict. The front end site includes a form where you can fill in all the parameters for the API request, and there are a couple of buttons at the top that let you fill the form with typical examples from the dataset (since there are a lot of fields to fill in).

I later wrote a couple of follow-up posts expanding the project:

Please enjoy, and let me know if you have any questions!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].