machine_learning_examples
machine_learning_examples copied to clipboard
A collection of machine learning examples and tutorials.
The link in `rl2/extra_reading.txt` is broken.
Please bear with me here. This might be confusing to understand for some because I'm adding the pseudocode to support what's unclear to me. I've been following a tutorial and...
There is a small typo in svm_class/svm_gradient.py. Should read `distribution` rather than `distrbution`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
I edited bayesian
it apperas that the accuracy of the model is so good but after saving the model and load it, it gives a non reasonable results .. the model is not...