A convolutional neural network created to correctly categorize different bird species
Compare the results from three different CNN running on two different algorithms using accuracy, average loss, and confusion matrices.
- AlexNet
- VGGNet
- ResNet
- SGD
- Adam
- The data is located in the data/bird_species_v1 folder
- test folder contains the data used in the testing
- train folder contains the data used to train the algorithms
- Bero_Project2.ipynb is the Google Collab Notebook used to conduct the experiment