Skip to content

amirhnajafiz-university/S6CI01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S6CI01


This is my Neural Networks course project to detect CIFAR-10 images and classify them by creating a Nerual Network.

How to run?

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

CNN

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