ccccourse / ai108b

人工智慧 -- 108 學年度下學期 (陳鍾誠的課程作業)
1 stars 39 forks source link

習題:請用net 建構 x^2+y^2+z^2 的網路並找出最低點 #2

Open ccckmit opened 4 years ago

ccckmit commented 4 years ago

基礎程式: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) 是最低點。

rolf0504 commented 4 years ago

f(x,y,z) = x^2+y^2+z^2 Result

ArthurLiao0816 commented 4 years ago

資工二 110710529 廖明志 f(x,y,z) = x^2+y^2+z^2

TKTim commented 4 years ago

資工四 110610503 李彥霆 f(x,y,z) = x^2+y^2+z^2 Result image

oxolll commented 4 years ago

net3 result

mauriceaaa commented 4 years ago

110610551 資工三 林孟勳
f(x,y,z) = x^2+y^2+z^2 result

a922777 commented 4 years ago

資工四 110510548 蔡仲頤 f(x,y,z) = x^2+y^2+z^2 result

yolo310250 commented 4 years ago

資工三 110610506 陳羿勳 f(x,y,z) = x^2+y^2+z^2 result

wangproverb commented 4 years ago

f(x,y,z) = x^2+y^2+z^2 result

s9953333 commented 4 years ago

net3 result

weihong1999 commented 4 years ago

net3 result

AndrewDTN commented 4 years ago

資工二 張仲恩 net3 result

Doge12132009 commented 4 years ago

https://github.com/Doge12132009/ai108b/blob/master/hw2.py 110610504梁子恩

claire-spam commented 4 years ago

電三乙 110610231 張皓淳 net3.py Result

koozu commented 4 years ago

110610505 資工三 張皓評 net Result

linjiachi commented 4 years ago

110610540 資工三 林家齊 net2.py Result

623538278 commented 4 years ago

110610544 資工三 何呈頌 https://github.com/623538278/ai108b/blob/master/net3.py https://github.com/623538278/ai108b/blob/master/net3%20result

sr47ygt commented 4 years ago

net result

dragonliang69 commented 4 years ago

110610515 資工三 呂楷茗 net result

Mistrum commented 4 years ago

110610508 資工三 莊宗憲 f(x,y,z) = x^2+y^2+z^2 result

666tugege commented 4 years ago

110610545 資工三 柳垚 https://github.com/666tugege/ai108b/tree/master/exercise2

chanyuying commented 4 years ago

110610511 資工三 陳昱瑛 homework https://github.com/sktwalker/ai108b/blob/master/homework2 result https://github.com/sktwalker/ai108b/blob/master/homeworkResult2

peter8995 commented 4 years ago

110710518 資工二 王子衡 f(x,y,z)=x^2+y^2+z^2 result

foxking1025 commented 4 years ago

110610513 資工三 胡李駿 net result

110610542 commented 4 years ago

110610542 資工三 李智傑 net netresult

redfoxCCY commented 4 years ago

110610535 張家羱 資工三 hw2 結果