python機器學習 2

2021-08-19 16:46:17 字數 628 閱讀 8875

監督:資料點已知結果

無監督:資料點有未知的結果

回歸:結果是連續的(數值)

分類:結果是乙個範疇

監督學習綜述

data withanswers + model ----fit----> model

data withoutanswers + model -----predict---> predictedanswers

分類:分類答案

emails labeled asspam/not spam + model----fit-------—>model

unlabeledemails + model ---predict---- > spam ornot spam

機器學習詞彙

目標:資料的**類別或價值(列**)

特徵:用於**的資料的屬性(非目標列)

標籤:單個資料點的目標值

python機器 python機器學習

熱詞系列 打卡 mark一下,以後看 每天打卡學習 1 python 基礎 bv1lt4y1u7un 2 python 高階 bv1jz411b7dh 3 python 資料庫 bv1pg4y1a7a7 4 python gui與坦克大戰 bv1je411f72o 5 python numpy bv...

機器學習(2)python 工具介紹

介紹一下 python用於機器學的 第三方庫 1.numpy scipy numpy除了提供一些高階的數 算機制以外,還具備非常高效的向量和矩陣運算功能。這些功能對於機器學習的計算任務尤為重要。scipy 在numpy的基礎上構建的更為強大,應用領域也更為廣泛的科學計算包。scipy依賴numpy ...

《Python機器學習基礎教程》學習筆記 2

第2章 監督學習 利用graphviz開啟繪製的dot格式決策圖出錯,有兩個坑需注意 1 pip install graphviz庫還不夠,還要安裝graphviz軟體,位址 2 強烈建議安裝位址為c盤,安裝後新增軟體所在資料夾 bin 位址到path環境。之前安裝到其他盤,執行一直出錯,make ...