svm_python
The Support Vector Machine (SVM) is a powerful supervised learning algorithm used for classification and regression tasks. It finds the optimal hyperplane that separates data into classes with the maximum margin, making it effective for high-dimensional data and nonlinear boundaries.
Science Score: 67.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
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
The Support Vector Machine (SVM) is a powerful supervised learning algorithm used for classification and regression tasks. It finds the optimal hyperplane that separates data into classes with the maximum margin, making it effective for high-dimensional data and nonlinear boundaries.
Basic Info
- Host: GitHub
- Owner: edftechnology
- License: other
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://www.edftechnology.com
- Size: 1.36 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Created about 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
License
Citation
README.ipynb
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Support Vector Machine (SVM)\n",
"\n",
"[](https://zenodo.org/doi/10.5281/zenodo.10668998)\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Resumo\n",
"\n",
"A aplicação de computação para Support Vector Machine (SVM) é um poderoso algoritmo de aprendizado supervisionado usado para tarefas de classificação e regressão. Ele encontra o hiperplano ideal que separa os dados em classes com a margem máxima, tornando-o eficaz para dados de alta dimensão e limites não lineares.\n",
"\n",
"## _Abstract_\n",
"\n",
"_Computation application for the Support Vector Machine (SVM) is a powerful supervised learning algorithm used for classification and regression tasks. It finds the optimal hyperplane that separates data into classes with the maximum margin, making it effective for high-dimensional data and nonlinear boundaries._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Revisão(ões)/Versão(ões)\n",
"\n",
"| Revisão número | Data da revisão | Descrição da revisão | Autor da revisão |\n",
"|:--------------:|:---------------:|:--------------------------------------------------------|:------------------------------------------------|\n",
"| 0 | 16/09/2022 | - Revisão inicial/criação do documento.
- Eden Denis F. da S. L. Santos
- Incluído o DOI.
- Eden Denis F. da S. L. Santos
Owner
- Name: EDF Technology
- Login: edftechnology
- Kind: organization
- Email: contato@edftechnology.com.br
- Location: Brazil
- Website: www.edftechnology.com.br
- Repositories: 1
- Profile: https://github.com/edftechnology
Citation (CITATION.bib)
@software{edendenis_2024_10668999,
author = {edendenis},
title = {{edendenis/svm\_support\_vector\_machine: Added
folders and files}},
month = feb,
year = 2024,
publisher = {Zenodo},
version = 2,
doi = {10.5281/zenodo.10668999},
url = {https://doi.org/10.5281/zenodo.10668999}
}