How does "simple AI" compare with an old fashioned small table lookup and a few "if" statements?
https://en.wikipedia.org/wiki/Random_forest
‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
11–20 of 91 posts
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#12If you want to impress me, tell me also the results of these: - Performance against a fair dice - Performance against a group of humans trained to predict bank managers' loan decisions
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#13Earlier quoted context omitted.
https://en.wikipedia.org/wiki/Random_forest
https://en.wikipedia.org/wiki/Expert_system
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#14https://astralcodexten.substack.com/p/heuristics-that-almost...
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#15This isn't surprising. Most 'AI' comes down to correlating a small number of variables (one or two) with a prediction target. The real benefit of any form of machine learning is detecting functional relationships between variables (ie, "when this AND NOT that OR this"). It's just that these relationships don't provide a real benefit in 99/100 real world use cases. In the case of a loan, if the credit score is high th…
Else they would not be able to secure funding for the idea from upper management because they had learned that 'data is the new oil'.
The second VS part always needed/needs to be how this project enables the product to be (or become) a platform where the company can the run value added services on top (value adding for the company, not the customer).
Imagine a car being a platform and you can book additional horse power for the upcoming trip. Or change the background image for the instrument panel. Or pay extra to natively have access to your Spotify playlists. And then datascience the user data to recommend even more stuff resulting in $$$ (by imagination from management and fuelled by slide decks created by some junior strategists that have never even owned a car but presented by the client account lead in a lush retreat).
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#16Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#17Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#18Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#19https://astralcodexten.substack.com/p/heuristics-that-almost...
I was just coming here to post the same link. The 95% accuracy should be compared to the general approval rate - does the fancy AI beat a simple return true?
Re: ‘Simple’ AI can anticipate bank managers’ loan decisions to over 95% accuracy
#20If you want to impress me, tell me also the results of these: - Performance against a fair dice - Performance against a group of humans trained to predict bank managers' loan decisions
From the paper:
> As is typical in machine learning we also report the Accuracy p-value computed from a one-sided test (Kuhn et al., 2008) which compares the prediction accuracy to the "no information rate", which is the largest class percentage in the data (23.85%).
So fair dice 23.85%, model 95%.
That said I bet a human who had read the banking rules and regulations and recommendations on lending could easily match this performance.