Skip to content
#

adaptive-linear-neuron

Here are 2 public repositories matching this topic...

Language: All
Filter by language

教師あり学習。線形分類器。Adaptive Linear Neuron の略。勾配降下法(Gradient Descent) or バッチ降下法(Batch Gradient Descent)。残差平方和RSS(誤差二乗和)を使用。可視化するため、標準化(std)を行い、表示させる。分類問題を解くアルゴリズムで、パーセプトロンの改良のようなもの。

  • Updated Jun 13, 2021
  • Python

Improve this page

Add a description, image, and links to the adaptive-linear-neuron topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adaptive-linear-neuron topic, visit your repo's landing page and select "manage topics."

Learn more