MCPcopy 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

1from sklearn import metrics
2from sklearn.model_selection import train_test_split
3import tensorflow as tf
4from tensorflow.contrib import learn

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected