Perceptron 與 Adaline 演算法實作 利用 Python 實作 Machine Learning 演算法 - Perceptron 與 Adaline 輸出結果 Perceptron 訓練走勢圖 分類平面圖 Adaline 訓練走勢圖 分類平面圖 安裝所需套件 1. 開啟 terminal 並且進入專案所在的資料夾 2. 輸入下列指令來安裝所需套件 pip install -r requirement.txt 使用 1. 開啟 terminal 並且進入專案所在的資料夾 2. 輸入下列指令來執行程式 python main.py Perceptron Adaline Implement Machine Learning Algorithm - Perceptron & Adaline Install Package 1. Open command line and cd into yours clone project folder 2. Enter the following command to install the required package pip install -r requirement.txt Usage 1. Open command line and cd into yours clone project folder 2. Enter the following command to install the required package python main.py License MIT License