this post was submitted on 03 Jun 2023
2 points (100.0% liked)

Machine Learning

1742 readers
1 users here now

founded 4 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

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