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

File real_neural_net.py

svm_class/real_neural_net.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/support-vector-machines-in-python
2# https://www.udemy.com/support-vector-machines-in-python
3from __future__ import print_function, division
4from builtins import range

Callers

nothing calls this directly

Calls 3

getKaggleMNISTFunction · 0.90
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected