Neural Network
Traditionally, the term neural network had been used to refer to a network or circuit of biological neurons.
Language
Any
Platform
Any
License
Any
Dear,
Do you wanna training a neural network or only use a neural network?
I suggest use the Matlab to training. In Matlab has Toolbox to Neural Networks. This toolbox facilitates the training....
Hi,
I'm using the newff() function to create a neural network and I'm using the train() function to train this net. It's a three layer network (one hidden layer) and I'm using the logsig and...
Hi all,
The initial values of the network are generalized randomly.
However, I want to save the initial network values in a matrix or matrices to use them again as initial values for another...
Hi to all,
Could any one please help me to find, how to use k-means in Neural Network.I am new to Neural Network toolbox.I don't any idea about NN.
So i don't how to use the data set, can...
can any one help me with a code that gets the output form the third layer where in the network is designed with five layers.
layer 1:input
layer 3: output
layer 5: target
already i used this doesn't works could u please explain me in detail about this
sir,
net.layers{3}.netinputFcn is working but i need the output from that layer,plz help me to get the output from the hidden layer
sir, the thing is i have to get the output from the third layer
net.inputs(1);
net.outputs(3);
net.targets(5);
this is how it was designed.
could you please say me the function or syntax to...
If your network is named i.e. net:
net.layers{3}
gives you all the informations about the 3rd layer.
i.e.
dimensions: 1
distanceFcn: ''
distances: []
initFcn:...
can any one know the syntax for getting output form the hidden layer(3) wherein my entire structure contains five layers
On internet there are many sources about neural networks.
You can begin reading the matlab help, write in the help search "neural network getting started", there is an introduction about the neural...
hi,I'm a researcher regarding neural network and image processing on matlab. its all about ASL to text.. by using bare hands ASL and a black background the signs will be converted in to TEXT by...
: Hello! My name is Luiz Pinheiro! I'm from Brazil! I'm Engineer
: Telecomunication Student!
:
: I'm began in Neural Network!
:
: Please my friend's, I need help about impletation Neural...
Hello! My name is Luiz Pinheiro! I'm from Brazil! I'm Engineer Telecomunication Student!
I'm began in Neural Network!
Please my friend's, I need help about impletation Neural Network in C/C++.....
Hi...
I'm working on feedback error learning controller based on neural network, but I'm so new to this. I had done some coding in matlab but until now the error while learning does not...
hello,
I have trained a neural network on MatLab and I need to transfer it (the trained network) to a separate file (or generate a function) that I can then use somewhere else (on a robot running...
Hello everyone!
I need your help on how to create a neural network using command line with 2 inputs and 1 output. Iv tried one with 1 input and 1 output and it works. However I'm not able to...
: Hello,
: I'm new in C++. And I must write an application, which uses
: libraries in C++. This application must have user interface, and
: such elements of this network like number of neurons...
Hello,
I'm new in C++. And I must write an application, which uses libraries in C++. This application must have user interface, and such elements of this network like number of neurons in layer...