MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / perceptron.py

File perceptron.py

supervised_class/perceptron.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/data-science-supervised-machine-learning-in-python
2# https://www.udemy.com/data-science-supervised-machine-learning-in-python
3from __future__ import print_function, division
4from future.utils import iteritems

Callers

nothing calls this directly

Calls 6

get_mnistFunction · 0.90
PerceptronClass · 0.85
get_simple_xorFunction · 0.85
get_dataFunction · 0.70
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected