Java – basic machine learning

I am a novice in machine learning... I am developing a tool in which I need to predict the value of variables according to the combination of many variables The implementation needs to be in Java

Plz help

Thank you

Solution

If you want to start with something simple, consider a quasi linear model, such as logistic regression or linear discriminant analysis: they are easy to understand and have code all over the Internet Also consider some simpler (single node) neural models (perceptron, delta rule, etc.): they are very easy to program If you want to pursue this, I suggest you buy a book, such as Weiss and kulikowski's "learning computer systems"

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>