All Projects → kazuto1011 → svm-pytorch

kazuto1011 / svm-pytorch

Licence: MIT license
Linear SVM with PyTorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to svm-pytorch

Defect Detection Classifier
Visual Defect Detection on Boiler Water Wall Tube Using Small Dataset
Stars: ✭ 91 (-38.93%)
Mutual labels:  svm
Mylearn
machine learning algorithm
Stars: ✭ 125 (-16.11%)
Mutual labels:  svm
Simplesvm
A minimalistic educational hypervisor for Windows on AMD processors.
Stars: ✭ 152 (+2.01%)
Mutual labels:  svm
Textclf
TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。
Stars: ✭ 105 (-29.53%)
Mutual labels:  svm
Lineargo
LinearGo (Go wrapper for LIBLINEAR): A Library for Large Linear Classification
Stars: ✭ 111 (-25.5%)
Mutual labels:  svm
Tiny ml
numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法
Stars: ✭ 129 (-13.42%)
Mutual labels:  svm
Machine learning code
机器学习与深度学习算法示例
Stars: ✭ 88 (-40.94%)
Mutual labels:  svm
Speech Emotion Recognition
Speech emotion recognition implemented in Keras (LSTM, CNN, SVM, MLP) | 语音情感识别
Stars: ✭ 181 (+21.48%)
Mutual labels:  svm
Sinaweibo Emotion Classification
新浪微博情感分析应用
Stars: ✭ 118 (-20.81%)
Mutual labels:  svm
Dash Svm
Interactive SVM Explorer, using Dash and scikit-learn
Stars: ✭ 147 (-1.34%)
Mutual labels:  svm
Mnist Classification
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
Stars: ✭ 109 (-26.85%)
Mutual labels:  svm
Vehicle Detection Yolo Ver
real-time Vehicle Detection( tiny YOLO ver) and HOG+SVM method
Stars: ✭ 111 (-25.5%)
Mutual labels:  svm
Svm Classification Localization
HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS
Stars: ✭ 130 (-12.75%)
Mutual labels:  svm
Augmentedgaussianprocesses.jl
Gaussian Process package based on data augmentation, sparsity and natural gradients
Stars: ✭ 99 (-33.56%)
Mutual labels:  svm
Ml Course
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
Stars: ✭ 154 (+3.36%)
Mutual labels:  svm
Nlp Journey
Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Text Classificatin, Text Generation, Text Similarity, Machine Translation),etc. All codes are implemented intensorflow 2.0.
Stars: ✭ 1,290 (+765.77%)
Mutual labels:  svm
Ml Projects
ML based projects such as Spam Classification, Time Series Analysis, Text Classification using Random Forest, Deep Learning, Bayesian, Xgboost in Python
Stars: ✭ 127 (-14.77%)
Mutual labels:  svm
Clandmark
Open Source Landmarking Library
Stars: ✭ 204 (+36.91%)
Mutual labels:  svm
Simplesvmhook
SimpleSvmHook is a research purpose hypervisor for Windows on AMD processors.
Stars: ✭ 159 (+6.71%)
Mutual labels:  svm
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (-2.01%)
Mutual labels:  svm

Support Vector Machines

  • Support Vector Machines (SVMs) with Linear Kernel
  • Stochastic Gradient Descent (SGD)

Requirements

$ pip install matplotlib numpy scikit-learn
$ pip install "torch>=0.4.0"

Example

python main.py --c 0.01 --batchsize 1
Hard margin
c = 0, batchsize = 1
Soft margin
c = 0.01, batchsize = 1
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].