Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 364 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 364 Bytes

This repository for FreeCodeCamp Machine Learning solutions

Cat and Dog Image ClassifierS (fcc_cat_dog.ipynb)

Simple Convolutional Networks with aim to classify cats and dogs in images. Used Model was trained on provided data set (includes 2000 training images, 1000 validation images and 50 test images). Model showed 76% accuracy on provided test images.