Skip to content

Convolution Neural Network Implementation Using Python and Numpy

License

Notifications You must be signed in to change notification settings

RabbearSu/Python-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement Convolution Neural Network(CNN) ----
Using Python and Numpy

Description

This project concludes following files:

  • forward.py
  • backward.py
  • network.py
  • train.py
  • utils.py
  • main.py

How to Use the codes

  • In terminal
python main.py 
  • or import projects into IDE

Dataset

This projects concludes 2 datasets

  • Mnist (Download from google colab)
  • Cifar10 (Download from cifar10 offical web)

To use the dataset, just use functions in utils.py
Default Use cifar10 dataset.

About

Convolution Neural Network Implementation Using Python and Numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages