genann
genann copied to clipboard
Add ability to add activation derivatives with misc. changes
- Added fields to the "genann" struct to allow use of derivatives for the hidden and output layers
- Included sigmoid derivative in genann.h
- Allows for a custom malloc/free through macros
- Avoids a possible segmentation fault through "genann_write" by checking if the FILE* passed is NULL or not