Searching map area
Convolutional neural network
? TBD
Artificial neural network
Ratings
0
Nobody has rated this yet. Be the first!
Subject of
11
1 more
Lists
0

A convolutional neural network (CNN) is a regularized type of feed-forward neural network that learns features by itself via filter (or kernel) optimization. Vanishing gradients and exploding gradients, seen during backpropagation in earlier neural networks, are prevented by using regularized weights over fewer connections. For example, for each...