AI
Artificial intelligence (AI) is a branch of computer science and engineering that deals with intelligent behavior, learning, and adaptation in machines. Research in AI is concerned with producing machines to automate tasks requiring intelligent behavior. Examples include control, planning and scheduling, the ability to answer diagnostic and consumer questions, handwriting, speech, and facial recognition. As such, it has become an engineering discipline, focused on providing solutions to real life problems, software applications, traditional strategy games like computer chess and other video games.
Language
Other Languages
Remove
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....
search "Least squares" in the matlab help.
hi
what book do you suggest for writing objective function for genetic algorithm in matlab?
or book that define for writung function for optimization.
tnks a lot
kia
keeyarash@gmail...
I need MATLAB code for speech recogntion plzzzzzzzzzzzz its urgent somebody help me
i need a simple code but a working one....
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...
Hello
I've only used MatLab for plotting 2D graphs up to now so please let me know if I'm doing something stupid. Although, for some reason I have to control a C++ application I wrote through the...
i have written a matlab code for simulation of sa node action potential
its working correctly till 400 iteration but i want more iterations
please help m eout its urgent
You might look here: http://www.vissim.us/solutions/steam_turbine.html
There is a VisSim model (VisSim is quite similar to Simulink, but cheaper , faster, and easier to use) of a steam turbine for...
Hello
Is there a way to know what kind of information is included in the test_lap in vr_ovctavia example?
Is there a way to decode the information that is included in the subsystem called...
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