An open API service indexing awesome lists of open source software.

https://github.com/pvigier/linear-classifiers

Demo for the part 2 of the tutorial on pychain
https://github.com/pvigier/linear-classifiers

classifier frontier visualization

Last synced: 8 months ago
JSON representation

Demo for the part 2 of the tutorial on pychain

Awesome Lists containing this project

README

          

# linear-classifiers

A demo shown in the [part 2](https://pvigier.github.io/2017/08/13/pychain-part2-mnist.html) of my tutorial on pychain.

The file frontier.py allows to visualize the frontier of binary and multiclass linear classifiers.

Binary | Multiclass
:-------------------------:|:-------------------------:
![Frontier of a binary linear classifier](https://pvigier.github.io/media/img/part2/binary_classifier.png) | ![Frontiers of a multiclass linear classifier](https://pvigier.github.io/media/img/part2/multiclass_classifier.png)