1. What is a Neural Network?

2023. 9. 5. 13:31Google ML Bootcamp/1. Neural Networks and Deep Learning

예시 : 집 값 예측

 

input : x

layer : unit

output : y(=price)

 

layer에 사용될 수 있는 function

- ex) ReLU(Rectified Linear Unit) x -> max(0,x)

 

x : house size, number of bedrooms, zip code, wealth etc..

layer : family size(=related with house size, number of bedrooms), school quality(=related with zip code, wealth)

y : price