You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a loan status predictor using Neural Nets in Tensorflow
Given historical data on loans given out with information on whether or not the borrower defaulted (charge-off), we can predict whether or not the loan was paid back in full by training on all the categories mentioned in the xlsx file.
About
Neural Net model to predict whether or not a given candidate would default on a loan