Recognizing a Linear Pattern - Perceptron

Overview


This example uses a Perceptron to separate the outputs of an OR operation.

Scripts




This code uses the following features.

  • importing modules
  • linear algebra library
  • perceptron library