環境建置

  1. 安裝 Anaconda
  2. 創建虛擬環境
conda create -n tensorflow
  1. 進入虛擬環境 (macOS/Linux)
source activate tensorflow
  1. 在環境內安裝 tensorflow
pip install tensorflow
  1. 在環境內安裝 jupyter notebook
pip install jupyter notebook
  1. 在環境內安裝 pandas
pip install pandas
  1. 開啟 jupyter notebook
jupyter notebook

For terminal user

  1. 開始 Anaconda.Navigator conda
  2. 在 Environments 中安裝指定模組 ex.tensorflow, keras
  3. 在 terminal 中輸入 conda activate {環境名稱}
conda activate tensorflow
  1. 開啟 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.

大功告成,接著嘗試訓練第一筆資料