home..
Machine Learning Object Recognition - Cats and Dogs Classification (SVM, KNN)
Mia Vrhovnik / June 2023
Python
OpenCV
Artificial Intelligence
Machine Learning
FULL SOURCE CODE:
- This project is a demonstration of how to prepare a dataset for training a machine learning model and how to use it to classify images.
- I tested two different models, SVM and KNN, and compared their results, also changing the parameters to see how it affects the results.
- The models later get saved to a file so that they can be used later without having to retrain them.