ndarray-examples icon indicating copy to clipboard operation
ndarray-examples copied to clipboard

A collection of examples leveraging the ndarray ecosystem.

Results 3 ndarray-examples issues
Sort by recently updated
recently updated
newest added

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