home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
COMPUSCI
/
BPNN132U.ZIP
/
NNMATH.H
< prev
next >
Wrap
Text File
|
1992-04-27
|
320b
|
12 lines
/*
*-----------------------------------------------------------------------------
* file: nnmath.h
* desc: nnmath.c header
* by: patrick ko
* date: 2 aug 1991
*-----------------------------------------------------------------------------
*/
#define sigmoid( netpj ) (1.0 / (1.0 + exp(-1.0 * (netpj))))