- 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