What is neural network?

Source: Internet
Author: User

It's a powerful learning algoithm inspired by what the brain work.

Example 1-single Neural Network

Given data ahout The size of houses on the real estate, and you want to fit a function that wil predict their price . It is a linear regression problem beacause the price as function of size continous output.

We know the prices can never is negative so we is creating a function caled reactified Linear Unit (ReLU) which starts at Zero.

The input is the size of the house (x)

The output is the price (y)

The "neuron" implements the function ReLU (blue line)

Example 2-multiple Neural Network

The price of a house can is affected by other features such as size,number of bedrooms, zip code and wealth. The role of the neural network is to predicted the price and it'll automatically generate the hidden units. We only need to give the input x and the output Y.

What is neural network?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.