Classification - AI
Steps to take when optimizing a classification neural net
1. Set activation function to softmax
2. Set loss function to categorical cross entropy
3. Normalize data
Intermediate hidden neural network layers
Most of the time use ReLU
ReLU simply truncates the negative values