Showing 23 open source projects for "svm classification"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    LIBSVM.jl

    LIBSVM.jl

    LIBSVM bindings for Julia

    LIBSVM bindings for Julia. This is a Julia interface for LIBSVM and for the linear SVM model provided by LIBLINEAR. Supports all LIBSVM models: classification C-SVC, nu-SVC, regression: epsilon-SVR, nu-SVR and distribution estimation: one-class SVM. Model objects are represented by Julia-type SVM which gives you easy access to model features and can be saved e.g. as JLD file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MatlabMachine

    MatlabMachine

    Machine learning algorithms

    Matlab-Machine is a comprehensive collection of machine learning algorithms implemented in MATLAB. It includes both basic and advanced techniques for classification, regression, clustering, and dimensionality reduction. Designed for educational and research purposes, the repository provides clear implementations that help users understand core ML concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    dlib

    dlib

    Toolkit for making machine learning and data analysis applications

    Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments. Dlib's open source licensing allows you to use it in any application, free of charge. Good unit test coverage, the ratio of unit test lines of code to library lines of code is...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    m2cgen

    m2cgen

    Transform ML models into a native code

    m2cgen (Model 2 Code Generator) - is a lightweight library that provides an easy way to transpile trained statistical models into a native code (Python, C, Java, Go, JavaScript, Visual Basic, C#, PowerShell, R, PHP, Dart, Haskell, Ruby, F#, Rust, Elixir). Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies. Some models force input data to be particular type during prediction phase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    Machine-Learning

    Machine-Learning

    kNN, decision tree, Bayesian, logistic regression, SVM

    Machine-Learning is a repository focused on practical machine learning implementations in Python, covering classic algorithms like k-Nearest Neighbors, decision trees, naive Bayes, logistic regression, support vector machines, linear and tree-based regressions, and likely corresponding code examples and documentation. It targets learners or practitioners who want to understand and implement ML algorithms from scratch or via standard libraries, gaining hands-on experience rather than relying...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JSiteDescriptor

    Binding site descriptor generation for SVM based classification.

    A set of java programs that extract coordinate and chemical information from PDB files. The binding site regions are extracted using grid based scheme. For binding site, spatio-chemical descriptor is generated based on PocketMatch algorithm of Dr. Kalidas (author of this project too).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    classify-20-NG-with-4-ML-Algo

    Problem involves classifying 20000 messages into different 20 classes

    This classification problem involves classifying 20000 messages into 20 different classes. The dataset can be found here: https://archive.ics.uci.edu/ml/datasets/Twenty+Newsgroups. Four Machine Learning algorithms; Naïve Bayes, Logistic Regression, Regularized Logistic Regression Support Vector Machine (SVM) were implemented and there training and test dataset accuracy were compared.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...The prediction of protein"hubs" was done using physiochemical, thermodynamic and conformational properties of amino acid residues from amino acid sequence. Our prediction results show that meaningful amino acid features can produce signature features for differentiating hubs from non-hubs. The classical classification method, Support Vector Machines (SVM), is used to develop a tool to discriminate between hub and non hub proteins. Funding from Department of Information Technology,Govt. of India, (DIT/R&D/B10/15(23)2008, dated 07/09/2010), is acknowledged.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ConvNetJS

    ConvNetJS

    Deep learning in Javascript to train convolutional neural networks

    ...ConvNetJS is an implementation of Neural networks, together with nice browser-based demos. It currently supports common Neural Network modules (fully connected layers, non-linearities), classification (SVM/Softmax) and Regression (L2) cost functions, ability to specify and train Convolutional Networks that process images, and experimental Reinforcement Learning modules, based on Deep Q Learning. The library allows you to formulate and solve Neural Networks in Javascript. If you would like to add features to the library, you will have to change the code in src/ and then compile the library into the build/ directory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    BudgetedSVM

    BudgetedSVM

    BudgetedSVM: A C++ Toolbox for Large-scale, Non-linear Classification

    We present BudgetedSVM, a C++ toolbox containing highly optimized implementations of three recently proposed algorithms for scalable training of Support Vector Machine (SVM) approximators: Adaptive Multi-hyperplane Machines (AMM), Budgeted Stochastic Gradient Descent (BSGD), and Low-rank Linearization SVM (LLSVM). BudgetedSVM trains models with accuracy comparable to LibSVM in time comparable to LibLinear, as it allows solving highly non-linear classi fication problems with millions of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Code for Semi-Supervised Machine Learning Techniques, Self-Learning and Co-training used in the paper: Rania Ibrahim, Noha A. Yousri, Mohamed A. Ismail and Nagwa M, El-Makky. “miRNA and Gene Expression based Cancer Classification using Self-Learning and Co-Training Approaches”. IEEE International Conference on Bioinformatics and Biomedicine (BIBM), pp. 495-498, 2013. --------------------------------------------------------------------------- For Self-Learning: java -jar -Xms1700m SelfLearner.jar [trainFile] [testFile] [labelFile] [unlabeledFile] [Alpha] [ClassifierType(randomforest,svm)] [resultFile] [ClassifierModelFile] For Co-Training: java -jar -Xms2500m CoTraining.jar [trainFile-Side1] [testFile-Side1] [labelFile-Side1] [unlabeledFile-Side1] [trainFile-Side2] [testFile-Side2] [labelFile-Side2] [unlabeledFile-Side2] [MappingFile] [Alpha] [ClassifierType(randomforest,svm)] [resultFile] [ClassifierModelFileSide1] [ClassifierModelFileSide2]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CoVEC

    Consensus Variant Effect Classification

    The package provides SVM models to be used with SVMlight (http://svmlight.joachims.org/) for drawing a consensus out of individual 3rd-party predictions about the effect of mutations. The 3rd party tools are SIFT, Polyphen2, SNPs&GO and Mutation Assessor. The package also provides a series of Perl modules and scripts to assist in the preparation of data. The modules can be used to build custom tools and pipelines, whereas the scripts provide basic executable implementations based on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CS-AMPPred

    The Cysteine-Stabilized Antimicrobial Peptides Predictor

    This program reads a fasta file specified by -i option, then, converts it to SVM Light format, further runs the classification module of SVM Light and then evaluate the predictions. The support vector machine models were based on 310 antimicrobial peptide sequences extracted from antimicrobial peptides database and 310 non-antimicrobial peptide sequences extracted from protein data bank. The system's accuracy is 90% by using the polynomial model (default).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Jnews on SVM

    Jnews is for judging the classification of news.

    Jnews is for judging the classification of news on websites. The model of 1.0 version is based on SVM theory and the news data of NYtimes during April of 2012.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    isvm: incremental svm implementation for Stephe ruiping's algorithm based on libsvm svmovoovr: implement for OVO OVR classification. pso-svm: PSO svm implementation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SVM# is a svm(support vector machine) classification implemented in C#. The project contains both train and predict modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RapidMiner Feature Selection Extension
    This RapidMiner-plugin consists of operators for feature selection and classification - mainly on high-dimensional (microarray-) data - and some helper-classes/operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Feating constructs a classification ensemble comprising a set of local models. It is effective at reducing the error of both stable and unstable learners, including SVM. For details see the paper at http://dx.doi.org/10.1007/s10994-010-5224-5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Train and Validate QSAR models using state-of-the-art learning algorithms like SVM. Build classification and regression and use them to make predictions. The whole project is intended to serve the need for toxicological predictions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Incridge - A Software Tool for Scalable, Parallel, Incremental and Decremental Classification based on Support Vector Machine (SVM) Approximation Algorithms. Possible use include: web usage mining, bioinformatics and spam-classification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OSU SVM is a Support Vector Machine (SVM) toolbox for the MATLAB numerical environment. The toolbox is used to create models for regression and classification using support vector machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    pySPACE

    pySPACE

    Signal Processing and Classification Environment in Python using YAML

    pySPACE is a modular software for processing of large data streams that has been specifically designed to enable distributed execution and empirical evaluation of signal processing chains. Various signal processing algorithms (so called nodes) are available within the software, from finite impulse response filters over data-dependent spatial filters (e.g. CSP, xDAWN) to established classifiers (e.g. SVM, LDA). pySPACE incorporates the concept of node and node chains of the MDP framework. Due...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A standalone, STL interface to the Torch library's Support Vector Machine (SVM). It supports single or multiclass (one vs. all) classification using dot product, polynomial, Gaussian and sigmoid kernels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB