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

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

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
```