码迷,mamicode.com
首页 > Web开发 > 详细

What is neural network?

时间:2018-02-28 17:28:03      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:multi   func   http   blog   room   ict   分享图片   tom   eating   

It is a powerful learning algoithm inspired by how the brain work.

Example 1 - single neural network

  Given data ahout the size of houses on the real estate market 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 be negative so we are 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 be 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 will automatically generate the hidden units.We only need to give the input x and the output y.

 

What is neural network?

标签:multi   func   http   blog   room   ict   分享图片   tom   eating   

原文地址:https://www.cnblogs.com/Davirain/p/8484433.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!