使用tensorflow预测函数的参数值(a simple task)
已知x1,x2,x3,y
根据y = aax1 + bbx2 + abx3
预测参数a和b
Output:
0 [0.16722116] [0.4231345] 0.287351
20 [0.46662363] [0.81065917] 0.00041220474
40 [0.51124895] [0.83035856] 0.0021522618
60 [0.50623244] [0.79908705] 2.3531691e-05
80 [0.49737427] [0.79750854] 2.718182e-05
100 [0.50043434] [0.80122584] 3.336514e-06
120 [0.5001132] [0.799731] 5.6176066e-08
140 [0.4998217] [0.7999378] 5.3850208e-08
160 [0.50005966] [0.8000353] 8.847866e-09
180 [0.50001425] [0.8000164] 1.0047848e-09
200 [0.49999878] [0.79999965] 2.2931767e-12
转载于:https://www.cnblogs.com/bernieloveslife/p/10216194.html
总结
以上是生活随笔为你收集整理的使用tensorflow预测函数的参数值(a simple task)的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: github gitlab BitBuc
- 下一篇: 【Ray Tracing in One