Perceptron: Difference between revisions

m
→‎{{header|Pascal}}: Entirely trivial edit
(Added Pascal (a non-graphical implementation))
m (→‎{{header|Pascal}}: Entirely trivial edit)
Line 150:
*)
 
function targetOutput( a, b : integer ) : integer;
(* the function the perceptron will be learning is f(x) = 2x + 1 *)
begin
519

edits