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


Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.



Microsoft Introduces .NET Smart Components
01/04/2024

Microsoft has provided a set of .NET Smart Components, described as a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps. The components are prebuilt end [ ... ]


More News

Last Updated ( Sunday, 05 June 2011 )