synaptic
synaptic copied to clipboard
Add ability to handle continuous labels
Added ability to train and evaluate with arbitrary continuous labels. All labels are scaled to range 0 to 1, for use in the net.
Made a more universal way of translating the output of the network: discrete labels use a map, while continuous use a function.
I am fairly new at Clojure, so any tips are welcome.