Skip to content

Yzma-Robotics/CNN-P2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Convolution Neural Network (CNN) From Scratch With Python - Part 2

Prerequisites

You must have Numpy (for math computations)

Project Structure

Install numpy, the only dependency, if you need to:

$ pip install -r requirements.txt

Then, run it with no arguments:

$ python cnn.py
$ python cnn_keras.py