Tomorrow morning I have to give neural network final exam, but there is a problem, I cannot solve XOR problem with MLP, I don\'t kn开发者_如何转开发ow how to assign weights and bias values :(So, seein
I\'m experimenting with single-layer perceptrons, and I think I understand (mostly) everything. However, what I don\'t unders开发者_Python百科tand is to which weights the correction (learning rate*err
I\'m trying to run project which uses fannj library, but I\'m getting error: Exception in thread \"main\" java.lang.UnsatisfiedLinkError: Error looking up function \'fann_create_standard_array\':
i need some guide lines and help to develop this ANN. i do开发者_开发问答n\'t have any past experience with neural networks and this is little bit hard for me. i want to recognize handwriting using th
This is an ambitious question from a Wolfram Science Conference: Is there such a thing as a net开发者_开发知识库work analog of a recursive function? Maybe a kind of iterative \"map-reduce\" pattern? I
I want t开发者_如何学Pythono train a neural network with the help of Hadoop. We know when training a neural network, weights to each neuron are altered every iteration, and each iteration depends on t
I\'m trying to train an 8-bit neural network to output XOR of its inputs. I\'m using ffnet library (http://ffnet.sourceforge.net/). For low number of input bits (up to 4) backpropagation produces expe
How do I approach the problem with a neural network and a intrusion detection system where by lets say we have an attack via FTP.
I have two datasets listing the average voltage outputs of two assemblies of neural networks at times t, that look something like this:
Hi I need some help on getting started with creating my first algorithm; I want to create a NN/Genetic Algorithm for use as an Intrusion detection system.