synaptic icon indicating copy to clipboard operation
synaptic copied to clipboard

architecture-free neural network library for node.js and the browser

Results 101 synaptic issues
Sort by recently updated
recently updated
newest added

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. ![data-text-html chromewebdata nexus 5x](https://user-images.githubusercontent.com/4905917/30411768-8051d94e-9956-11e7-8d8d-9df09ebde4e6.png)

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...

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 ?