GithubHelp home page GithubHelp logo

system-neuroscience's Introduction

System-NeuroScience (Deep Learning vs. Human)

What is the overfitting for human?
To research it , we compare human to deep learning. main idea : Recognition what clothes own person belong.

Network Architecture

Constructing brief-Convolutional Neural Network (CNN).
Number of Convolution layer : 5
Number of Fully Connected : 2
Number of Output node : 5

  • Note * Please, change network architecture as appropriate.

Dataset

Took a picture of T-shirts of each member. Then, these picture use to training dataset.
However, only these are not enough, so that we take a internet.

How use internet pictures of T-shirts.

Capture the clothes you think want to wear on the internet.
About over 10 clothes are collected for each person.

How to execute

** Training

python3 train.py -i [dataset-path]

We using chainer(v4.0.0).

** Testing

python3 train.py --model [pre-train model path] -i [single-image-path] --test

Please, input single images network, to output display the probability against the input image.

This network is not so deep and number of training image is only a few.
Thus, training is immediately finish and also recognition rate maybe not good. So when, change the network architecture and increase the dataset size.

Requirement

python : 3.x.x
PIL : 1.1.7
Pillow : 5.1..0
chainer: 4.x.x
tqdm

system-neuroscience's People

Contributors

hirokiadachi avatar

Stargazers

 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.