代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/389380/8525175
pdf fl8_learning_as2.pdf
www.eeworm.com/read/386038/8770301
pdf semi_supervised_learning_with_svms.pdf
www.eeworm.com/read/379564/9193483
pdf statistical_learning_theory_ppt.pdf
www.eeworm.com/read/378635/9221812
pdf pattern recognition and machine learning.pdf
www.eeworm.com/read/376464/9316812
pdf learning-natural-scene-categories.pdf
www.eeworm.com/read/363003/9972060
pdf c-embeded-system-learning.pdf
www.eeworm.com/read/166711/10006181
m set_default_learning_paramters.m
function lrn_par = Set_Default_Learning_Paramters
% function lrn_par = Set_Default_Learning_Paramters
%
% Returns the default values for lrn_par (to be used with LG_Cluster)
%
%
% Clustering Through
www.eeworm.com/read/280405/10332057
txt reference_books_for_learning_cpp.txt
曾经有一个人写了这个东西,我觉得有些道理,就贴出来吧
C++/OPP/OOD系列:
层级一:语法/语意(C++)
[Lippman2000] Essential C++
Essential C++,by Stanley B. Lippman Addison Wesley Longman 2000,276 pages
Essential C++ 中文版 ,侯俊杰 译,282页
www.eeworm.com/read/278947/10486480
m learning_the_extended_kalman_filter.m
function [x,P]=ekf(fstate,x,P,hmeas,z,Q,R)
% EKF Extended Kalman Filter for nonlinear dynamic systems
% [x, P] = ekf(f,x,P,h,z,Q,R) returns state estimate, x and state covariance, P
% for nonlin