Hi,

I want to use Fast Artificial Neural Network Library (fann). This is a performance critical work. I want to use:

Code:
typedef int16_t fann_type;
In a header file.

Also I want to implement relu function for neurons as activation function.

Should I just modify the FANN library code and compile it as a static library ? Anything else ?