Coder Social home page Coder Social logo

convolutional_dog-cat_classifier's Introduction

Convolutional_Dog-Cat_Classifier

A convolutional neural network is trained with images of dogs and cats. It then predicts whether a new image is either a dog or a cat

A data set is obtained with 1000 images of cats and dogs, 50% cats, and 50% dogs. The set is split up into 80% training and 20% test. A convolutional neural network is built from the keras library. We keep each image's color, so each example is a 3 dimensional tensor, with red green and blue values. The first convlution layer of the netowrk has a filter of 3x3 pixels, a relu activation function, and then a max pooling layer with a 2x2 scanner. The only hidden layer has 128 neurons, and the output layer outputs one sigmoid acitvation neuron.

The average accuracy obtained from training the model was around 80%

This project was built to solidify my knowledge of deep learning, and image based artificial intelligence. I created this project with the help of the Deep Learning A-Z Udemy course.

convolutional_dog-cat_classifier's People

Contributors

alexander-wu-aw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.