luxlabs header browser preview


@interface SUICSigmoid : NSObject

+ (float)sigmoid:(float)a0;
+ (float)sigmoid_norm:(float)a0;

@end