dpuenteramirez / Semisupervised-learning-and-instance-selection-methods

TFG - Semisupervised learning and instance selection methods
https://dpuenteramirez.github.io/Semisupervised-learning-and-instance-selection-methods/
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

A method to compare with #11

Open alvarag opened 3 years ago

alvarag commented 3 years ago

There's a work quite old (2011) that probably we will have to implement.

Instance Selection in Semi-supervised Learning.pdf

alvarag commented 2 years ago

The newest paper that overlaps with our work is this: https://www.sciencedirect.com/science/article/abs/pii/S0950705119303582

The implementation in R is here: https://github.com/msgljn/STDPNF

dpuenteramirez commented 2 years ago

I'll review it. We can discuss it later

alvarag commented 2 years ago

I think it's interesting to implement the semisupervised learning classifier based on density peaks. I guess it could be easy to implement because the clustering method with the same name is already implemented on Python.

dpuenteramirez commented 2 years ago

If it's okay with you @alvarag, we'll review it on Wednesday at the sprint review meeting.