Davids perceptron.pl: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 March 2009

11 March 2009

  • curprev 21:5521:55, 11 March 2009SpammerHellDontDelete talk contribs 1,749 bytes +1,749 New page: <PRE> #!/usr/bin/env python __author__ = "David Stainton" __license__ = "Apache License" import sys class perceptron(object): def __init__(self, values): self.weight = []...