ML Lecture 0: Introduction of Machine Learning Artificial intelligence -> objective Machine learning -> methods Deep learning -> one method of machine ...
分类:
其他好文 时间:
2018-03-15 00:35:39
阅读次数:
318
本文整理自:Machine Learning Plus Numpy是Python中最基本和最强大的科学计算和数据处理软件包。 numpy提供了优秀的ndarray对象,n维数组的简称。 在'ndarray'对象中,又名'数组',可以存储多个相同数据类型的项目。正是这些围绕数组对象的工具使numpy便 ...
分类:
其他好文 时间:
2018-03-13 18:03:48
阅读次数:
175
机器学习,如今最令人振奋的计算机领域之一。看看那些大公司,Google、Facebook、Apple、Amazon早已展开了一场关于机器学习的军备竞赛。从手机上的语音助手、垃圾邮件过滤到逛淘宝时的物品推荐,无一不用到机器学习技术。 如果你对机器学习感兴趣,甚至是想从事相关职业,那么这本书非常适合作... ...
分类:
编程语言 时间:
2018-03-12 00:00:24
阅读次数:
234
CVPR2017 paper list Machine Learning 1 Spotlight 1-1A Oral 1-1A 3D Vision 1 Spotlight 1-1B Oral 1-1B Low- & Mid-Level Vision Spotlight 1-1C Oral 1-1C ...
分类:
其他好文 时间:
2018-03-11 11:58:51
阅读次数:
389
1、基础概念 什么是机器学习? 机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。 机器学习主要任务是 ...
分类:
其他好文 时间:
2018-03-10 11:48:55
阅读次数:
163
costfunction代码如下 运行如下代码段 结果如下 exitflag帮助你了解是否收敛 fminunc()函数 ...
分类:
系统相关 时间:
2018-03-08 17:16:33
阅读次数:
204
id3 信息增益 c4.5 信息增益比 CART 基尼指数 参考 优缺点: 决策树算法原理 (上) 决策树算法原理 (下) 简略介绍: [Machine Learning & Algorithm] 决策树与迭代决策树(GBDT) 1.熵的概念 首先,我们需要熟悉信息论中熵的概念。熵度量了事物的不确定 ...
分类:
其他好文 时间:
2018-03-07 18:56:45
阅读次数:
162
F. Machine Learning time limit per test 4 seconds memory limit per test 512 megabytes input standard input output standard output F. Machine Learning ...
分类:
系统相关 时间:
2018-03-07 01:01:40
阅读次数:
252
Josephina is a clever girl and addicted to Machine Learning recently. She pays much attention to a method called Linear Discriminant Analysis, which h ...
分类:
其他好文 时间:
2018-03-06 14:41:06
阅读次数:
199
Coursera上Machine Learning课程中back propagation algorithm中有2个参考: https://www.coursera.org/learn/machine-learning/supplement/pjdBA/backpropagation-algorit ...
分类:
其他好文 时间:
2018-03-03 20:28:10
阅读次数:
123