Showing 21 open source projects for "libsvm"

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
    TensorFlow Ranking

    TensorFlow Ranking

    Learning to rank in TensorFlow

    TensorFlow Ranking is a library for Learning-to-Rank (LTR) techniques on the TensorFlow platform. Commonly used loss functions including pointwise, pairwise, and listwise losses. Commonly used ranking metrics like Mean Reciprocal Rank (MRR) and Normalized Discounted Cumulative Gain (NDCG). Multi-item (also known as groupwise) scoring functions. LambdaLoss implementation for direct ranking metric optimization. Unbiased Learning-to-Rank from biased feedback data. We envision that this library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    CUDA-JMI

    Tool for feature selection using the JMI metric and multiple GPUs

    CUDA-JMI is a parallel tool to accelerate the feature selection process using Joint Mutual Information as metric. This tool receives as input a file with ARFF, CVS or LIBSVM extensions that contais the values of m individuals and n features and returns a file with those features that provide more non-rendundant information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

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

    Problem involves classifying 20000 messages into different 20 classes

    .... Each of these algorithms has its peculiar data format; the specific format and how to reconstruct the entire dataset are illustrated in other sections below. Out of all the methods, SVM using the Libsvm [1] produced the most accurate and optimized result for its classification accuracy for the 20 classes. All the algorithm implementation was written Matlab. Download the code and Report here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    This site contains four packages of Mass and mass-based density estimation. 1. The first package is about the basic mass estimation (including one-dimensional mass estimation and Half-Space Tree based multi-dimensional mass estimation). This packages contains the necessary codes to run on MATLAB. 2. The second package includes source and object files of DEMass-DBSCAN to be used with the WEKA system. 3. The third package DEMassBayes includes the source and object files of a Bayesian...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SVMBenchmark

    CUDA SVM training benchmark

    This application can train SVM using LibSVM and several CUDA implementations. Supported input file formats are LibSVM text file and Bottou's LaSVM binary file. Wanted implementation can be chosen using command line parameter. Training, input data loading and output data saving times are measured and reported. Output model is saved in LibSVM text format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SAMSVM

    A tool for misalignment filtration on SAM-format sequences with SVM

    Applying the LIBSVM, a package of support vector machine, SAMSVM was developed to correctly detect and filter the misaligned reads of SAM format. Such filtration can reduce false positives in alignment and the following variant analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PiSvM is a parallel Support Vector Machine (SVM) implementation. It supports C-SVC, nu-SVC, epsilon-SVR and nu-SVR and has a command-line interface similar to the popular LibSVM package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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 high...
    Downloads: 2 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10

    TextProcessor

    A Java package to preprocess text datasets for posterior text analysis

    The TextProcessor Java package is a text processing toolkit, which provides some frequently used text processing functions such as stemming, removing stop-words, generating a term vocabulary, and calculating the term-doc frequency matrix. Basic topic mining models such as LDA and sparse NMF are also supported. The package can also generate feature files from a given text dataset with LDA and LIBSVM format for posterior procedures such as classification or clustering. The toolkit is also being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JClassifier

    Java data mining library and application

    Java data mining library for multi-class one nearest neighbor classification and vector quantization by optimized dimension-wise hierarchical clustering to reduce data. The application can process LibSVM files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OCaml-libsvm provides bindings of the libsvm libary for the OCaml language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    libSVMWrapper

    .NET wrapper for libsvm.dll on LGPL

    libSVMWrapper a wrapper for libsvm.dll What is it? libSVMWrapper is a .NET wrapper for libsvm.dll and is provided to you under LGPL license version 3. This library should work with 32bit version of libsvm.dll. Documentation for libsvm.dll Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector machines, 2001. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Nen

    Nen

    neural network implementation in java

    3-layer neural network for regression and classification with sigmoid activation function and command line interface similar to LibSVM. Quick Start: "java -jar nen.jar"
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    GPU-accelerated LIBSVM is a modification of the original LIBSVM that exploits the CUDA framework to significantly reduce processing time while producing identical results. The functionality and interface of LIBSVM remains the same.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    isvm: incremental svm implementation for Stephe ruiping's algorithm based on libsvm svmovoovr: implement for OVO OVR classification. pso-svm: PSO svm implementation
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Provides pre-compiled MEX functions that wrap around the libsvm C library. Many enhancement are applied to the C version of the library to speed up Matlab usage. 64-bit only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Python function library to extract EEG feature from EEG time series in standard Python and numpy data structure. Features include classical spectral analysis, entropies, fractal dimensions, DFA, inter-channel synchrony and order, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Collect SVM training vectors by k-groupings and generate libsvm format distribution.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    the libsvm for .net , and the data format use libsvm's data format. Support Vector Machine (SVM) . It supports C-SVC, nu-SVC, epsilon-SVR and nu-SVR and has a command-line .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ruby SVM is a Ruby binding to the very popular and highly useful libsvm library (released under a seperate license) This allows you to effortlessly experiment with machine learning, in particular Support Vector Machines, in Ruby. SVM's have found use in
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.