Jump to content

Perceptron: Difference between revisions

m
formatting of task description
(Added XLISP (non-graphical))
m (formatting of task description)
Line 7:
 
 
;Task
;The task
The website [http://natureofcode.com/book/chapter-10-neural-networks/ The Nature of Code] demonstrates a perceptron by making it perform a very simple task : determine if a randomly chosen point (x, y) is above or below a line y = mx + b. Implement this perceptron and display an image of the result.:
y = mx + b
 
Implement this perceptron and display an image of the result.
 
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.