Here are
76 public repositories
matching this topic...
TensorFlow template application for deep learning
Updated
May 20, 2021
Python
ThunderSVM: A Fast SVM Library on GPUs and CPUs
Ruby language bindings for LIBSVM
Reatime Face Recognizer on Android
Implementation of the paper "No Reference Image Quality Assessment in the Spatial Domain" by A Mittal et al. in OpenCV (using both C++ and Python)
Updated
Mar 15, 2018
Python
LIBSVM for the browser and nodejs 🔥
Updated
Mar 20, 2019
JavaScript
LIBSVM bindings for Julia
Updated
Jun 17, 2021
Julia
零售电商客户流失模型,基于tensorflow,xgboost4j-spark,spark-ml实现LR,FM,GBDT,RF,进行模型效果对比,离线/在线部署方式总结
Updated
Feb 28, 2020
Python
FFSVM stands for "Really Fast Support Vector Machine"
Updated
Dec 20, 2019
Rust
基于LibSVM实现的验证码识别,通过对验证码图片进行二值化、去噪、切割等处理后,对每个字符进行识别。识别过程采用LibSVM来实现。可用于识别网站登录的验证码。
Updated
Nov 2, 2017
Python
Sparse learning in TensorFlow using data acquired from Spark.
Updated
Apr 22, 2019
Python
3-Class Retinal Classification via Deep Network Features and SVM Classifier (Academic Research Use)
Updated
Jan 11, 2018
MATLAB
Support Vector Regression for Unsupervised Machine Learning
A 3D face recognition by using PCA and SVM.
Updated
Mar 20, 2017
Makefile
various models implemented via tensorflow
Updated
Feb 8, 2017
Python
SVM Neuro Matching C#机器学习 LibSVM支持向量机 神经网络 匹配 中文文本分词分类聚类
C++ wrappers to libsvm for easy-to-use Support Vector Machines (SVM)
Decision Boundaries Visualization of SVDD (libsvm-3.23)
Updated
Oct 18, 2019
MATLAB
A Raku bindings for libsvm
Package provides the direct java conversion of the origin libsvm C codes as well as a number of adapter to make it easier to program with libsvm on Java
Updated
May 24, 2017
Java
(Python, R, C++) Read and write sparse matrices in SVMLight / LibSVM formats
Matlab/C++ library to evaluate SVM decision function and its derivatives.
Access the Linear or RBF kernel SVM from OCaml using the R e1071 or svmpath packages
Updated
Mar 9, 2020
OCaml
Classify the MNIST data by LIBSVM in Matlab.
Updated
Mar 15, 2017
MATLAB
.NET wrapper for LIBSVM written in C#
Numo::Libsvm is a Ruby gem binding to the LIBSVM
Rumale::SVM provides support vector machine algorithms of LIBSVM and LIBLINEAR with Rumale interface
Updated
Jul 11, 2021
Ruby
Improve this page
Add a description, image, and links to the
libsvm
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
libsvm
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Context:
While trying to cover tests for WASM loaded SVM's
predict
, I've encountered an issue of incorrect prediction results between running a test by itself vs running tests in-band.Problematic test: