Convolutional Slicer applied to complexity reduction of COVID-19 chest X-rays. Source code associated to the work "Slicer: Feature Learning for Class Separability with Least-Squares Support Vector Machine Loss and COVID-19 Chest X-ray Case Study" by David Charte, Iván Sevillano-García, María Jesús Lucena-González, José Luis Martín-Rodríguez, Francisco Charte and Francisco Herrera, published on HAIS 2021.
This code is prepared to be used with the COVIDGR-1.0 cross-validations. slicer.py
implements the main model and functionality, whereas slicer-conv.ipynb
is a Jupyter notebook that can be used to train and run the model interactively.
Copyright (C) 2021 David Charte, Iván Sevillano-García, María Jesús Lucena-González, José Luis Martín-Rodríguez, Francisco Charte and Francisco Herrera
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.