https://github.com/maxtermax/simple-perceptron
Simple neuronal network example
https://github.com/maxtermax/simple-perceptron
neural-network perceptron python
Last synced: about 1 month ago
JSON representation
Simple neuronal network example
- Host: GitHub
- URL: https://github.com/maxtermax/simple-perceptron
- Owner: Maxtermax
- License: gpl-2.0
- Created: 2017-03-20T19:56:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T15:32:08.000Z (over 8 years ago)
- Last Synced: 2025-03-12T02:41:29.687Z (over 1 year ago)
- Topics: neural-network, perceptron, python
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ejemplo de perceptron
Este ejemplo muestra como un perceptrón es capaz de aprender a resolver la compuerta or
### Requerimientos:
1. [python 2.7](https://www.python.org/downloads/) (Lenguaje de programacion)
2. [pip](https://pip.pypa.io/en/stable/installing/) (Herramienta para instalar paquetes de python)
### ¿Como usar?
Abre la consola, dirigete a la ubicacion donde este perceptron.py a la vista y ejecuta el siguiente comando:
```sh
python perceptron.py
```