Using different machine learning algorithims to effectively predict the name of a Pokemon given an image
Dataset used: https://www.kaggle.com/datasets/lantian773030/pokemonclassification
Methods used:
- Support Vector Machine (27% accuracy)
- Kth Nearest Neighbors (38% accuracy)
- Transfer learning with DenseNet 201 Model (85% accuracy)