Next:
Contents
General Feed Forward
Architectures:
Volume II: Software Implementation
James K. Peterson
Version March 18, 1998
Contents
List of Figures
List of Tables
Managing the Document Trail:
Source Code Management: MakeDocBook:
Useful Utility Functions:
Source Files:
gettxt.c:
normvec.c:
The Header File utility.h:
Building the Utility Library:
Creating a Library: MakeLibraryUtility:
A Transfer Function Library:
function.c:
The Header File transfer.h:
Creating a Library transfer.a
A User Guide to the Chain FFN Software:
CFFN Design:
The INPUT Structure:
The NEURON Structure:
The Neuron Transfer Function:
The LINK Structure:
CFFN Evaluation:
CFFN Partial Derivative Evaluation:
Stand-Alone CFFN Applications:
Making the Application:
The Configuration File:
The Link File:
The Training File:
The Testing File:
The Application Code: usechain.c:
Running The Application:
Real-Time CFFN Applications:
The Structure of the Chained FFN Software Implementation:
Introduction:
Building the Library chainffn.a:
Creating a Library: MakeLibrary
Code Philosophy:
chainffn.h
Class Functions
Constructor
Destructor
Initializing the FFN:
nninit.c
winit.c
rancon.c
ranog.c
read_data.c
readw.c
Class Evaluation Functions:
layfor.c
sample_energy.c
ffn_train.c
getoutput.c
get_transfer.c
get_transfer_prime.c
Class Information Functions:
getoutput.c
get_size.c
Class Optimization Functions:
freevectors.c
setvectors.c
find_partials.c
optdes.c
saveg.c
update_n.c
Class Printing Functions:
optstat.c
despr.c
snapshot.c
writew.c
A User Guide to the Lagged Chain FFN Software:
LCFFN Design:
The INPUT Structure:
The NEURON Structure:
The Neuron Transfer Function:
The LINK Structure:
Current Time Links:
One Lag Links:
Two Lag Links:
The
T
[0] Link Structure:
The
TT
[0] Link Structure:
LCFFN Evaluation:
LCFFN Partial Derivative Evaluation:
Stand-Alone LCFFN Applications:
Making the Application:
The Configuration File:
The Link File:
The Training File:
The Testing File:
The Application Code: uselag.c:
Running The Application:
The Structure of the Lagged Chain FFN Software Implementation:
Building the Library laggedffn.a:
Makefile
Creating a Library: MakeLibrary
Code Philosophy:
Header Files:
chainffn.h
Class Functions
Constructor
Destructor
Initializing the LAGFFN:
nninit.c
get_transfer.c
get_transfer_prime.c
startlags.c
winit.c
rancon.c
ranog.c
read_data.c
readw.c
Class Evaluation Functions:
get_size.c
layfor.c
sample_energy.c
ffn_train.c
Class Optimization Functions:
freevectors.c
setvectors.c
find_partials.c
optdes.c
saveg.c
update_n.c
Class Printing Functions:
optstat.c
despr.c
snapshot.c
writew.c
Bibliography:
About this document ...
Jim Peterson
3/18/1998