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.

2003-10-09 23:09 Retour à la liste release
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.

Project Resources