11-11-2011 09:47 AM
Description:
The Machine Learning Toolkit (MLT) provides various machine learning algorithms in LabVIEW. It is a powerful tool for problems such as visualization of high-dimensional data, pattern recognition, function regression and cluster identification.
Software Requirements:
Please feel free to ask questions here.
Thanks,
Qing
11-15-2011 03:45 PM
Could you please post any documentation related to this toolkit? Thanks!
11-15-2011 03:56 PM
Please download the user manual and examples from https://decibel.ni.com/content/docs/DOC-19328
For the detailed usage, please refer to the examples.
02-19-2012 05:19 PM
Hi Qing:
Please recommend us the best introductory books about this subject.
Thanks.
nilohdez.
02-20-2012 09:56 AM
There are several good books. For example, Pattern Recognition and Machine Learning (by Bishop) covers most of the topics in the toolkit. However, if you are only intrested in a specific algorithm, I would recommand you to check wikipedia first. We attached the links in the documentation.
02-20-2012 12:15 PM
Kind regards and Thanks.
04-11-2012 11:28 AM
Can the Supervised learning VIs accept more than two classes? If so, how?
04-11-2012 12:21 PM
Yes. Please check the examples in the attachment:
https://decibel.ni.com/content/docs/DOC-19328
The example, Example_BP Network_Classification, shows how to work with more than two classes.
04-12-2012 01:45 AM
Thank you. That proved very helpful.
Do you have, or know of, a LabVIEW implementation of Discriminant Function Analysis?
04-12-2012 10:43 AM
There is an algorithm, Linear Discriminant Analysis, in the Dimension Reduction palette. Is that the one you are looking for?