代码搜索:machine learning

找到约 10,000 项符合「machine learning」的源代码

代码结果 10,000
www.eeworm.com/read/386597/2570222

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/474600/6813438

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/474600/6813572

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/295456/8161009

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/195048/8175785

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/370521/9597812

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/173443/9658048

pdf learning perl.pdf

www.eeworm.com/read/173343/9662193

chm html_learning.chm

www.eeworm.com/read/173342/9662196

chm linux_learning.chm

www.eeworm.com/read/415311/11077068

m interactive_learning.m

function D = Interactive_Learning(train_features, train_targets, params, region); % Classify using nearest neighbors and interactive learning % Inputs: % features- Train features % targets - Tr