Weka implements a ton of statistics-based ML algorithms as well as some validation tools and graphs. All you need is some data in almost-CSV format and you can run some statistics analysis on it. This isn’t neural networks so you don’t need neither a powerful GPU nor gigabytes of data. Some tutorials online get useful results with 10-20 entries.
You must log in or register to comment.
Weka is great. It was used in a days mining class I took back 2019. Took about 2 minutes to bang out a simple SVM