synaptic
synaptic copied to clipboard
architecture-free neural network library for node.js and the browser
Hi, The option shuffle:true still does not work for me (even after the change of Jonas Raoni Soares Silva). I get an error like this: blob:null/1a2bb8ac-eef5-4e74-bee2-0edbad2fd7de:105 Uncaught ReferenceError: shuffleInplace is...
When using node.js I get the following error on creating an LSTM with the Architect: ``` [...]\node_modules\synaptic\dist\synaptic.js:308 var connected = from.connected(to); ^ TypeError: from.connected is not a function at Layer.connected...
I do have internet connection and this is what I see, even after refreshing the page several times. 
This is a question and not an issue, I couldn't find anywhere else to ask this, sorry if this is the wrong place. I'm trying to write a function that...
What would happen if the training set had too many inputs and too many outputs? Lets say it usually takes 10 inputs and 10 outputs. Would it just take the...
Question
When propagating or training networks, how can I track the current accuracy or fitness of the network?
My network is a 3 layered perceptron, why when activated do 4 outputs come out even when there are only supposed to be three? Other issue, why would activating said...
Would [napajs](https://github.com/Microsoft/napajs) be useful for processing?
Hello, nice work. I've started using synaptic Architect with the predefined LSTM network. Everything works fine and I am quite pleased with it. However I didn't find anything regarding suport...
Maybe I misunderstood something, but it seems to me that the HLIM's derivative should be equals to 0 when `x != 0`. Am I wrong ?