Training Neural Networks to determine the Adoptability of Pets in Animal Shelters 🐶
- Python 3.7
Create a virtual environment in the root directory of this project.
python3 -m venv ENV
Activate virtual environment.
Unix:
source ENV/bin/activate
Windows:
ENV/Scripts/activate.bat
Import required libraries:
pip3 install -r requirements.txt
- Python 3.6
- scipy (1.2.1)
- numpy (1.16.2)
- pandas (0.24.2)
- tensorflow (1.13.1)
- Keras (2.2.4)
- scikit-learn (0.20.3)
From the projects root directory: python3 adagrad.py