MCPcopy Create free account

hub / github.com/LiuXiaolong19920720/simple_net / functions

Functions32 in github.com/LiuXiaolong19920720/simple_net

↓ 11 callersFunctionget_input_label
Get sample_number samples in XML file,from the start column.
src/Net.cpp:432
↓ 7 callersMethodtest
Test
src/Net.cpp:295
↓ 4 callersMethodinitNet
Initialize net
src/Net.cpp:27
↓ 4 callersMethodinitWeights
initialise the weights matrix.
src/Net.cpp:65
↓ 4 callersMethodsave
Save model;
src/Net.cpp:394
↓ 4 callersMethodtrain
Train,use accuracy_threshold
src/Net.cpp:140
↓ 3 callersMethodload
Load model;
src/Net.cpp:410
↓ 3 callersFunctionsigmoid
sigmoid function
src/Function.cpp:8
↓ 2 callersFunctiontanh
tanh function
src/Function.cpp:17
↓ 1 callersFunctionReLU
ReLU function
src/Function.cpp:27
↓ 1 callersFunctioncalcLoss
Objective function
src/Function.cpp:75
↓ 1 callersFunctionderivativeFunction
Derivative function
src/Function.cpp:44
↓ 1 callersFunctiondraw_curve
Draw loss curve
src/Net.cpp:445
↓ 1 callersMethodinitBias
Initialise the bias matrices.
src/Net.cpp:75
MethodNet
include/Net.h:43
MethodactivationFunction
Activation function
src/Net.cpp:7
Methodbackward
Forward
src/Net.cpp:131
Functioncsv2xml
src/csv2xml.cpp:7
MethoddeltaError
Compute delta error
src/Net.cpp:95
Methodforward
Forward
src/Net.cpp:84
MethodinitWeight
initialise the weights cv::Matrix.if type =0,Gaussian.else uniform.
src/Net.cpp:52
Functionmain
examples/ReLU_train.cpp:8
Functionmain
examples/tanh_train.cpp:8
Functionmain
examples/ReLU_test.cpp:8
Functionmain
examples/test.cpp:8
Functionmain
examples/sigmoid_train.cpp:8
Functionmain
examples/tanh_test.cpp:8
Functionmain
examples/sigmoid_test.cpp:8
Methodpredict
Predict,more than one samples
src/Net.cpp:378
Methodpredict_one
Predict
src/Net.cpp:351
MethodupdateWeights
Update weights
src/Net.cpp:119
Method~Net
include/Net.h:44