home · contact · privacy
Add basic neural networking experiments.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 13 May 2019 03:27:11 +0000 (05:27 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 13 May 2019 03:27:11 +0000 (05:27 +0200)
commit1b80c5b27b73e55b25251e002c4e545ecc5ae298
tree7082c535b36b7c446146c76051176530b053dc6a
parent6e960c317711557fdd5e52e5e11333df69a99624
Add basic neural networking experiments.
neural/simple_perceptron.py [new file with mode: 0755]
neural/single_neuron_with_backprop.py [new file with mode: 0755]