Metadata-Version: 2.1
Name: GEMA
Version: 0.4
Summary: A library to build and study Self-Organizing-Maps
Home-page: https://github.com/ufvceiec/GEMA
Author: UFV CEIEC
Author-email: ceiec.info@ceiec.es
License: UNKNOWN
Description: # GEMA
        GEMA is a Python library which can be used to develop and train Self-Organizing Maps (SOMs). It also allows users to classify new individuals, obtain reports and visualize the information with interactive graphs.
        NOTE: GEMA has only been implemented in Python 3.0
        
        ### Installation
        Gema is now available on pip and conda:
        - Pip:
        	`pip install GEMA`
        - Conda (for now only for Windows x64):
        	`conda install -c ceiecadmin gema`
        
        ## Usage instructions
        For usage instructions refer to:
        [Wiki](https://github.com/ufvceiec/GEMA/wiki)
        
        ### Requirements:
        - NumPy
        - tqdm
        - Pandas
        - matplotlib
        - Plotly
        - scikit-learn
        - scipy
        - numba
        - imageio
        
        ## Contact
        - Responsible: Alberto Nogales alberto.nogales@ceiec.es
        - Supervisors: Alberto Nogales, Álvaro José García-Tejedor
        - Main developers: Adrián Prieto, Gonzalo de las Heras de Matías, Antonio Pérez Morales(actual developer)
        - Contributors: Santiago Donaher Naranjo
        
        Under license of CEIEC http://www.ceiec.es
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
