環境建置
- 安裝 Anaconda
- 創建虛擬環境
conda create -n tensorflow
- 進入虛擬環境 (macOS/Linux)
source activate tensorflow
- 在環境內安裝 tensorflow
pip install tensorflow
- 在環境內安裝 jupyter notebook
pip install jupyter notebook
- 在環境內安裝 pandas
pip install pandas
- 開啟 jupyter notebook
jupyter notebook
For terminal user
- 開始 Anaconda.Navigator
- 在 Environments 中安裝指定模組 ex.
tensorflow
,keras
- 在 terminal 中輸入 conda activate {環境名稱}
conda activate tensorflow
- 開啟 python
python
若成功便會顯示 python 安裝資訊
Python 3.11.5 (main, Sep 11 2023, 08:17:37) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
大功告成,接著嘗試訓練第一筆資料