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

File fake_neural_net.py

svm_class/fake_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
SigmoidFeaturizerClass · 0.85
LogisticRegressionClass · 0.85

Tested by

no test coverage detected