MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / perceptron.py

File perceptron.py

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

Source from the content-addressed store, hash-verified

1'''
2
3 Perceptron
4 w = w + N * (d(k) - y) * x(k)

Callers

nothing calls this directly

Calls 4

trannigMethod · 0.80
PerceptronClass · 0.70
insertMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected