Ecosyste.ms: Awesome
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 month ago
JSON representation
Support Vector Machine (SVM) implementation using Chainer
- Host: GitHub
- URL: https://github.com/mitmul/chainer-svm
- Owner: mitmul
- Created: 2015-10-24T18:59:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T06:40:40.000Z (about 9 years ago)
- Last Synced: 2024-08-02T12:22:07.605Z (3 months ago)
- Language: Python
- Size: 313 KB
- Stars: 25
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)