Decision tree algorithm is a classic algorithm series in machine learning. It can be used as both a classification algorithm and a regression algorith ...
分类:
其他好文 时间:
2019-04-26 12:42:23
阅读次数:
96
About this Course You will learn how to build a successful machine learning project. If you aspire to be a technical leader in AI, and know how to set ...
分类:
系统相关 时间:
2019-04-14 09:27:07
阅读次数:
155
应用机器学习 Machine Learning Diagnostics(机器学习诊断) Diagnostic is a test you can run, to get insight into what is or isn't working with an algorithm, and whic ...
分类:
其他好文 时间:
2019-04-09 19:00:02
阅读次数:
170
转自:https://morvanzhou.github.io/tutorials/machine-learning/keras/2-1-regressor/ 总的代码的过程就是: 1.导入模块+创建数据 2.建立模型 3.激活模型compile 4.训练模型 5.检验模型 6.可视化结果。 ...
分类:
其他好文 时间:
2019-04-03 22:00:03
阅读次数:
194
CF940F Machine Learning 题面: "Luogu" 解析 很简单的一道题。直接套带修改莫队,每次暴力统计答案即可。复杂度有保证吗?当然有,不难发现区间内数字出现次数的mex不会大于$\sqrt{2 len}$,因为$\frac{mex(mex 1)}{2} \leq len$ 代 ...
分类:
系统相关 时间:
2019-03-26 22:36:03
阅读次数:
209
聊天机器人(chatbot)终极指南:自然语言处理(NLP)和深度机器学习(Deep Machine Learning) ...
分类:
编程语言 时间:
2019-03-20 20:56:19
阅读次数:
307
1、欢迎参加《机器学习》 2、什么是机器学习? 机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。 它 ...
分类:
其他好文 时间:
2019-03-20 20:44:53
阅读次数:
180
MSc Data Mining and Machine Learning (2019)Lab 4 – Neural NetworksProblemThe challenge is to implement the Error Back-Propagation (EBP) training algor ...
分类:
系统相关 时间:
2019-03-17 20:10:04
阅读次数:
140
一、What is Machine Learning 什么是“学习”?学习就是人类通过观察、积累经验,掌握某项技能或能力。就好像我们从小学习识别字母、认识汉字,就是学习的过程。而机器学习(Machine Learning),顾名思义,就是让机器(计算机)也能向人类一样,通过观察大量的数据和训练,发现 ...
分类:
其他好文 时间:
2019-03-17 14:10:36
阅读次数:
176
以下内容是对AutoML技术现状与未来展望讲座的总结。 1.机器学习定义 《西瓜书》中的直观定义是:利用经验来改善系统的性能。(这里的经验一般是指数据) Mitchell在《Machine Learning》一书中的较为形式化的定义是一个程序通过给它一些数据,它能够提升在某个任务上的某种度量。(如下 ...
分类:
其他好文 时间:
2019-03-12 12:25:44
阅读次数:
205