A transfer learning from the AlexNet to classify bird images.
To run our implementation, you need the following dependencies:
- Python 3
- TensorFlow
- NumPy
- Pandas
- SciPy
- scikit-learn
- Download the checkpoint to load the training, validation and test sets.
- The weights of AlexNet is downloaded from http://www.cs.toronto.edu/~guerzhoy/tf_alexnet/.
- The implementation is inspired by this GitHub repository
- The bird image dataset used is the Caltech-UCSD Birds-200-2011 dataset