I have downl开发者_C百科oaded the matlab software and now i want to use the neural network toolbox?/How do I access the toolbox??Unfortunately, toolboxes are an additional piece you need to buy separa
I have a training set that has input and outputs in this way: Input: 0.832 64.643 0.818 78.843 1.776 45.049
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Say I have a table with the following scheme (note: this example is hypothetical, though the real use case is similar).
Basically i know the concept of a ne开发者_StackOverflow社区ural network and what it is, but i can\'t figure out how it looks when you code it or how do you store the data, i went through many tutoria
Why do 开发者_如何学Cwe use neural networks? It\'s biologic. Aren\'t there any more solutions that\'re more \"suitable\" for computers?
I realize that this is probably a very niche question, but has anyon开发者_如何学Goe had experience with working with continuous neural networks? I\'m specifically interested in what a continuous neur
I\'ve set up an ANN with back-propagation as a book recommendation system. I only have one hidden layer in the network, and both the input and the output layers are books, since you should be able t
I am trying to make a Java port of a simple feed-forward neural network. This obviously involves lots of numeric calculations, so I am trying to optimize my central loop as much as possible. The resul