deep-neural-networks deep-learning multilayer-perceptron-network single-layer-perceptron adaptive-linear-neuron
-
Updated
Dec 2, 2022 - Jupyter Notebook
教師あり学習。線形分類器。Adaptive Linear Neuron の略。勾配降下法(Gradient Descent) or バッチ降下法(Batch Gradient Descent)。残差平方和RSS(誤差二乗和)を使用。可視化するため、標準化(std)を行い、表示させる。分類問題を解くアルゴリズムで、パーセプトロンの改良のようなもの。
Add a description, image, and links to the adaptive-linear-neuron topic page so that developers can more easily learn about it.
To associate your repository with the adaptive-linear-neuron topic, visit your repo's landing page and select "manage topics."