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

https://github.com/mitmul/chainer-svm

Support Vector Machine (SVM) implementation using Chainer
https://github.com/mitmul/chainer-svm

Last synced: about 1 year ago
JSON representation

Support Vector Machine (SVM) implementation using Chainer

Awesome Lists containing this project

README

          

chainer-svm
===========

This is an implementation of Support Vector Machines (SVM) using Chainer.

# Requirement

- [Chainer](https://github.com/pfn/chainer)

# Train & Test

```
$ python train_test.py --gpu 0
```

## Result

![](https://raw.githubusercontent.com/wiki/mitmul/chainer-svm/images/result.png)