Here are
76 public repositories
matching this topic...
TensorFlow template application for deep learning
Updated
Jan 3, 2019
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)
LIBSVM for the browser and nodejs 🔥
Updated
Mar 20, 2019
JavaScript
Updated
Mar 15, 2018
Python
LIBSVM bindings for Julia
Updated
Aug 21, 2020
Julia
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
零售电商客户流失模型,基于tensorflow,xgboost4j-spark,spark-ml实现LR,FM,GBDT,RF,进行模型效果对比,离线/在线部署方式总结
Updated
Feb 28, 2020
Python
3-Class Retinal Classification via Deep Network Features and SVM Classifier (Academic Research Use)
Updated
Jan 11, 2018
MATLAB
One-class SVM based anomaly detection for wireless sensor networks
Updated
Oct 5, 2017
Jupyter Notebook
Support Vector Regression for Unsupervised Machine Learning
Updated
Aug 13, 2020
Julia
Anomaly detection using SVDD kernelized by Mahalanobis distance
Learning based explicit nonlinear model predictive control based on robust nonlinear regression and reduced-set support vector machines
various models implemented via tensorflow
Updated
Feb 8, 2017
Python
A 3D face recognition by using PCA and SVM.
Updated
Mar 20, 2017
Makefile
SVM Neuro Matching C#机器学习 LibSVM支持向量机 神经网络 匹配 中文文本分词分类聚类
C++ wrappers to libsvm for easy-to-use Support Vector Machines (SVM)
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
A Raku bindings for libsvm
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
Decision Boundaries Visualization of SVDD (libsvm-3.23)
Updated
Oct 18, 2019
MATLAB
Numo::Libsvm is a Ruby gem binding to the LIBSVM
.NET wrapper for LIBSVM written in C#
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: