Neural Network Toolbox | ![]() ![]() |
Important Perceptron Functions
Entering help percept
at the MATLAB command line displays all the functions that are related to perceptrons.
Perceptron networks can be created with the function newp
. These networks can be initialized, simulated and trained with the init
, sim
and train
. The following material describes how perceptrons work and introduces these functions.
![]() | Perceptrons | Neuron Model | ![]() |