Coder Social home page Coder Social logo

neural-networks's Introduction

Neural Networks using Scikit-Learn

Building Neural Networks

  1. MLP Regression for numeric data (using scikit-learn)
  2. MLP Classification for numeric data (using scikit-learn)
  3. MLP Classification for Text data (using scikit-learn)
  4. MLP Classification for Image data (using scikit-learn)
  5. Dimensionality Reduction using Restricted Boltzmann Machines

Selection of layers and neurons :

How to choose the number of layers and neurons in the neural network

  1. The input layer (depends on the number of features in the dataset)
  2. hidden layers: it depends on the complexity of the problem. if the problem is a linear relationship, then we do not need to have hidden layer if the problem has a simple Non-linear relationship, then we only need to have one(1) hidden layer. if there is a Non-linear relationship between input and output, we can use 2 or more.

The number of hidden neurons also can be varied and there is no fixed rule for choosing the number of hidden neurons in the hidden layer, but there are some rules : - (number of inputs + output ) * (2/3) - not more than twice of the input layer size

  1. output layer (depends on the number of classes in the prediction class ex. 0 and 1 to find out an email is spam or not)

neural-networks's People

Contributors

asharifara avatar

Stargazers

 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.