fixed Sigmoid function and modifications
This commit is contained in:
@@ -13,7 +13,7 @@ namespace ActivationFunction {
|
||||
*/
|
||||
class StreamingActivationFunction : public ActivationFunction {
|
||||
public:
|
||||
virtual float derivatedOutput(const float &input,const float &output)=0;
|
||||
|
||||
virtual float operator()(const float &x)=0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user