Learn about machine learning with a demo
Written by Mike James   
Sunday, 05 June 2011

If you have struggled to understand the way that different Machine Learning (ML) algorithms actually work and what effect their various parameters have on the outcome you will really want to know about MLDemos.

This is a collection of ML algorithms put together in a single package complete with a user interface that lets you create data with different properties simply by "drawing" or "painting" it in 2D. Rather than forcing you to draw each data point the data palette has different subgroupings of data points. So, for example, you can plot a short line of data or a clump or a ring of data. This works really well.

 

MLDemos

 

Once you have the sort of data you are interested in you can apply any of the algorithms and see the overall result as a graphical display of the regions of classification.

The important thing to stress is how easy the program is to use and how it can help you gain an intuitive understanding of some complex algorithms.  The range of algorithms you can explore is impressive and goes from the classical linear discriminate function, through neural networks and kernel methods. You can adjust many of the parameters to see how the classifiers for example divide up the space with different levels of smoothness. As well as classification there are clustering, regression and optimisation models. There is a full list  of methods at the web site.

You can see it in action in the video:

 

      


The program is open source and you can download a ready to run Windows, Mac or Linux version. The zip file is complete and you simply unzip it to a convenient location and run mldemos.exe. It uses Qt for the user interface but all of the libraries required are included. You can also download the source code.

A great way to learn about ML algorithms but remember that this is a 2D experience - and you can't get visualizations like this when you move to use the techniques in the n-dimensional real world!

More information

MLDemos

Source: O'Reilly Radar

 

Banner


Random Gifts For Programmers
24/11/2024

Not really random. Not even pseudo random, more stuff that caught my attention and that I, for one, would like to be given. And, yes, if I'm not given them, I'd probably buy some for myself.



Google Intensive AI Course - Free On Kaggle
05/11/2024

Google is offering a 5-Day Gen AI Intensive Course designed to equip data scientists with the knowledge and skills to tackle generative AI projects with confidence. It runs on the Kaggle platform from [ ... ]


More News

Last Updated ( Sunday, 05 June 2011 )