文件名称:ML-linear-regression:使用以前的趋势来预测未来几年的就业人数!
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-12 23:02:53
MATLAB
ML 线性回归记录经济和失业数据。 有16行数据。 数据包括: col 1: the index; col 2: the percentage price deflation; col 3: the GNP in millions of dollars; col 4: the number of unemployed in thousands; col 5: the number of people employed by the military; col 6: the number of people over 14; col 7: the year col 8: prediction required- the number of people employed. 1 83.0 234289 2356 1590 107608 1947 60323 2 88
【文件预览】:
ML-linear-regression-master
----cost.m(84B)
----normalize.m(109B)
----mainWin.m(120B)
----README.md(1KB)
----normal.m(48B)
----loadFile.m(97B)
----data(816B)
----gradient.m(68B)
----GradDescent.m(234B)
----predict.m(70B)