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
- Host: GitHub
- URL: https://github.com/juliandavidmr/machinelearningscikit
- Owner: juliandavidmr
- Created: 2017-03-03T05:11:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T06:13:06.000Z (over 9 years ago)
- Last Synced: 2025-01-06T00:30:24.658Z (over 1 year ago)
- Topics: neural-network, python, scikit-learn, sklearn
- Language: Python
- Homepage:
- Size: 66.5 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```