Skip to content

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

License

Notifications You must be signed in to change notification settings

salvadorjesus/Java-Motor-Red-Neuronal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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