Hi I trained my ne开发者_开发问答twork into Matlab neural network toolbox I save it.. I can used into matlab environment by calling sim(net,p) but How can I export it to anther .net apps ?You might be
I currently have a lot of data that will be used to train a prediction neural network (gigabytes of weather data for major airports around the US). I have data for almost every day, but some airports
My BE final year project is about sign language recognition. I\'m terribly confused in ch开发者_如何学Gooosing the right classification technique for patterns seen in the video of signs generated by a
I want to create a feed-forward neural network where the outputs in the training data are boolean, 0 or 1.
I want to know how grdient descent algorithm works on matlab network training and how MSE is calculated - I have my own app but it doesnt work as the matlab nn and I want to know why.
Have you a Generalized Hebbian Algorithm written in ruby 开发者_如何学运维or python? I have it implemented from this wiki article, but it computes crazy large numbers.
I\'m using a simple XOR input and output data set in order to train a neural network before attempting anything harder but for some reason it won\'t work.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
maybe, this is general question, i dont know. But i am working neural network and i dont understand somethings on \"Essence of Neural Networks\" book.
I am trying to make a simple artificial neural network work with the backpropagation algorithm. I have created an ANN and I believe I have implemented the BP algorithm correctly, but I may of course b