wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

throw new Error('No input or output size given'); #88

Closed antonhauff closed 6 years ago

antonhauff commented 6 years ago

Hi. I wanted to implement the following task. I have a function which input gives 0 or 1. The output it gives also 0 or 1. You want to predict that to apply to the input 0 or 1 to the output is always 1. Using NARX networks I wanted to forecast. Is it possible? As soon as I started implementing the code, I had the following error: throw new Error('No input or output size given'); What to look for code for this network for prediction?

wagenaartje commented 6 years ago

What does your code look like? Share and i'll point out the mistakes!

antonhauff commented 6 years ago

Thanks, I already figured out.