You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys. I have a beginner problem. I set a network like that:
And then i try to change squashing function like that:
Or in a few other ways (i was trying different approaches), and the only resoult i can get is this:
"Neuron is not defined".
Can you please tell me how am i supposed to do this?
Greetings!
The text was updated successfully, but these errors were encountered:
Thats an import issue, check how your require Synaptic.js section and try to call things with synaptic.Layer (or so) and not just Layer as Node seems to have an issue to find the relevant code section within Synaptic.js.
Hi guys. I have a beginner problem. I set a network like that:
And then i try to change squashing function like that:
Or in a few other ways (i was trying different approaches), and the only resoult i can get is this:
"Neuron is not defined".
Can you please tell me how am i supposed to do this?
Greetings!
The text was updated successfully, but these errors were encountered: