Skip to content

salvadorjesus/Java-Motor-Red-Neuronal

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Doc
 
 
bin
 
 
src
 
 
 
 
 
 

Java Motor Red Neuronal

A simple implementation of a neuronal network, as described in the book Machine Learning, by Tom Mitchell. This software is part of a small school project. The API and documentation are in Spanish.

Features

This neuronal network engine features: delta rule, backpropagation, initial random weights and momentum; ; support any number of hidden layers, and any number of elements per layer; all parameters are configurable; saves and loads weights.

Spanish

Motor simple de redes neuronales, tal como se describe en el libro Machine Learning, de Tom Mitchell. Este software forma parte de un pequeño proyecto académico. La API y la documentación están en español.

Características

El motor tiene las siguientes características: regla delta, retropropagación, pesos iniciales aleatorios y momento; soporta un número indeterminado de capas ocultas, y cada capa puede tener un número indeterminado de neuronas; todos los parámetros son configurables, y; guarda y carga los pesos de las conexiones.

About

A simple implementation of a neuronal network, as described in the book Machine Learning, by Tom Mitchell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages