【转载】STA 4273H Winter 2015 - Lectures

STA4273H Home
 
Lecture Schedule/Notes
Assignments/Project
Computing
 
Ruslan Salakhutdinov Homepage
http://www.cs.toronto.edu/~rsalakhu/
 

STA 4273H Winter 2015 - Lectures

Video Archive here.

Lecture Schedule

  • Lecture 1 -- Machine Learning:
    Introduction to Machine Learning, Linear Models for Regression (notes [pdf], [Video] ) 
    Reading: Bishop, Chapter 1: sec. 1.1 - 1.5. and Chapter 3: sec. 1.1 - 1.3. 
    Optional: Bishop, Chapter 2: Backgorund material; 
    Hastie, Tibshirani, Friedman, Chapters 2 and 3.
  • Lecture 2 -- Bayesian Framework:
    Bayesian Linear Regression, Evidence Maximization. Linear Models for Classification. (notes [pdf], [Video] ) 
    Reading: Bishop, Chapter 3: sec. 3.3 - 3.5. Chapter 4. 
    Optional: Radford Neal‘s NIPS tutorial on Bayesian Methods for Machine Learning: [pdf]). Also see Max Welling‘s notes on Fisher Linear Discriminant Analysis [pdf]


Home | Lecture Schedule/Notes | Assignments/Project | Computing | ]

STA 4273H (Winter 2015): Large Scale Machine Learning || http://www.utstat.toronto.edu/~rsalakhu/STA4273_2015/

时间: 2024-12-29 07:38:10

【转载】STA 4273H Winter 2015 - Lectures的相关文章

【转载】Visual Studio 2015 for Linux更好地支持Linux下的开发

原文:Visual Studio 2015 for Linux更好地支持Linux下的开发 英文原文:Targeting Linux Made Easier in Visual Studio 2015 Visual C++ for Linux 扩展使 Visual Studio 2015 的用户可以在 VS2015 中编写C或者 C++ 代码,并将代码部署到基于 Linux 的系统中去编译和调试.源代码和项目文件通过 SSH 传输到远程机上,程序的输出将显示在 Visual Studio 上.

hdu5348(2015多校5)--MZL's endless loop(搜索)

题目链接:点击打开链接 题目大意:给出n个点,m条无向边,现在要求将无向边变为有向边,要保证每个点的出度和入度的差不超过1 直接进行搜索,对每个点进行出度和入度的判断,如果出度大,就先进行反向的搜索(每搜索一条边u,v就认为这是一条v到u的有向边),反之,进行正向搜索(每搜到一条边u,v认为这是一条u到v的有向边),一直搜索到找不到边能继续为止. 注意: 1.已经使用过的边为了防止再次被遍历,可以修改head,head[u] = edge[i].next 2.注意自环,因为搜索是判断能不能继续向

hdu5351(2015多校5)--MZL's Border(打表,,找规律)

题目链接:点击打开链接 题目大意:给出b1 = 'b' , b2 = 'a' , bi = b(i-1)b(i-2),将i-1和i-2链接起来,记录一个串的s[1-i] 和s[n-i+1-n]相同的话 Border,当i为最长是为LBorder,现在给让求在bn这个串上的前m个字符组成的子串的LBorder 通过计算可以发现,b字符串的前缀都是相同的,所以只要求出m的LBorder就行,和n是无关的,打表找出规律,找出对应不同的m,LBorder的值,因为存在大数,用java写 dp[i]第i层

HDU 5347(2015多校5)-MZL's chemistry(打表)

题目地址HDU 5347 无脑流神题,自行脑补,百度大法好. #include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #include <iostream> #include <sstream> #include <algorithm> #include <set> #include <queue> #

HDU 5344(2015多校5)-MZL&#39;s xor(水题)

题目地址:HDU 5344 题意:求所有(Ai+Aj)的异或值. 思路:可以发现(Ai+Aj)和(Aj+Ai)的异或值为0,所以最后只剩下(Ai+Ai). #include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #include <iostream> #include <sstream> #include <algorithm>

WebStorm: 更改默认的文件模板(转载)

WebStorm: 更改默认的文件模板(转载) 27 AUGUST 2015 在使用WebStorm进行Web开发时,新建HTML文件后,WebStorm会根据默认模板在该HTML文件中填充以下内容: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <b

HDU 5371(2015多校7)-Hotaru&#39;s problem(Manacher算法求回文串)

题目地址:HDU 5371 题意:给你一个具有n个元素的整数序列,问你是否存在这样一个子序列,该子序列分为三部分,第一部分与第三部分相同,第一部分与第二部分对称,如果存在求最长的符合这种条件的序列. 思路:用Manacher算法来处理回文串的长度,记录下以每一个-1(Manacher算法的插入)为中心的最大回文串的长度.然后从最大的开始穷举,只要p[i]-1即能得出以数字为中心的最大回文串的长度,然后找到右边对应的'-1',判断p[i]是不是大于所穷举的长度,如果当前的满足三段,那么就跳出,继续

HDU 5349(2015多校5)-MZL&#39;s simple problem(优先队列)

题目地址:HDU 5349 很水的优先队列就能搞好,只不过注意如果2操作结束后的队列为空,那么Max的值为-inf. #include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #include <iostream> #include <sstream> #include <algorithm> #include <set&

达内android 7天速成

前端时间从朋友那里得到了一份android学习视频,非常适合初学者的朋友,现在分享给各位读者网盘地址: 链接:http://pan.baidu.com/s/1qWtesaS 密码:24gh使用方式:1.解压文件:2.用07am举例:请用IE浏览器打开content.htm点击允许 本文固定链接: http://www.ttsofts.com/archives/201 转载请注明: ttsofts 2015年11月15日 于 代码博客 发表