├── .gitattributes ├── LICENSE ├── README.md ├── demo.ipynb ├── kernels.py └── svm.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazajafferji/svm-gpu/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazajafferji/svm-gpu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazajafferji/svm-gpu/HEAD/README.md -------------------------------------------------------------------------------- /demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazajafferji/svm-gpu/HEAD/demo.ipynb -------------------------------------------------------------------------------- /kernels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazajafferji/svm-gpu/HEAD/kernels.py -------------------------------------------------------------------------------- /svm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazajafferji/svm-gpu/HEAD/svm.py --------------------------------------------------------------------------------