‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
1–10 of 91 posts
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#2Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#3Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#4In the case of a loan, if the credit score is high they'll probably qualify. If it's low, they won't. All other variables are very minor in comparison to this one, which already encapsulates almost all of the relevant information. This is by far the most common situation for practical machine learning.
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#5I understand startups need funding from VCs whose idea of technology is "BLOCKCHAIN AI" but, being interested in AI, the amount of spam I have to dig through to find actual AI work is insane.
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#6if loan_applicant.credit_score > minimum_credit_score
decision = "approve"
else decision = "reject"
endRe: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#7What's left is a bit of judgement as to whether an applicant is temporarily showing wrong data, eg if they're a student starting their first job, what is their income, low or high? But basically it means the bulk of cases can be done by machine and the loan officer looks at some corner cases.
Note this person is also an actual person, i.e. capable of being held to account. I once worked with a prime broker who decided to waive the red flagged checks on a certain client in order to win the business. The guy blew up badly, the bank lost money, and he lost his job.
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#8How does "simple AI" compare with an old fashioned small table lookup and a few "if" statements?
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#9I really wish we would stop calling this AI. I understand startups need funding from VCs whose idea of technology is "BLOCKCHAIN AI" but, being interested in AI, the amount of spam I have to dig through to find actual AI work is insane.
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#10- Performance against a fair dice - Performance against a group of humans trained to predict bank managers' loan decisions