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

same outputs with different inputs? #3

Open
huipingfang opened this issue Apr 11, 2017 · 1 comment
Open

same outputs with different inputs? #3

huipingfang opened this issue Apr 11, 2017 · 1 comment

Comments

@huipingfang
Copy link

I ran the demo code but all new scenarios I got the same output... did anyone experience that? Is there something I miss?

makeann_sameoutput

@halohalospecial
Copy link

halohalospecial commented May 4, 2017

I think you only changed what's printed and not the actual arguments to nn.think()? :-)

For example, In [49] should be:

    print("considering new situation [1,1,1] -> ?")
    print(nn.think(array([1,1,1])))

Outputs should be:

considering new situation [0,0,1] -> ?
[ 0.009664]

considering new situation [1,1,1] -> ?
[ 0.99211997]

considering new situation [0,0,0] -> ?
[ 0.5]

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