All Projects → awerries → Online Svr

awerries / Online Svr

Implementation of Accurate Online Support Vector Regression in Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Online Svr

Machinelearnjs
Machine Learning library for the web and Node.
Stars: ✭ 498 (+857.69%)
Mutual labels:  svm
Text Classification Benchmark
文本分类基准测试
Stars: ✭ 18 (-65.38%)
Mutual labels:  svm
Svm kernel
x86_64 AMD kernel optimized for performance & hypervisor usage
Stars: ✭ 32 (-38.46%)
Mutual labels:  svm
Machine Learning In Action
⚡️⚡️⚡️《机器学习实战》代码(基于Python3)🚀
Stars: ✭ 533 (+925%)
Mutual labels:  svm
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+11407.69%)
Mutual labels:  svm
Jsmlt
🏭 JavaScript Machine Learning Toolkit
Stars: ✭ 22 (-57.69%)
Mutual labels:  svm
Vehicle Detection
Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).
Stars: ✭ 462 (+788.46%)
Mutual labels:  svm
Smart Surveillance System Using Raspberry Pi
This is my Third Year Project for face recognition using OpenCV
Stars: ✭ 41 (-21.15%)
Mutual labels:  svm
Angel
A Flexible and Powerful Parameter Server for large-scale machine learning
Stars: ✭ 6,458 (+12319.23%)
Mutual labels:  online-learning
Machine learning
The homework of my 3rd-term
Stars: ✭ 29 (-44.23%)
Mutual labels:  svm
Onlinemooc
Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4后台 开发的在线教育网站及后台管理
Stars: ✭ 587 (+1028.85%)
Mutual labels:  online-learning
Osqp
The Operator Splitting QP Solver
Stars: ✭ 689 (+1225%)
Mutual labels:  svm
Ailearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Stars: ✭ 32,316 (+62046.15%)
Mutual labels:  svm
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (+892.31%)
Mutual labels:  svm
Patternrecognition matlab
Feature reduction projections and classifier models are learned by training dataset and applied to classify testing dataset. A few approaches of feature reduction have been compared in this paper: principle component analysis (PCA), linear discriminant analysis (LDA) and their kernel methods (KPCA,KLDA). Correspondingly, a few approaches of classification algorithm are implemented: Support Vector Machine (SVM), Gaussian Quadratic Maximum Likelihood and K-nearest neighbors (KNN) and Gaussian Mixture Model(GMM).
Stars: ✭ 33 (-36.54%)
Mutual labels:  svm
Weiboanalysis
微博情感分析,文本分类,毕业设计项目
Stars: ✭ 480 (+823.08%)
Mutual labels:  svm
Handwriting Number Classification
A computer vision project, based on cimg library and svm training, to classify handwriting number.
Stars: ✭ 22 (-57.69%)
Mutual labels:  svm
Glcm Svm
提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类
Stars: ✭ 48 (-7.69%)
Mutual labels:  svm
Vowpal wabbit
Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.
Stars: ✭ 7,815 (+14928.85%)
Mutual labels:  online-learning
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+64594.23%)
Mutual labels:  svm

Online SVR

Methods adapted from the paper "Accurate On-line Support Vector Regression" from Junshui Ma, James Theiler, and Simon Perkins. This code is essentially a Python rewrite of Francesco Parrella's MATLAB code http://onlinesvr.altervista.org/. Includes an undocumented application to cluster-size prediction in traffic flow. Used for a group project in 16-831 Statistical Techniques in Robotics at Carnegie Mellon University.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].