This is my Neural Networks course project to detect CIFAR-10 images and classify them by creating a Nerual Network.
To view the project notebook, clone the project:
git clone https://github.com/amirhnajafiz/Neural-Networks.git
Now go into notebook dircectory, then NN directory and run the following command:
jupyter notebook
I also implement this project with convolotional neural network, you can check the notebook by going into notebook directory, then CNN directory and run the following command:
jupyter notebook