neuron

Table of Contents

A computing structure, specifying:

An algorithm using neuron typically would specify:

Backlinks

(setting)

  • \(a_0\) - a fixed input unit with weight \(-\theta_j\)
  • others usual, like neuron, or if you count input layer, a fully connected neural network between input and output layer.
  • types: everything can be real number now(except output)

multilayer perceptron

_20240118_000723screenshot.png multiplayer perceptron is a layered architecture of neurons, where:

  • neurons are divded into layers
  • adjacent layers are interconnected
  • the notion of of \(a_0\) in is replaced with bias

an pattern recognition algorithm with multiple outputs using neurons.

Hebb’s rule

Hebb’s rule is an algorithm of pattern extraction/recognition using neuron.

Author: Linfeng He

Created: 2024-04-03 Wed 20:58