MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / sklearn_ann.py

File sklearn_ann.py

ann_class/sklearn_ann.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Train a neural network in just 3 lines of code!
2#
3# the notes for this class can be found at:
4# https://deeplearningcourses.com/c/data-science-deep-learning-in-python

Callers

nothing calls this directly

Calls 3

get_dataFunction · 0.90
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected