Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Report and some minor changes to algorithms #150

Merged
merged 16 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/anexos.pdf
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/anexos.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
\RequirePackage{xtab}
\RequirePackage{multirow}

% SVG
\usepackage{svg}

% Landscape
\usepackage{pdflscape}

% Multi-page tables using
\usepackage{longtable}

% Links
\PassOptionsToPackage{hyphens}{url}\usepackage[colorlinks]{hyperref}
\hypersetup{
Expand Down
77 changes: 76 additions & 1 deletion docs/bibliografia.bib
Original file line number Diff line number Diff line change
Expand Up @@ -440,4 +440,79 @@ @misc{guidophrase
author={Daniel Scheuffler}, year={2016}
}

@misc{admirable_intro, title={ADMIRABLE}, url={http://admirable-ubu.es}, author={ADMIRABLE}, year={2022}}
@misc{admirable_intro, title={ADMIRABLE}, url={http://admirable-ubu.es}, author={ADMIRABLE}, year={2022}}

@article{wang2011solution,
title={Solution path for manifold regularized semisupervised classification},
author={Wang, Gang and Wang, Fei and Chen, Tao and Yeung, Dit-Yan and Lochovsky, Frederick H},
journal={IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics)},
volume={42},
number={2},
pages={308--319},
year={2011},
publisher={IEEE}
}

@article{wang2013semi,
title={Semi-supervised learning using greedy max-cut},
author={Wang, Jun and Jebara, Tony and Chang, Shih-Fu},
journal={The Journal of Machine Learning Research},
volume={14},
number={1},
pages={771--800},
year={2013},
publisher={JMLR. org}
}

@article{zhao2021safe,
title={A Safe Semi-supervised Classification Algorithm Using Multiple Classifiers Ensemble},
author={Zhao, Jianhua and Liu, Ning},
journal={Neural Processing Letters},
volume={53},
number={4},
pages={2603--2616},
year={2021},
publisher={Springer}
}

@article{rodriguez2014clustering,
title={Clustering by fast search and find of density peaks},
author={Rodriguez, Alex and Laio, Alessandro},
journal={science},
volume={344},
number={6191},
pages={1492--1496},
year={2014},
publisher={American Association for the Advancement of Science}
}

@article{adankon2011help,
title={Help-training for semi-supervised support vector machines},
author={Adankon, Mathias M and Cheriet, Mohamed},
journal={Pattern Recognition},
volume={44},
number={9},
pages={2220--2230},
year={2011},
publisher={Elsevier}
}

@article{gan2013using,
title={Using clustering analysis to improve semi-supervised classification},
author={Gan, Haitao and Sang, Nong and Huang, Rui and Tong, Xiaojun and Dan, Zhiping},
journal={Neurocomputing},
volume={101},
pages={290--298},
year={2013},
publisher={Elsevier}
}

@article{wu2018self,
title={Self-training semi-supervised classification based on density peaks of data},
author={Wu, Di and Shang, Mingsheng and Luo, Xin and Xu, Ji and Yan, Huyong and Deng, Weihui and Wang, Guoyin},
journal={Neurocomputing},
volume={275},
pages={180--191},
year={2018},
publisher={Elsevier}
}
Binary file removed docs/img/anexos/diseño/casos_de_uso.png
Binary file not shown.
Binary file added docs/img/anexos/requisitos/Casos-de-uso.pdf
Binary file not shown.
430 changes: 430 additions & 0 deletions docs/img/anexos/requisitos/Casos-de-uso.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/anexos/requisitos/DSec-LiveMonitor.pdf
Binary file not shown.
423 changes: 423 additions & 0 deletions docs/img/anexos/requisitos/DSec-LiveMonitor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/anexos/requisitos/DSec-NewExpServer.pdf
Binary file not shown.
384 changes: 384 additions & 0 deletions docs/img/anexos/requisitos/DSec-NewExpServer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/anexos/requisitos/DSec-NewExpUser.pdf
Binary file not shown.
Loading