This is my first DL assignment. I have taken MNIST dataset and training a NN model on it using the softmax function since we can't use sigmoid function for multi-class classification. The basic idea is to get a probability distribution of different classes. Since MNIST dataset contains 10 digits (i.e., 0-9), we will have 10 nodes (or units) at output layer, each having some probability and the node with maximum probabilty will give the desired result
-
Notifications
You must be signed in to change notification settings - Fork 0
aditi998/DeepLearningAssignment
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Assignment 1 : To build a neural network using softmax as activation function
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published