码迷,mamicode.com
首页 >  
搜索关键字:maching learning    ( 4462个结果
Deep Learning by Andrew Ng --- PCA and whitening
这是UFLDL的编程练习。具体教程参照官网。PCAPCA will find the priciple direction and the secodary direction in 2-dimention examples. then x~(i)=x(i)rot,1=uT1x(i)∈R.\begin{align} \tilde{x}^{(i)} = x_{{\rm rot},1}^{(i)}...
分类:其他好文   时间:2015-04-03 09:31:01    阅读次数:326
Python下的数据处理和机器学习,对数据在线及本地获取、解析、预处理和训练、预测、交叉验证、可视化
在[1]: %matplotlib inline 抓取的数据 一个简单的HTTP请求 在[2]: import requests print requests.get("http://example.com").text Example...
分类:编程语言   时间:2015-04-02 16:26:39    阅读次数:192
[DOM Event Learning] Section 4 事件分发和DOM事件流
DOM Event的事件分发机制, 介绍了传播路径, 其中各个阶段(capture, target, bubble), 附有配图. 并且介绍了一些具体的规则.
分类:其他好文   时间:2015-04-01 19:27:40    阅读次数:167
[DOM Event Learning] Section 2 概念梳理 什么是事件 DOM Event
Event的概念,Event handler和事件对象的使用介绍.
分类:其他好文   时间:2015-04-01 16:43:01    阅读次数:155
AngularJS-Learning ui-router angular-transitions
https://github.com/mgechev/AngularJS-Learninghttps://github.com/angular-ui/ui-routerhttps://github.com/mgechev/angular-transitions
分类:Web程序   时间:2015-04-01 15:11:43    阅读次数:167
LUA Learning Note 6: 元表与元方法
--元表:是用来存放无方法的一个table. --table和userdata可以各种拥有独立的元表。 但是,其他类型的值就只能共享其类型所属的元表,比如,数字,所有的数字都共用一个元表。 --元方法:用来进行table 类型变量进...
分类:其他好文   时间:2015-04-01 13:43:00    阅读次数:121
机器学习和深度学习学习资料
比较全面的收集了机器学习的介绍文章,从感知机、神经网络、决策树、SVM、Adaboost到随机森林、Deep Learning。《机器学习经典论文/survey合集》介绍:看题目你已经知道了是什么内容,没错。里面有很多经典的机器学习论文值得仔细与反复的阅读。《Brief History of Mac...
分类:其他好文   时间:2015-03-31 23:53:16    阅读次数:362
Machine Learning - XV. Anomaly Detection异常检测(Week 9)
机器学习Machine Learning - Andrew NG courses学习笔记 Anomaly Detection异常检测 Problem Motivation问题的动机 Gaussian Distribution高斯分布 Algorithm算法 Developing and Evaluating an Anomaly Detection S...
分类:系统相关   时间:2015-03-31 20:09:18    阅读次数:204
HDU 4965 Fast Matrix Calculation(矩阵快速幂)
Description One day, Alice and Bob felt bored again, Bob knows Alice is a girl who loves math and is just learning something about matrix, so he decided to make a crazy problem for her.  Bob has...
分类:其他好文   时间:2015-03-31 12:52:29    阅读次数:129
About Me
Hello~ I'm a CSpostgraduate in SCUT. Machine Learning is my main research direction and I now do research in the region of Adversarial Learning (about...
分类:其他好文   时间:2015-03-30 13:00:30    阅读次数:97
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!