codebasics / deep-learning-keras-tf-tutorial

Learn deep learning with tensorflow2.0, keras and python through this comprehensive deep learning tutorial series. Learn deep learning from scratch. Deep learning series for beginners. Tensorflow tutorials, tensorflow 2.0 tutorial. deep learning tutorial python.
https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
852 stars 1.86k forks source link

Changing the activation function for final layer #3

Open aashish-chaubey opened 3 years ago

aashish-chaubey commented 3 years ago

Since it is a multiclass classification, softmax seems to be a more appropriate choice for the selection of activation function for the final layer.