Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
guycole edited this page Sep 13, 2012 · 3 revisions

Demo1 is a point classifier, i.e. given a straight line determine if a point is above or below the line.

The example uses y = -5x-2

Two inputs (x, y), one output and three middle neurons.

Use "GenerateDatum" to create random points for training

Use "Trainer" to train classifier

Use "Tester" to evaluate classifier

Use "DatumConverter1" to convert to gnuplot

Clone this wiki locally