Télécharger la liste

Description du projet

Lightweight Neural Network is a lightweight implementation in C of a backpropagation neural network. It is intended for use in programs that just happen to need a simple neural network and do not want to incorporate a needlessly complex neural network library. It features multilayer backpropagation neural network with settable momentum and learning rate, easy portability, and small size. Included is an example application that trains a neural network to recognize handwritten digits.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-07-28 21:24
0.8

Support pour le biais trainable.
Tags: Minor feature enhancements
Support for trainable bias.

2003-10-27 03:36
0.7

Cette version apporte un soutien pour la formation des lots.
Tags: Minor feature enhancements
This release adds support for batch training.

2003-10-09 23:09
0.6

Ce communiqué a amélioré la gestion des erreurs pour le fichier I / O, et l'option de sauvegarder / charger une représentation binaire d'un réseau de neurones. En outre, il contient un exemple d'application qui forme un réseau de neurones pour reconnaître les caractères manuscrits.
Tags: Major feature enhancements
This release has improved error handling for file I/O, and the option to save/load a binary representation of a neural network. Furthermore, it contains an example application that trains a neural network to recognize handwritten digits.

2003-09-29 11:53
0.5

Le type de retour de certaines fonctions ont été modifiées à partir de network_t * à vide. Le nom du fichier en-tête a été changé pour lwneuralnet.h et la bibliothèque à liblwneuralnet.a. Certains changements ont été faits pour rendre l'API plus cohérente et documentation supplémentaire a été inclus.
Tags: Minor feature enhancements
The return type of some functions were changed
from network_t * to void. The name of the header
file was changed to lwneuralnet.h and the
library to liblwneuralnet.a. Some changes were
made to make the API more consistent and
additional documentation was included.

2003-09-26 12:28
0.4

Tags: Initial freshmeat announcement

Project Resources