We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran the demo code but all new scenarios I got the same output... did anyone experience that? Is there something I miss?
The text was updated successfully, but these errors were encountered:
I think you only changed what's printed and not the actual arguments to nn.think()? :-)
For example, In [49] should be:
In [49]
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]
Sorry, something went wrong.
No branches or pull requests
I ran the demo code but all new scenarios I got the same output... did anyone experience that? Is there something I miss?
The text was updated successfully, but these errors were encountered: