..
This file is part of Celestine.
Celestine 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.
Celestine 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
Celestine. If not, see .
This work was supported by project PGC2018-098813-B-C31 (Spanish "Ministerio
de Ciencia, Innovación y Universidades"), and by the European Regional
Development Fund (ERDF).
Welcome to Celestine's documentation!
=====================================
Celestine is a machine learning Python-based procedure to supervised classification. A total of five
supervised classifiers have been developed: K-NN, SVM, Naive Bayes, Random Forest, and a Convolutional
Neural Network (CNN).
This software gives great versatility since its use is not restricted to a specific type of signals,
but any type classification problem can be solved as long as the datasets have the proper format.
.. toctree::
:maxdepth: 2
:caption: Contents:
Classifiers
CNN