Machine Learning in Python

Milk is a machine learning toolkit in Python.

Its focus is on supervised classification with several classifiers available: SVMs (based on libsvm), k-NN, random forests, decision trees. It also performs feature selection. These classifiers can be combined in many ways to form different classification systems.

Researching machine learning toolkits and libraries in Python.

7 thoughts on “Machine Learning in Python

  1. I think machine learning is front and center in a.i. However, I also think young programmer’s in that field will naively imagine that they will earn tenure from their creative work. Instead they will labor to build an asset for their employer in which they have no equity and which will generate revenue for that employer long after they’ve left.

    1. Thanks. I am taking a look at it. But my problem is that I think I need to learn the fundamentals a bit more before trying to use it.

Comments are closed.