JordanBoulan / Imagerecognition-CatsandDogs

Simple machine learning (KNN and Bayes) on pictures of cats and dogs. 2018 project for an AI class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imagerecognition-CatsandDogs

Simple machine learning (KNN and Bayes) on pictures of cats and dogs. 2018 project for an AI class. We were supposed to implement simple algorithms and discuss, obviously a modern NN would have achieved better accuracy.

To use: you need the Kaggle cats and dogs DataSet or similar (https://www.kaggle.com/c/dogs-vs-cats). Then just execute the python file: python3 Cats_and_Dogs.py

About

Simple machine learning (KNN and Bayes) on pictures of cats and dogs. 2018 project for an AI class.


Languages

Language:Python 100.0%