Menu

Lightweight Neural Network / News: Recent posts

version 0.8 of lwneuralnet released

This is a lightweight implementation of a neural network in C. It provides a multilayer perceptron network with backpropagation training. It is small, fast, easy to embed in an application and easy to extend.

Lwneuralnet doesn't do anything fancy: no millions of different types of neural networks, no graphical user interface, just the routines for computing and training a backpropagation neural network. It is primarily intended for use in applications that just happen to need a simple neural network and have no use for complicated neural network libraries.... read more

Posted by Peter van Rossum 2005-07-28

version 0.7 of lwneuralnet released

Lightweight Neural Network (lwneuralnet), Version 0.7

This is a lightweight implementation of a neural network in C. It provides a multilayer perceptron network with backpropagation training. It is small, fast, easy to embed in an application and easy to extend.

Lwneuralnet doesn't do anything fancy: no millions of different types of neural networks, no graphical user interface, just the routines for computing and training a backpropagation neural network. It is primarily intended for use in applications that just happen to need a simple neural network and have no use for complicated neural network libraries.... read more

Posted by Peter van Rossum 2003-10-26

version 0.6 of lwneuralnet released

Lwneuralnet is a lightweight implementation of a neural network in C. It provides a multilayer perceptron network with backpropagation training. It is small, fast, easy to embed in an application and easy to extend.

Lwneuralnet doesn't do anything fancy: no millions of different types of neural networks, no provisions for batch training, no graphical user interface, just the routines for computing and training a backpropagation neural network. It is primarily intended for use in applications that just happen to need a simple neural network and have no use for complicated neural network libraries.... read more

Posted by Peter van Rossum 2003-10-09

Version 0.5 of lwneuralnet released.

More documentation added, API stablized. Only some polishing left (and maybe a larger example application) before it can be called 1.1.

Posted by Peter van Rossum 2003-09-27

Website created

A websiite (http://lwneuralnet.sourceforge.net) has been created.

Peter

Posted by Peter van Rossum 2003-09-25