Posts

Dog Breed Classifier using Deep Learning

Image
                                                                                            fig: Images from the data set                                                                          This article covers different methods to classify images of dogs according to their breed using Convolutional Neural Network (CNN). The target is to achieve as high accuracy as possible. Overview This project aims to build convolutional neural networks (CNN) to classify breeds of dogs. CNN is often used in image classification because of its a...