代码搜索:efficiency

找到约 451 项符合「efficiency」的源代码

代码结果 451
www.eeworm.com/read/475550/6791108

bak bp.ini.bak

[init] ##样本个数 1=4 ##输入层个数 2=2 ##隐含层个数 3=3 ##输出层个数 4=1 [efficiency] ##输入输出层到隐含层学习效率 1=0.01 ##输入隐含层到输入层学习效率 2=0.01 [Pre_error] 1=0.001 [Pre_max_study_times] 1=100000 [input] 1
www.eeworm.com/read/411556/11238607

bak bp.ini.bak

[init] ##样本个数 1=4 ##输入层个数 2=2 ##隐含层个数 3=3 ##输出层个数 4=1 [efficiency] ##输入输出层到隐含层学习效率 1=0.01 ##输入隐含层到输入层学习效率 2=0.01 [Pre_error] 1=0.001 [Pre_max_study_times] 1=100000 [input] 1
www.eeworm.com/read/135525/13924057

cpp multinh3.cpp

// Chapter 9 - Program 3 #include class moving_van { protected: float payload; float weight; float mpg; public: void initialize(floa
www.eeworm.com/read/135525/13924073

h truck.h

// Chapter 7 - Program 6 #ifndef TRUCK_H #define TRUCK_H #include "vehicle.h" class truck : public vehicle { int passenger_load; float payload; publi
www.eeworm.com/read/469124/6977971

m params.m

% Just some sample parameter settings Thr, Levels, Scale-Fact, Start-Level, Step-Size Grad: .5, 2, 1.2, 1, 2
www.eeworm.com/read/480849/6662493

cpp multinh1.cpp

// Chapter 9 - Program 1 - MULTINH1.CPP #include class moving_van { protected: float payload; float gross_weight; float mpg; public:
www.eeworm.com/read/480849/6662583

cpp multinh1.cpp

// Chapter 9 - Program 1 - MULTINH1.CPP #include class moving_van { protected: float payload; float gross_weight; float mpg; public:
www.eeworm.com/read/135525/13923900

cpp multinh1.cpp

// Chapter 9 - Program 1 #include class moving_van { protected: float payload; float gross_weight; float mpg; public: void initial