* Question
What are the two main types of training algorithms for MLP? |
* Answer
One is to choose a neural network during the learning process; the other is not.The first type of algorithm is called a constructive algorithm.Most artificial neural network applications use a large-scale fully connected network where the algorithm sets the value of the unnecessary portion to be close to zero.There are some techniques that can be removed later. |
COMMENTS