Giter VIP home page Giter VIP logo

age-net's Introduction

age-net

Train a neural network to look at photographs and make a reasonable guess at the age of the subject. The training data set was collected from the IMDB website and contains over 6000 photos sorted by the age.

data

age-net
|-img
| |-16
|  |-0a98a69aef9545d28d5743ee7f776f05.png
|  |-1ad2a212a1b7419bbb363163499a7099.png
|   ...
|  |-efcada2b3f2a4486a6c46fa5d5ff3e15.png
| |-17
| |-18
|  ...
| |-85

design

This project uses a fairly standard feedforward neural network based on the multilayer perceptron. It is set up to support a configurable number of layers and a configurable number of nodes in each layer.

3996 input nodes
1111 hidden nodes
999  hidden nodes
555  hidden nodes
1    output nodes

inputs

The inputs are simply the brightness values of each individual pixel in the 54 by 74 images, scaled to a value between 0.0f and 1.0f. No more image preprocessing is performed here... mostly because I don't know how to do it.

outputs

The outputs are simply the age, divided by 100, scaled between -1.5 and 1.5.

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.