Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jwasham/practice-python
/ neural-net.py
File
neural-net.py
machine-learning/neural-net.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
sklearn
import
metrics
2
from
sklearn.model_selection
import
train_test_split
3
import
tensorflow
as
tf
4
from
tensorflow.contrib
import
learn
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected