Building a neural Network from scratch
Implement the following from scratch:
- Fully connected Layer
- ReLU layer
- Softmax layer
- Cross entropy loss function
Then create a network with the implemented layers, and test the implemented network on a subset of the CIFAR100 dataset