Explore
Connect
Documentation
Snippets
Log in
Sign up
Using the Perceptron
1
2
3
4
session = Session()
print(session.run(p, {
x: [
3
,
2
]
}))
Enter to Rename, Shift+Enter to Preview
Run