代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/178104/6343368
rpt lessondesign.rpt
Project Informatione:\max+plusii learning\course and others\lessondesign4\lessondesign\lessondesign.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 11/29/2005 16:17:35
C
www.eeworm.com/read/150760/12265769
m svm2.m
function model = svm2(data,options)
% SVM2 Learning of binary SVM classifier with L2-soft margin.
%
% Synopsis:
% model = svm2(data)
% model = svm2(data,options)
%
% Description:
% This function le
www.eeworm.com/read/233762/14137609
java votedperceptron.java
package rmn;
import java.util.*;
public class VotedPerceptron {
static public int MAX_ITER = 50;
static public double LEARNING_RATE = 1.0 / 50;
int m_T = MAX_ITER;
FactorGraphModel m_fgm;