neural-network
How can I used trained network in .net
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[详细]
2023-03-08 08:10 分类:问答Missing values for the data to be used in a Neural Network model for prediction
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[详细]
2023-03-07 11:52 分类:问答classification technique
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[详细]
2023-03-07 10:28 分类:问答Is there a version of backward error propogation where the output is a probability?
I want to create a feed-forward neural network where the outputs in the training data are boolean, 0 or 1.[详细]
2023-03-06 07:31 分类:问答matlab neural network gradient descent and mean square error
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.[详细]
2023-03-05 16:30 分类:问答Generalized Hebbian Algorithm in ruby or python
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.[详细]
2023-03-05 02:00 分类:问答MATLAB neural networks
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.[详细]
2023-03-04 22:10 分类:问答Neural Neworks SOM tutorial [closed]
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[详细]
2023-03-04 20:57 分类:问答what is the mean of "Classifiying Patterns" in Neural network?
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.[详细]
2023-03-02 11:03 分类:问答Problem with simple artificial neural network -- adding
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[详细]
2023-03-02 02:26 分类:问答