Description: 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.
- [smc_speech] - Neural Networks for Text-to-Speech Phon
- [BACKPROPAGation] - backpropagtion neural network c
- [NeuroBP] - neuro backpropagation project
- [system] - this is a backpropagation neural network
File list (Check if you may need any files):
lwneuralnet-0.8
...............\AUTHORS
...............\CHANGES
...............\documentation
...............\.............\lwneuralnet.3
...............\.............\lwneuralnet.bak
...............\.............\Makefile
...............\.............\network.fig
...............\.............\network.ps
...............\.............\neuron.fig
...............\.............\structure.fig
...............\.............\structure.ps
...............\LICENSE
...............\Makefile
...............\ocr
...............\...\Makefile
...............\...\ocrlib
...............\...\......\fileio.c
...............\...\......\Makefile
...............\...\......\ocr.h
...............\...\......\sample.c
...............\...\......\train.c
...............\...\ocr_train.c
...............\...\ocr_validate.c
...............\...\README
...............\README
...............\RELEASE
...............\source
...............\......\generate_sigma.c
...............\......\interpolation.c
...............\......\lwneuralnet.h
...............\......\Makefile
...............\......\network.c
...............\......\README
...............\tests
...............\.....\andnet.spec
...............\.....\booleannet.spec
...............\.....\copy_network.c
...............\.....\create_network.c
...............\.....\jolt_network.c
...............\.....\Makefile
...............\.....\parity.spec
...............\.....\parity2.spec
...............\.....\README
...............\.....\show_network.c
...............\.....\spec.c
...............\.....\spec.h
...............\.....\train_network.c
...............\.....\xornet.spec
...............\TODO
...............\VERSION