ndarray-examples
ndarray-examples copied to clipboard
A collection of examples leveraging the ndarray ecosystem.
Created as requested in issue #6. Any feedback welcome!
Hi! Not sure if there's a better place for this, so please let me know if I'm out of line. I'm (slowly) trying to port an existing python package of...
This PR adds a simple demonstration of SVMs. It uses a very simple iterative algorithm called [Kernel-Adatron](https://dl.acm.org/citation.cfm?id=65747). For now there are some parts missing - [x] A real dataset (https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Diagnostic%29)...