slab_svm
In this repository, you could find the R code for the implementation of the Slab SVM algorithm
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.6%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
In this repository, you could find the R code for the implementation of the Slab SVM algorithm
Basic Info
- Host: GitHub
- Owner: manu9924
- Language: R
- Default Branch: main
- Size: 3.91 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
Citation
README.md
Slab_SVM
In this repository, you could find the R code for the implementation of the Slab SVM algorithm. You'll be able to find 3 main steps: 1) Definition of the objective function, inequality constraint and parameter's check. 2) Computing different NLOptR's algorithms in order to find which one is the best. 3) Optimization of the hyperparameters using mlrMBO package
Owner
- Login: manu9924
- Kind: user
- Repositories: 1
- Profile: https://github.com/manu9924
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Slab SVM Code
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: 'Manuel '
family-names: Zanaga
repository-code: 'https://github.com/manu9924/Slab_SVM'
abstract: >-
In this repository, you'll find the implementation of the
Slab SVM algorithm in R.