ccccourse / ai110b

課程:人工智慧 -- 筆記、習題與報告
3 stars 27 forks source link

習題 1 -- 請寫一個程式可以做線性回歸 #4

Open ccckmit opened 2 years ago

ccckmit commented 2 years ago

請寫一個程式可以做線性回歸

線性回歸: 給定一些 (x,y) 值,請找出最好的 a,b 值,使得

y = a+bx

與所有點的 y 軸距離總和最小。

可以用爬山演算法做一遍,然後有其他想法在用其他想法做一遍

參考

參考程式框架:

NubletZ commented 2 years ago

資工三 110810538 魏美亞 Please refer to the notes for code explanation. code / notes

FUYUHSUAN commented 2 years ago

資工三 110810505 傅于軒 作業說明 作業程式

weiian000 commented 2 years ago

資工三 110813110 李維晏 Readme Code

nohano1l commented 2 years ago

資工三 110810529 張佑豪 readme / code

ChiaYunn commented 2 years ago

110810535

ZKX-0326 commented 2 years ago

資工三 110810502 陳彥翔 readme code

ayd0122344 commented 2 years ago

資工四 110710507 徐熙堯 程式碼

yuexialiuye commented 2 years ago

資工三 110810517 黃羽溱 code

chenimim commented 2 years ago

資工三 110810526 陳霈君 介紹code