this post was submitted on 23 Oct 2023
1137 points (96.2% liked)

4chan

4107 readers
3 users here now

Greentexts, memes, everything 4chan.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Zeth0s@lemmy.world 4 points 10 months ago* (last edited 10 months ago) (1 children)

It was just to give an idea that what OP mentioned is already an established thing, fairer than alternatives.

Most of the time trivial linear logistic regression is used in this context. Nowadays decision tree ensambles are pretty heavily used, which are ML. Simply they perform better with fewer data than neural networks on structured tabular data.

What you refer to as AI is probably methods based on deep learning. The truth is that they work exactly as any other algorithm that you are referring to. They are used for regression and classification, same way as a standard linear regression. The difference is that the models are non linear, and their complexity is so that a lot of data are needed to train them.

But conceptually one can absolutely create a credit score with deep neural networks. It is just an overkill, for performances that are likely worst than a random forest on relatively small training datasets

Neural networks-based methods are indeed used in fraud detection

[–] Aceticon@lemmy.world 3 points 10 months ago (1 children)

Well, I learn something every day!

Cheers!

[–] Zeth0s@lemmy.world 3 points 10 months ago