LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

neural nets for labview

i'm trying to find some reference for the use of neural networks with labview.
i.e can we train labview with neural nets?if anyone has worked on the topic
or has used it for certain application i'd appreciate if you can help me.
0 Kudos
Message 1 of 4
(3,286 Views)
Hi,

visit NI's web pages and search for Topic Neural Nets. You will get some results.
There you will also find application incorporating neural nets.
You will find one ready to use neural and fuzzy package at web page of
www.mitgmbh.de. Follow the link to DataEngine V.i.But there are also other
Toolkits on the market.

Maybe I will tell you the obvious: You cannot train LabVIEW with neural nets.
Since an particular algorithms is chosen, you can train it with pattern or more
commonly with features representing the information in the data. A well trained
network will be able to identify then the same information in unknown data. Neural
nets offer the ability of generalization, and so they will find the trained
information also in noisy unknown data. This ca
n be done in LabVIEW development
environment or in an application.
This is a very short explaination about one possible application with neural nets.
There are more properties of nets and no more applications, too.
One complete procedure to apply neural nets to industrial application is described
in the User Solution article:

http://digital.ni.com/articles.nsf/4e809e481ad5f764862563ef0053261d/db80257b5e4969d1862565de005e6d9c?OpenDocument

For more detailed information do not hesitate to ask more.

Peter Wischnewski

pravin schrieb:

> i'm trying to find some reference for the use of neural networks with labview.
> i.e can we train labview with neural nets?if anyone has worked on the topic
> or has used it for certain application i'd appreciate if you can help me.
Message 2 of 4
(3,283 Views)
I think a pair of weeks ago something like this was
discussed in the Info-LabVIEW Mailing List, so you can find
the information in the list archives at
labview.pica.army.mil
Gorka


* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful
0 Kudos
Message 3 of 4
(3,283 Views)
Neural network implemented in LabVIEW 5.1, aNETKa ver. 1.0: http://www.geocities.com/zureks//aNETka.html
 
free to use and modify (acknowledgement required), operation manual included.
 
Enjoy!
 
Yodo
 
PS. I also tried to submit this to Example Code in NI website, but not sure if it was accepted.
---------------------------------------------
Everything should be made as simple
as possible - but not simpler.
Albert Einstein
0 Kudos
Message 4 of 4
(3,081 Views)