地点
  北京微软亚太研发中心
事件
  北美留学生日报组织的万里归国来创业论坛邀请了7位来自成熟海归创业团队的创始团队成员现场分享了自己的创业经历和经验。5位来自国内一线投资机构的投资经理则从投资人角度分享了对海归创业的理解观点和其机构的投资理念。
Task: In order to advertise a company, I have to download a bunch of(1000 or so) videos related to the company from Youku, then add title sequence and watermark(or say subtitles), finally upload all of them to Youku.
I’ve tried Adobe Premiere, OpenCV, and finally use ffmpeg and python to accomplish this task.
Here is how I hacked the task.
This is the note I take when I take the class “Introduction to Public Speaking“ in couresera. This is our discussing community in Google. We have weekly discussion and share our presentation with each other.
This is the note to show what I have learned when reading “Learning openCV”.
为了辅助英语口语练习,花了一天时间捣鼓了段代码自动生成所给文章的音标和三线。本文简单讲述了实现的过程。用到了网页爬虫,python,JavaScript的知识。为了练习英文写作能力,后续内容用英语书写。
In order to make practicing oral English easier, I develope the Phonetic Symbol Genereator. This article discribe the process of how I develop the Phonetic Symbol Generator which you can download HERE.
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
$$
J \left( \theta_0, \theta_1 \right) = \frac{1} {2m}\sum_{k=1}^m{ \left( h_\theta \left( x^ \left( i \right) \right) - y^\left( i \right) \right)^2}
$$
Repeat until convergence {
$$
\theta_j := \theta_j - \alpha \frac{\partial}{\partial \theta_j} J \left( \theta_0, \theta_1 \right) (for\ j = 0 \ and \ j = 1)
$$
}
Linear Regression With Single Variables
Repeat {
$$
\theta_0 := \theta_0 - \alpha \frac{1}{m} \sum_{i=1}^m {\left(h_\theta \left( x ^ \left( i \right) \right) - y^\left( i \right) \right)}
$$
$$
\theta_0 := \theta_0 - \alpha \frac{1}{m} \sum_{i=1}^m {\left(h_\theta \left( x ^ \left( i \right) \right) - y^\left( i \right) \cdot x^\left( i \right) \right)}
$$
}
#第一次课4.19
王鹏Jeff 填空
Graduate Record Examination
##题型