+1 vote
in Artificial Intelligence by
Mention a technique that helps to avoid overfitting in a neural network.

1 Answer

0 votes
by

Dropout is a type of regularization technique used to avoid overfitting in a neural network. It is a technique where randomly selected neurons are dropped during training.

The Dropout value of a network must be chosen wisely. A value too low will result in a minimal effect and a value too high results in under-learning by the network.

Related questions

0 votes
asked May 7, 2022 in Machine Learning by sharadyadav1986
0 votes
asked Mar 23, 2020 in Artificial Intelligence by aparna
...