synaptic
synaptic copied to clipboard
architecture-free neural network library for node.js and the browser
Here: https://github.com/cazala/synaptic/blob/master/src/Neuron.js#L492, a break is apparently missing ! It was **not** an easy bug to track :)
I found what seems to be a typo that is breaking standalone generated output. Basically, the generated function ignores the input entirely. There aren't even any references to it in...
This is not an issue. Since data normalization is probably the biggest challenge for beginners (such as myself), i'd like to submit a code to the community (to be integrated...
Hi, Just an observation, when we iterate multiple times with subset of main dataset or with overlapping datasets, different organizing maps are created. Please refer the word "Mat" in the...
How to replicate: ```js let synaptic = require('synaptic'); let Trainer = synaptic.Trainer, Architect = synaptic.Architect; let network = new Architect.Perceptron(2, 3, 3, 1); let trainer = new Trainer(network); let results...
https://synaptic.juancazala.com/ hangs right away leaving it unusable, because links couldn't be clicked. System is Ubuntu 16.04 with Chrome 59.
May i download exploration demo somewere? It's looks wonderfull! UPD. I download the gh-pages, but demo isn't working. Can you help, please? May be i may download only the exploration...
I wish to define a new polynomial based activation function which is constrained well between -1 and 1 like the predefined functions in the library. However the function defined as...
Is it available for preview?
In tests: $ python -m SimpleHTTPServer 8080 #go to http://localhost:8080/test/test_browser.html Error response Error code 404. Message: File not found. Error code explanation: 404 = Nothing matches the given URI.