1. 程式人生 > >python&AI學習

python&AI學習

1 開發環境搭建

1)安裝python3.7
2)安裝git
3)安裝編輯器notepad++

2 第一個程式Hello world

1)寫入檔案/python/1.py

print("hello world")

錯誤:python :command not dound

安裝pip之後再執行 python 1.py

3 例項

1)機器學習SVM分類器
a.安裝機器學習相關庫python-sklearn

在這裡插入圖片描述