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.
Framework to play with statistical machine learning
https://www.cs.waikato.ac.nz/ml/weka/
1 Comments
gmatkins@sh.itjust.works · 1 pts · 3y
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