init commit
This commit is contained in:
11
backprop/global.h~
Normal file
11
backprop/global.h~
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _GLOBAL_H
|
||||
#define _GLOBAL_H
|
||||
#define SYNAPSE_WEIGHT_MAX 2.0
|
||||
#define SYNAPSE_WEIGHT_MIN -2.0
|
||||
#define LEARNING_RATE 0.01
|
||||
#define MOMENTUM 0.1
|
||||
#define ACCEPT 0.65 /* Was 0.95 */
|
||||
#define LEARNACCEPT 0.15 /* Was 0.05 */
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user