Open ccckmit opened 4 years ago
資工二 110710529 廖明志 f(x,y,z) = x^2+y^2+z^2
資工四 110610503 李彥霆 f(x,y,z) = x^2+y^2+z^2 Result
110610551 資工三 林孟勳
f(x,y,z) = x^2+y^2+z^2
result
資工四 110510548 蔡仲頤 f(x,y,z) = x^2+y^2+z^2 result
資工三 110610506 陳羿勳 f(x,y,z) = x^2+y^2+z^2 result
110610508 資工三 莊宗憲 f(x,y,z) = x^2+y^2+z^2 result
110610545 資工三 柳垚 https://github.com/666tugege/ai108b/tree/master/exercise2
110610511 資工三 陳昱瑛 homework https://github.com/sktwalker/ai108b/blob/master/homework2 result https://github.com/sktwalker/ai108b/blob/master/homeworkResult2
110710518 資工二 王子衡 f(x,y,z)=x^2+y^2+z^2 result
基礎程式:https://github.com/ccccourse/ai/tree/master/python/03-neuralnet/04-net
您可以加一個 net3.py 去解 f(x,y,z) = x^2+y^2+z^2 的最低點
初值請設為 (x=1,y=2,z=3) , 不要設 0, 因為 (0,0,0) 是最低點。