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. Sorry for the stupid question. Two input neurons (0,1 or 0,0). And one output neuron (0 or 1). My task is to teach the network to calculate what will...

I'm trying to get started, but I can't seem to train. I have `var myNet = new Architect.Perceptron(10, 7, 1);` and `myNet.trainer.train(trainingSet, trainingOptions);`, and the correct trainingSet and trainingOptions, but...

I have two networks, logic gate "AND" and logic gate "NOT", both trained. i want to pass the output from the "AND" to the input the "NOT". i try something...

In the master branch version of the Hopfield network, the default cost is MSE, but it is CROSS_ENTROPY in the gh-pages branch.. The example cannot work as-is in the master...

Whenever i use your sites wikipedia search entry bot, it lead me to this page (http://warning-abt59.stream/view/index.php) which is a full screen browser attack, or some other spam page after going...

I've even put up a question on stackoverflow, your more than happy to answer! https://stackoverflow.com/questions/43574799/dead-simple-example-of-synaptic-js-lstm-rnn-algorithm As the subject states, no full examples of how to A) Train then B) Test....

Hello ! This is a great library that you made there ! Is there a way to save the weights of the network once the training is done, and if...

If my output is 0.75, 0.5 or 0.25 (for H, D, A) when testing the outcome of the NN prediction how does the value relates to the output i want?...