python 深度學習(2) -- 神經網絡迴歸模型

咱們使用波士頓數據構建咱們的神經網絡迴歸模型,樣本包含了 14 個變量的 506 個例子/觀察 結果。波士頓數據包含在 sklearn 包中python from sklearn import datasets boston = datasets.load_boston() x,y = boston.data,boston.target 而後咱們將數據進行標準化,在傳統的統計分析中,一般將變量進行
相關文章
相關標籤/搜索