init commit
This commit is contained in:
13
backprop/Utils.h
Normal file
13
backprop/Utils.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __UTILS_H
|
||||
#define __UTILS_H
|
||||
#include "global.h"
|
||||
class Utils {
|
||||
private:
|
||||
public:
|
||||
Utils();
|
||||
double sigmoid(double val);
|
||||
double dsigmoid(double val);
|
||||
bool accept(double val);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user