Skip to content

Latest commit

 

History

History

deep_neural_net_python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Deep Neural Network in Python

  • Implementation of a deep neural network in Python using only numpy.
  • The DNN is trained and tested for cat vs non-cat classification.
  • The train and test datasets in HDF format are in the datasets directory.
  • The corresponding Google Colab notebook: Deep Neural Network - Application

Prerequisites:

  • Python 3.6+

Install dependencies:

pip install -r requirements.txt

Run it:

python network.py