CNN designed to classify images of cats and dogs (or just about anything and everything)
It is a 3 layer deep network, designed to solve the following problem Dogs vs. Cats | Kaggle but can be used to classify any given set of labeled images.
- tensorflow
- numpy
- cv2
python prepare_data.py
scales down all the images to the same resolution as described in the hyperparameters
python run_train.py