Vous êtes sur la page 1sur 2

1

CIENTIFIC KID DE PYTHON APLICADO A PROBLEMAS NO LINEALMENTE


SEPARABLES
(RED NEURONAL QUE CLASIFICA NUMEROS)
Novillo Pesantez Christian Stanley
cnovillo@est.ups.edu.ec
Tello Jimnez Damin Andrs
dtelloj@est.ups.edu.ec

Artificial Neural Networks


ABSTRAC: This paper has as main objective to define the In Artificial Neural Networks, the unit analogous
functionality of a neural network that solves linearly to the biological neuron is the processing
non-separable problems using libraries of Python that element, PE (process element). A processor
facilitate its classification, the project consists of a element has several inputs and combines them,
graphic section that indicates the separation between usually with a basic sum. The sum of the inputs
numerical elements and how the Classifies in two is modified by a transfer unction and the value
specific parts to train and to test, according you enter of the output of this transfer function is passed
the value of 0 to 1 with example point 0.7, being this directly to the output of the processor element
the greater number for the part of training and the [1].
surplus corresponding to this value will be assigned to The PE output can be connected to the inputs
the part of test of the network Neuronal. of other artificial neurons (PE) by weighted
connections corresponding to the synapse
KEYWORDS: Neuronal Network, Python, Non linearly efficiency of neural connections [1].
separable

1. INTRODUCTION
Analogies with brain
The neuron is the fundamental unit of the
nervous system and in particular of the brain,
each neuron is a simple processing unit that
receives and combines signals to and from
other neurons. If the combination of inputs is Figure 2. Parts of an Artificial Neuron
strong enough the output of the neuron is
activated. Multi-Layer Networks
They are those that have a set of neurons
grouped in several levels or layers. In these
cases, a way to distinguish the layer to which a
neuron belongs, would be to look at the origin
of the signals it receives at the input and the
destination of the output signal.
Normally, all neurons in one layer receive input
signals from another anterior layer (the one
Figure 1. Parts of a Neuron closest to the input of the network), and send
output signals to a back layer (the one closest to
the output of the Network) [2].
2

4. CONCLUSION

We can conclude that through the generated


system we managed to divide the corpus and
through the configuration of the neural network
try to obtain an optimum precision value for our
project

Figure 3. Multilayer Networs 5. REFERENCES


[1] Velzquez, A., Sossa, H., & Levachkine, S.
(2002). Reconocimiento Eficiente de Caracteres
2. METHODS Alfanumricos Provenientes de Mapas Rster
Formation of methodology to be developed por Medio de Clasificadores Neuronales.
Design and program an RNA that learns to Computacin y sistemas, 6(1), 38-50.
classify samples of numbers written by [2] Matich, D. J. (2001). Redes Neuronales:
freehand, using for this cross-validation and Conceptos bsicos y aplicaciones. Ctedra de
division of the data corpus. The program have Informtica Aplicada a la Ingeniera de
the following functionalities: ProcesosOrientacin I.
- Have two functions, one "training" and
another "test", where in the first will be able to
show new numbers to the network for it to
learn. On the other hand, the "test" function
will serve to see what characters the network
identifies, ie given a character the network will
indicate what number it is.
-The program should include a graphical panel
where the numbers will be displayed.
-You should automatically calculate the
confusion matrix.
-Present statistically of the successes and
failures with the different divisions made.

Figure 4. System Implemented

3. RESULTS

Figure 5. Results

Vous aimerez peut-être aussi