Metadata-Version: 2.1
Name: pyLearnAlgorithms
Version: 0.3.0
Summary: Python Machine Learning algorithms based on Numpy, Scipy and MatPlotLib.
Home-page: https://github.com/Alyssonmach/pyLearnAlgorithms
Author: Alysson Machado
Author-email: alysson.barbosa@ee.ufcg.edu.br
License: MIT License
Description: # pyLearnAlgorithms
        This package was developed as one of the results of a research project developed at the Federal University of Campina Grande.
        
        <div align="center">
          <a href="https://pypi.org/project/pyLearnAlgorithms/" target="_blank">
            <img src=https://img.shields.io/badge/pypi-%2324292e.svg?&style=for-the-badge&logo=pypi&logoColor=white alt=github style="margin-bottom: 5px;" />
          </a>
        </div>
        
        ## Getting Started
        #### Dependencies
        You need Python 3.6 or later to use **pyLearnAlgorithms**. You can find it at [python.org](https://www.python.org/).
        
        You also need numpy, scipy, pandas and matplotlib packages. If you have pip, just run:
        ```
        pip install numpy
        pip install scipy
        pip install matplotlib
        ```
        
        ## Installation
        install the package via PiP, use the following command:
        ```
        pip install pyLearnAlgorithms
        ```
        
        ## Update
        To update the package, use the following command via PIP:
        ```
        pip install --upgrade pyLearnAlgorithms
        ```
        
        ## Remove package
        To remove the package, use the following command via PIP:
        ```
        pip uninstall pyLearnAlgorithms
        ```
        
        ## Features
        ```
        - [x] Solving linear regression problems
        - [x] Solving polynomial regression problems
        - [x] Open data on different formats
        - [x] Split data into training, validation and testing
        - [x] Several examples available for learning
        - [x] Setup with package informations
        - [x] License example
        - [x] Package based on numpy, scipy and matplotlib
        ```
        
Keywords: Machine Learning,Regression,Classification,NeuralNetwork
Platform: UNKNOWN
Description-Content-Type: text/markdown
