代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/467949/6997138
m adaboost_tr.m
function adaboost_model = ADABOOST_tr(tr_func_handle, te_func_handle, train_set, labels, no_of_hypothesis)
%
% ADABOOST TRAINING: A META-LEARNING ALGORITHM
% adaboost_model = ADABOOST_tr(tr_func_hand
www.eeworm.com/read/439518/7706971
m adaboost_tr.m
function adaboost_model = ADABOOST_tr(tr_func_handle, te_func_handle, train_set, labels, no_of_hypothesis)
%
% ADABOOST TRAINING: A META-LEARNING ALGORITHM
% adaboost_model = ADABOOST_tr(tr_func_hand
www.eeworm.com/read/439513/7707449
m adaboost_tr.m
function adaboost_model = ADABOOST_tr(tr_func_handle, te_func_handle, train_set, labels, no_of_hypothesis)
%
% ADABOOST TRAINING: A META-LEARNING ALGORITHM
% adaboost_model = ADABOOST_tr(tr_func_hand
www.eeworm.com/read/312163/13617615
m~ qpbsvm.m~
function [x,fval,stat,Nabla] = qpbsvm(H,f,UB,x0,Nabla0,options)
% QPBSVM Solves QP task required for learning SVM without bias term.
%
% Synopsis:
% [x,fval,stat,Nabla] = qpbsvm(H,f,UB)
% [...] = qp
www.eeworm.com/read/312163/13617647
m qpbsvm.m
function [x,fval,stat,Nabla] = qpbsvm(H,f,UB,x0,Nabla0,options)
% QPBSVM Solves QP task required for learning SVM without bias term.
%
% Synopsis:
% [x,fval,stat,Nabla] = qpbsvm(H,f,UB)
% [...] = qp
www.eeworm.com/read/130382/5957889
cnt pgpnet.cnt
:Base pgpnet.hlp>med
:Title PGPnet Help
1 Introduction
2 Learning about Virtual Private Networks (VPNs)
3 What is a VPN?=What_is_a_VPN_>med
3 How does a VPN work?=How_does_a_VPN_work_>med
3 Wha
www.eeworm.com/read/489934/6463607
m adaboost_tr.m
function adaboost_model = ADABOOST_tr(tr_func_handle, te_func_handle, train_set, labels, no_of_hypothesis)
%
% ADABOOST TRAINING: A META-LEARNING ALGORITHM
% adaboost_model = ADABOOST_tr(tr_func_hand
www.eeworm.com/read/345052/11843285
drc try.drc
Protel Design System Design Rule Check
PCB File : \资料库\MCS-51 learning broad\try.PCBDOC
Date : 2008-3-6
Time : 14:03:18
Processing Rule : Short-Circuit Constraint (Allowed=No) (All),(All
www.eeworm.com/read/221024/14769842
edu^~l3d^ http:^^www.cs.colorado.edu^~l3d^
Date: Wed, 20 Nov 1996 19:34:10 GMT
Server: Apache/1.1.1
Content-type: text/html
Content-length: 2948
Last-modified: Thu, 07 Nov 1996 17:47:14 GMT
Center for LifeLong Learning and
www.eeworm.com/read/239983/4593507
java xor_static_rbf.java
package org.joone.samples.engine.xor.rbf;
import org.joone.engine.*;
import org.joone.engine.learning.*;
import org.joone.io.*;
import org.joone.net.*;
import java.util.Vector;
/**
* Very simple ex