Coder Social home page Coder Social logo

neural-networks's Introduction

Neural-Networks

INFO_6205_Program_Structures_-_Algorithm

Project - Digit and Face Recognition Neural Network

Team Member - Ajay Goel, Akshay N. Mahajanshetti

Introduction

Artificial neural networks (ANNs)

or connectionist systems are computing systems which perform tasks by considering examples, generally without being programmed with any task-specific rules. For example, In image recognition, system might learn to identify images that contain cats by analyzing training images that have been manually labelled as "cat" or "no cat" and using the results to identify cats in other images. It does this without any prior knowledge about cats. The system learns things like cats have fur, tails, whiskers and other cat attributes from the training data.

An ANN is based on a collection of connected units or nodes which can transmit a signal from one artificial neuron to another. An artificial neuron that receives a signal can process it and then signal additional artificial neurons connected to it. Artificial neurons and edges typically have a weight that adjusts as learning proceeds. The weight increases or decreases the strength of the signal at a connection. Different layers may perform different kinds of transformations on their inputs. Signals travel from the first layer (the input layer), to the last layer (the output layer), possibly after traversing the layers multiple times.

alt text

Problem Statement

The neural network in our application is used to solve two major problems:

Digit Recognition

In this problem, The idea is to take a large number of handwritten digits (in excel format). In our system, we have taken data set of 42000 digits to train the system then develop a system which can learn from those training examples, we test it by passing 11000 testing digits to the system and at least 85% digits should be predicted correctly. Furthermore, by increasing the number of training examples, the network can learn more about handwriting, and so improve its accuracy.

Face Recognition

In this problem, our aim is to pass images (.png format) of 10 different people in 5 different angles and train the system. After this, to see if the system has learnt to identify different people, we test it by passing close to 35 images to the system and at least 80% images should be recognised correctly.

Impementation

Project source code in the project/src folder.

A detailed report of this project and including basics about Neural Networks in file named: Project_Report.pdf

A short presentation to get the understating of working of the project with code and output snippets in file named: Project Presentation.pptx

neural-networks's People

Contributors

ajay-goel avatar

Watchers

James Cloos avatar

Forkers

akshay55nm92

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.