An open API service indexing awesome lists of open source software.

https://github.com/juliandavidmr/machinelearningscikit

Clasificador de flores mediante aprendizaje supervisado
https://github.com/juliandavidmr/machinelearningscikit

neural-network python scikit-learn sklearn

Last synced: over 1 year ago
JSON representation

Clasificador de flores mediante aprendizaje supervisado

Awesome Lists containing this project

README

          

# Machine Learning Scikit

Clasificador de frutas mediante aprendizaje supervisado

```sh
$ python3 -m venv myvenv
$ . myvenv/bin/activate
$ pip install -U scikit-learn
$ pip install -U numpy
$ pip install -U scipy
$ pip install -U pydot
$ python hello.py

$ pip install pylint # Optional for Visual Code
```

## Requerimientos

```sh
# Xdot es necesario para ejecutar viz.py
$ sudo apt-get install xdot
```