An open API service indexing awesome lists of open source software.

https://github.com/dpuenteramirez/semisupervised-learning-and-instance-selection-methods

TFG - Semisupervised learning and instance selection methods
https://github.com/dpuenteramirez/semisupervised-learning-and-instance-selection-methods

instance-selection-methods jupyter python safe-semi-supervised-learning semi-supervised-learning semisupervised-learning

Last synced: 9 months ago
JSON representation

TFG - Semisupervised learning and instance selection methods

Awesome Lists containing this project

README

          




IS-SSL by DNX


Instance Selection - Semi-Supervised Learning


---

Instance selection methods for semi-supervised learning.



Codacy coverage
Codacy grade
SonarCloud Build Status
SonarCloud Security
DeepSource


GitHub issues
GitHub forks
GitHub stars
GitHub commit activity
GitHub license


Non Comment Lines Of Code
GitHub repo size

---


Project Description
Download and Installation
Dependencies
Support

---
## Description
This project has an implementation of common algorithms in the literature, both instance selection algorithms and semi-supervised learning algorithms.

Among the objectives of the project is that the implemented algorithms are correct and complete with their respective original papers in which they were presented.

Likewise, there are multiple experiment configuration files for the aforementioned verification, and for the realization of a research process on the behavior of semi-supervised learning algorithms when noise filtering is performed.

---
## Available for MLaaS
All the algorithms that make up this library are available in [UBUMLaaS](https://github.com/dpr1005/ubumlaas), an Open Source MLaaS tool.

---
## Download and installation
IS-SSL is distributed under two libraries, both are available in their last
versions in PIP.
- Instance Selection Algorithms. [PIP](https://pypi.org/project/InstanceSelectionDNX/).

````bash
pip install InstanceSelectionDNX
````

- Semi-Supervised Algorithms. [PIP](https://pypi.org/project/SemiSupervisedLearningDNX/).
````bash
pip install SemiSupervisedLearningDNX
````

Being a Python project, it is easily importable from within the
repo and its [releases](https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods/releases).

---
## Dependencies

This software uses the following open source packages:

- [NumPy](https://numpy.org)
- [Pandas](https://pandas.pydata.org/)
- [Scikit-Learn](https://sklearn.org)
- [Scipy](https://scipy.org)

---
## Support
Buy Me A Coffee

---

> GitHub [@dpr1005](https://github.com/dpr1005)  · 
> Twitter [@callmednx](https://twitter.com/callmednx)  · 
> LinkedIn [Daniel Puente Ramírez](https://www.linkedin.com/in/danielpuenteramirez/)