lwneuralnet-0.8

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:93KB
下载次数:7
上传日期:2009-07-13 19:06:37
上 传 者btttnn
说明:  Lightweight Neural Network This is a lightweight implementation of a backpropagation neural network routine in C. It 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.

文件列表:
lwneuralnet-0.8\AUTHORS (259, 2005-07-27)
lwneuralnet-0.8\CHANGES (1566, 2005-07-28)
lwneuralnet-0.8\documentation\lwneuralnet.3 (11044, 2005-07-28)
lwneuralnet-0.8\documentation\lwneuralnet.bak (10663, 2005-07-10)
lwneuralnet-0.8\documentation\Makefile (863, 2003-10-26)
lwneuralnet-0.8\documentation\network.fig (1865, 2003-09-12)
lwneuralnet-0.8\documentation\network.ps (7371, 2005-07-28)
lwneuralnet-0.8\documentation\neuron.fig (1407, 2003-09-09)
lwneuralnet-0.8\documentation\structure.fig (6616, 2003-09-26)
lwneuralnet-0.8\documentation\structure.ps (19533, 2005-07-28)
lwneuralnet-0.8\LICENSE (27428, 2005-07-27)
lwneuralnet-0.8\Makefile (1002, 2003-10-26)
lwneuralnet-0.8\ocr\Makefile (1246, 2005-07-28)
lwneuralnet-0.8\ocr\network1.net (22953, 2005-07-28)
lwneuralnet-0.8\ocr\network2.net (14143, 2005-07-28)
lwneuralnet-0.8\ocr\ocrlib\fileio.c (1258, 2003-10-19)
lwneuralnet-0.8\ocr\ocrlib\Makefile (464, 2003-10-19)
lwneuralnet-0.8\ocr\ocrlib\ocr.h (1401, 2003-10-19)
lwneuralnet-0.8\ocr\ocrlib\sample.c (3962, 2003-10-19)
lwneuralnet-0.8\ocr\ocrlib\train.c (10649, 2003-10-23)
lwneuralnet-0.8\ocr\ocr_train.c (5937, 2003-10-23)
lwneuralnet-0.8\ocr\ocr_validate.c (3607, 2003-10-23)
lwneuralnet-0.8\RELEASE (787, 2005-07-28)
lwneuralnet-0.8\source\generate_sigma.c (2701, 2005-07-11)
lwneuralnet-0.8\source\interpolation.c (52494, 2005-07-28)
lwneuralnet-0.8\source\lwneuralnet.h (2568, 2005-07-28)
lwneuralnet-0.8\source\Makefile (1391, 2005-07-10)
lwneuralnet-0.8\source\network.c (38241, 2005-07-28)
lwneuralnet-0.8\tests\andnet.spec (230, 2003-09-11)
lwneuralnet-0.8\tests\booleannet.spec (292, 2003-09-12)
lwneuralnet-0.8\tests\copy_network.c (2382, 2003-10-09)
lwneuralnet-0.8\tests\create_network.c (3781, 2005-07-28)
lwneuralnet-0.8\tests\jolt_network.c (2628, 2003-10-09)
lwneuralnet-0.8\tests\Makefile (963, 2005-07-10)
lwneuralnet-0.8\tests\parity.spec (959, 2003-10-08)
lwneuralnet-0.8\tests\parity2.spec (1323, 2003-10-08)
... ...

Lightweight Neural Network This is a lightweight implementation of a backpropagation neural network routine in C. It 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. The easiest way to use these routines in an application is to simply drop the source in your own source tree and include the lwneuralnet.h header file. Alternatively, you can link with the static library lwneuralnet.a. The files in the directory 'tests' test the operation of the library. They also serve as example on how to use it. The files in the directory 'ocr' form an example application: they train and compute a neural network to recognize handwritten digits. Because of its size and stability, the training data for this application is distributed separately. To download it, go to . This is version 0.8 of the lwneuralnet library. The latest version is always available from the lwneuralnet homepage at SourceForge . This library, its utility programs, and example application (i.e. everything in this distribution) are licenced under the GNU Lesser General Public Licence. Please see the file LICENSE for details. Thanks goes to Robert Locke for various suggestions on improving the code. -- Peter van Rossum , 27 July 2005

近期下载者

相关文件


收藏者