当前位置:网站首页>First day of deep learning and tensorflow learning

First day of deep learning and tensorflow learning

2022-06-26 05:03:00 Rain and dew touch the real king

1. Linear regression

x: input data

F (x): prediction

Y: real data, ground One truth

F( x) Infinitesimal approach y best , error function loss = w* xi +b - yi The square of i Accumulation , send loss Function minimum

Minimize loss

W' *x+b' →y

原网站

版权声明
本文为[Rain and dew touch the real king]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202180508319569.html