代码搜索:Learning

找到约 5,352 项符合「Learning」的源代码

代码结果 5,352
www.eeworm.com/read/397099/8068792

m interactive_learning.m

function test_targets = Interactive_Learning(train_patterns, train_targets, test_patterns, params) % Classify using nearest neighbors and interactive learning % Inputs: % train_patterns - Train
www.eeworm.com/read/397099/8069072

m competitive_learning.m

function [patterns, targets, label, W] = Competitive_learning(train_patterns, train_targets, params, plot_on) % Perform preprocessing using a competitive learning network % Inputs: % patterns -
www.eeworm.com/read/296717/8080513

m learning_demo.m

% Make a point move in the 2D plane % State = (x y xdot ydot). We only observe (x y). % Generate data from this process, and try to learn the dynamics back. % X(t+1) = F X(t) + noise(Q) % Y(t) = H X(
www.eeworm.com/read/146295/12660894

m competitive_learning.m

function [features, targets, label, W] = Competitive_learning(train_features, train_targets, params, region, plot_on) % Perform preprocessing using a competitive learning network % Inputs: % fea
www.eeworm.com/read/245941/12770813

m interactive_learning.m

function test_targets = Interactive_Learning(train_patterns, train_targets, test_patterns, params) % Classify using nearest neighbors and interactive learning % Inputs: % train_patterns - Train
www.eeworm.com/read/245941/12771210

m competitive_learning.m

function [patterns, targets, label, W] = Competitive_learning(train_patterns, train_targets, params, plot_on) % Perform preprocessing using a competitive learning network % Inputs: % patterns -
www.eeworm.com/read/330850/12864813

m interactive_learning.m

function test_targets = Interactive_Learning(train_patterns, train_targets, test_patterns, params) % Classify using nearest neighbors and interactive learning % Inputs: % train_patterns - Train
www.eeworm.com/read/330850/12865190

m competitive_learning.m

function [patterns, targets, label, W] = Competitive_learning(train_patterns, train_targets, params, plot_on) % Perform preprocessing using a competitive learning network % Inputs: % patterns -
www.eeworm.com/read/323410/13341003

m learning_demo.m

% Make a point move in the 2D plane % State = (x y xdot ydot). We only observe (x y). % Generate data from this process, and try to learn the dynamics back. % X(t+1) = F X(t) + noise(Q) % Y(t) = H X(