浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 630 下一页

2012年12月10日

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144655 阅读全文
posted @ 2012-12-10 08:19 lexus 阅读(85) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144654 阅读全文
posted @ 2012-12-10 08:18 lexus 阅读(114) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144529 阅读全文
posted @ 2012-12-10 00:32 lexus 阅读(131) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144526 阅读全文
posted @ 2012-12-10 00:30 lexus 阅读(122) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144522 阅读全文
posted @ 2012-12-10 00:27 lexus 阅读(112) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144521 阅读全文
posted @ 2012-12-10 00:25 lexus 阅读(141) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144519 阅读全文
posted @ 2012-12-10 00:24 lexus 阅读(114) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144515 阅读全文
posted @ 2012-12-10 00:22 lexus 阅读(116) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144514 阅读全文
posted @ 2012-12-10 00:20 lexus 阅读(87) 评论(0) 推荐(0)

摘要: 与您分享: http://s9549.zhui.cn/?AIID=144513 阅读全文
posted @ 2012-12-10 00:19 lexus 阅读(158) 评论(0) 推荐(0)

2012年12月9日

摘要: 主页 - LAMDALAMDA隶属于 计算机软件新技术国家重点实验室 和 南京大学计算机科学与技术系. LAMDA 位于南京大学仙林校区计算机科学技术楼, 总部在910室,负责人是 周志华 教授." LAMDA" 的含义是 "Learning And Mining from DatA". LAMDA 的主要研究兴趣包括机器学习、数据挖掘、模式识别、信息检索、演化计算、神经计算,以及相关的其他领域.... 阅读全文
posted @ 2012-12-09 22:26 lexus 阅读(706) 评论(0) 推荐(0)

摘要: gnuplot homepagegnuplot version 4.6 released!FAQ Download DemosDocumentation External Links ContributedscriptsTutorials, learning, and help Building from CVS source More on patching and building Gnupl... 阅读全文
posted @ 2012-12-09 21:27 lexus 阅读(443) 评论(0) 推荐(0)

摘要: 推荐windows下两个科学用python集成套件 推荐windows下两个科学用python集成套件 神形俱散人 来自: 神形俱散人(居无妞兮食无面) 2009-03-04 20:01:55 windows下不但要自己装python 想用时候libs也要一个一个找来下 有时候setpu.py install还会出现安装不成功的情况 因此推荐两个集成包 都是一个exe安装了事 python(x,y... 阅读全文
posted @ 2012-12-09 20:28 lexus 阅读(572) 评论(0) 推荐(0)

摘要: Examples — guidata v1.5.1 documentationExamples¶Basic example¶Source code :import guidata guidata.qapplication() # not required if a QApplication has already been created import guidata.dataset.datat... 阅读全文
posted @ 2012-12-09 20:03 lexus 阅读(349) 评论(0) 推荐(0)

摘要: K-means and Hierarchical ClusteringK-means and Hierarchical ClusteringTutorial Slides by Andrew MooreK-means is the most famous clustering algorithm. In this tutorial we review just what it is that c... 阅读全文
posted @ 2012-12-09 19:25 lexus 阅读(308) 评论(0) 推荐(0)

摘要: 层次聚在算法 阅读全文
posted @ 2012-12-09 19:18 lexus 阅读(164) 评论(0) 推荐(0)

摘要: # -*- coding: utf-8 -*-"""Created on Sun Dec 09 14:43:47 2012@author: Administrator"""import pylabimport numpyimport matplotlib.pyplot as pltdocs=numpy.array([[0,0],[1,0],[0,1],[1,1],[2,1],[1,2],[2,2]... 阅读全文
posted @ 2012-12-09 16:57 lexus 阅读(405) 评论(0) 推荐(0)

摘要: Data Mining: Practical Machine Learning Tools and TechniquesData Mining: Practical Machine Learning Tools and Techniques (Third Edition) Ian H. Witten, Eibe Frank, Mark A. Hall Morgan Kaufmann Janua... 阅读全文
posted @ 2012-12-09 14:34 lexus 阅读(476) 评论(0) 推荐(0)

摘要: 文本聚类2 - riky - 博客园文本聚类2A.问题背景 聚类是对数据对象进行划分的一种过程,与分类不同的是,它所划分的类是未知的,故此,这是一个“无指导的学习”(unsupervisedlearning)过程,即聚类算法不需要“教师”的指导,不需要提供训练数据,它倾向于数据的自然划分。 文本聚类(Textclustering):将文本集合分组成多个类或簇,使得在同一个簇中的文本内容具有较高的相... 阅读全文
posted @ 2012-12-09 14:31 lexus 阅读(210) 评论(0) 推荐(0)

摘要: 文本分类与聚类(text categorization and clustering)_inJava_百度空间文本分类与聚类(text categorization and clustering)1. 概述 广义的分类(classification或者categorization)有两种含义:一种含义是有领导的学习(supervised learning)过程,另一种是无领导的学习(unsup... 阅读全文
posted @ 2012-12-09 14:28 lexus 阅读(685) 评论(0) 推荐(0)

上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 630 下一页