代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/367675/2838148
txt 909.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: Re: Tom Mitchell的《Machine Learning》上传完毕
发信站: 南京大学小百合站 (Tue Nov 19 21:42:28 2002), 站内信件
可以匿名的,
也可以用datamining:lily来登陆,速度要快
没有什么问题吧,很多用账号登陆的。
要么你再试试。
你要注意IP
www.eeworm.com/read/367675/2838548
txt 518.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: Re: 关于机器学习的讨论-第二节
发信站: 南京大学小百合站 (Thu Dec 26 10:29:37 2002)
昨天有些事情,昨晚刚看完,讲概念学习concept learning和
一般到特殊序general to specific ordering,这个名词老觉得不顺口。
下面是我的读书心得。
1.
www.eeworm.com/read/353967/10401065
m c4.5-2.m
%#1. C4.5
%Quinlan, J. R. 1993. C4.5: Programs for Machine Learning.
%Morgan Kaufmann Publishers Inc.
% 决策树是如何工作的
% 决策树一般都是自上而下的来生成的。
% 选择分割的方法有好几种,但是目的都是一致的:对目标类尝试进行最佳的分割。
% 从根到叶子节点都有一条路径,这
www.eeworm.com/read/460712/7105562
m chap5_5main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
L=3001;
t=[0:0.001:3]';
T1(1:L)=0;
T1=T1';
T2=T1;
T=[T1 T2];
e1(1:L)=0;
e1=e1';
e2=e1;
de1=e1;
de2=de1;
e=[e1 e
www.eeworm.com/read/439271/7713595
m chap5_5main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
L=3001;
t=[0:0.001:3]';
T1(1:L)=0;
T1=T1';
T2=T1;
T=[T1 T2];
e1(1:L)=0;
e1=e1';
e2=e1;
de1=e1;
de2=de1;
e=[e1 e
www.eeworm.com/read/403569/11514671
m chap5_5main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
L=3001;
t=[0:0.001:3]';
T1(1:L)=0;
T1=T1';
T2=T1;
T=[T1 T2];
e1(1:L)=0;
e1=e1';
e2=e1;
de1=e1;
de2=de1;
e=[e1 e
www.eeworm.com/read/367675/2833504
txt 5.txt
发信人: strawman (唐郎), 信区: DataMining
标 题: 我上传了两本有关机器学习的书。
发信站: 南京大学小百合站 (Wed Jul 17 09:59:29 2002), 站内信件
就在本版文件上载区里。
一本是版主刚才提到的,还有一本是Introduction to machine learning。
--
白云在天,丘陵自出。
道里悠远,山川间之。
www.eeworm.com/read/367675/2837263
txt 347.txt
发信人: strawman (唐郎), 信区: DataMining
标 题: 我上传了两本有关机器学习的书。
发信站: 南京大学小百合站 (Wed Jul 17 09:59:29 2002), 站内信件
就在本版文件上载区里。
一本是版主刚才提到的,还有一本是Introduction to machine learning。
--
白云在天,丘陵自出。
道里悠远,山川间之。
www.eeworm.com/read/367675/2837319
txt 984.txt
发信人: gmwu (Bingo), 信区: DataMining
标 题: 给国际会议投文章,想文章录用又不想去可以吗?
发信站: 南京大学小百合站 (Tue Sep 17 21:38:00 2002), 站内信件
当然是money的问题。有哪些会议可以这么做?
machine learning and ann相关的。
最近的WSEAS的是不是一定得去人才行?
--
www.eeworm.com/read/367675/2832992
txt 23.txt
发信人: daniel (飞翔鸟), 信区: DataMining
标 题: Re: C4.5: Programs for Machine Learning" by J. Ro
发信站: 南京大学小百合站 (Mon Apr 7 11:09:01 2003)
国内没得卖。计算机系图书室有。我以前在美国复印过一本,但现在不知道
放哪去了。
这本书一半是源程序,另一半倒是对理解