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
- Host: GitHub
- URL: https://github.com/mitmul/chainer-svm
- Owner: mitmul
- Created: 2015-10-24T18:59:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T06:40:40.000Z (over 10 years ago)
- Last Synced: 2025-03-25T03:41:39.659Z (about 1 year 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
