User contributions for Sethalves

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

26 March 2009

  • 18:4218:42, 26 March 2009 diff hist +1,514 N User:Sethalves/scheme-perceptronNew page: <pre> #!/usr/bin/guile \ --debug -s !# (use-modules (ice-9 format)) (define (dot-product v0 v1) (apply + (map (lambda (m0 m1) (* m0 m1)) v0 v1))) (define (sigmoid beta x) ;; sig... current

23 February 2009