07-25-2008 09:40 AM - last edited on 08-01-2008 02:54 PM by Support
08-19-2008 04:54 PM
According to the NI-Labs main page, it requires:
LabVIEW 8.6
LabVIEW RT 8.6
IT does not say if it is AND or OR. 😉 Does it require both or is LabVIEW 8.6 sufficient? Form what I can tell, the demo runs just fine in 8.6 (non-RT).
As a matter of fact, the example seems to be in 8.5 and everything runs fine in 8.5. Is there anything that would prevent people from trying this in 8.5?
08-20-2008 09:31 AM
You are absolutely correct. It can run on LabVIEW desktop or LabVIEW RT or LabVIEW Microprocessor SDK. It is written in LabVIEW 8.5, so it should be fine for any version later than that.
Thanks for pointing that out.
09-22-2008 03:22 AM
It's what I want to have
I think you should add a normlization SubVI. It's very important to ANN.
May I have you Email? GerMo. If I have other question, I can send a email to you.
My email: pretender.yl@gmail.com
09-22-2008 12:21 PM
Thanks for the comments.
I am interested to hear more about "normalization functions." Do you mean to normalize inputs? The more specific your comments, the better!
The best way to reach me is by posting on this message board.
Thanks again,
GregMo
09-22-2008 10:48 PM
The stability of ANN is sensitivity to initializing weight matrices and input data. Yout activation function is sigmoid,so then the output < 0.1 or >0.9, the weight matrices must change a lot .It's will use many time. I think the input and output data for trainning ANN must normalize. Make the data between 0.1 to 0.9 is easy to train and use. I wrote a VI for that. But I can't upload in this BBS.
Furthermore,I'm very interesting in "40-20-40" rule, May you give me your reference paper? I don't know how you get the 0.3.
09-23-2008 11:03 AM
Thanks for the information about normalization.
Regarding the 40-20-40 rule, it is sometimes called "Fahlman's rule". Try this link, for example, or search for "fahlman 40-20-40 neural nets"
http://ieeexplore.ieee.org/Xplore/login.jsp?url=/iel5/72/22161/01031939.pdf?arnumber=1031939
Cheers,
GregMo
02-26-2009 07:57 AM
12-28-2009 12:25 PM
Is it possible to utilize ANN for such things as adaptive temperature control? I have a very non-linear application controlling a Heat Exchanger and have tried both PID and Fuzzy Logic. The PID works
well within certain operating ranges (such as inlet water temperature) but would need quite a bit of gain scheduling to work across all conditions. Fuzzy Logic is more flexible but I have it set up as a
'bias-less' controller and thus does not have very good response.