ANNs
ANNs
com
3DVB5QRZ69
Neural Networks
ANN BNN
• Speech Recognition
Bias
[email protected]
3DVB5QRZ69
Activation function
Activation function
• Number of Layers
• Single Vs
• Multi Layer
[email protected]
3DVB5QRZ69
• Number of Nodes in each
Layer
• Weights/connections
• Sigmoid (Logistic)
•
3DVB5QRZ69
Softmax (Generalized Logistic)
• Linear
[email protected]
3DVB5QRZ69
• Non-negativity
•
[email protected]
3DVB5QRZ69 The method calculates the gradient of a loss function with
respect to all the weights in the network.
•
[email protected]
3DVB5QRZ69 Adaptive Learning Rate : start with high learning rate and
gradually reduce the learning rate with each iteration
•
3DVB5QRZ69
When an entire dataset is passed forward and backward
(weights updated) through the neural network, we will count it
as one epoch.
3DVB5QRZ69 •
[email protected]
Ways to avoid Overfitting
• Early stopping
• Regularization
•
[email protected]
Regularization penalizes the usual loss function by adding a
3DVB5QRZ69
complexity term that would give a bigger loss for more
complex models.
• Types of Regularization
• LASSO
• Ridge
• Decay factor
• Number of Epoch
• Learning Rate