machine_learning_examples icon indicating copy to clipboard operation
machine_learning_examples copied to clipboard

A collection of machine learning examples and tutorials.

Results 45 machine_learning_examples issues
Sort by recently updated
recently updated
newest added

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

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...