Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SISO ? #4

Open
QuinDennis opened this issue Dec 6, 2017 · 1 comment
Open

SISO ? #4

QuinDennis opened this issue Dec 6, 2017 · 1 comment

Comments

@QuinDennis
Copy link

Is this truly a SingleInput / SingleOutput module? If so, Not very useful. Even at that, it doesn't seem to work.
inputs:{"input":[49.43],"output":[49.421]}
test Input:[49.375]
output: 0.9999974194600901

inputs:{"input":[49.43,49.421,49.422],"output":[49.43]}
test Input:[49.375,49.405,49.407]
output: 0.9999974200423885

@ttezel
Copy link
Owner

ttezel commented Dec 6, 2017

I think the problem here might be that you didn't train it with enough data - the neural net won't converge immediately based on a single input/output pair (I don't think you'd want that anyway). This module allows you to pass in a single input/output pair at a time, but you can also pass it an array of input/output pairs (as shown in the readme). Whatever works best for your purposes. But it doesn't make much sense to train a neural net off a single input/output pair as your example seems to be doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants