TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

An introduction to Machine Learning

302 点作者 antoineaugusti超过 9 年前

12 条评论

antoineaugusti超过 9 年前
Please note that I&#x27;m not the author of the presentation. Made by Quentin de Laroussilhe <a href="http:&#x2F;&#x2F;underflow.fr" rel="nofollow">http:&#x2F;&#x2F;underflow.fr</a><p>I had to make a copy to my Google account to keep the slides.
rafaquintanilha超过 9 年前
Worth to mention that a Statistical Learning Stanford course [1] just started and according to the lecturers there is a lot of overlap in both areas.<p>[1] <a href="https:&#x2F;&#x2F;lagunita.stanford.edu&#x2F;courses&#x2F;HumanitiesSciences&#x2F;StatLearning&#x2F;Winter2016&#x2F;about" rel="nofollow">https:&#x2F;&#x2F;lagunita.stanford.edu&#x2F;courses&#x2F;HumanitiesSciences&#x2F;Sta...</a>
评论 #10920050 未加载
评论 #10919694 未加载
compactmani超过 9 年前
If you are just starting out with applied machine learning I would focus heavily on understanding bias and variance as it will really help you succeed. It&#x27;s I think what (largely) separates the sklearn kiddies from the pros.
评论 #10922707 未加载
aabajian超过 9 年前
This really is a fantastic presentation for newcomers to the field. When I was taking these classes I found it difficult to keep all of the available algorithms organized in my mind. Here&#x27;s an outline of his presentation:<p>Overview (5 slides)<p>General Concepts (9 slides)<p>K nearest Neighbor (6 slides)<p>Decision trees (6 slides)<p>K means (4 slides)<p>Gradient descent (2 slides)<p>Linear regression (9 slides)<p>Perceptron (6 slides)<p>Principal component analysis (6 slides)<p>Support vector machine (6 slides)<p>Bias and variance (4 slides)<p>Neural networks (6 slides)<p>Deep learning (15 slides)<p>I especially like the nonlinear SVM example on slides 57 and 58. It provides a visual of projecting data into a higher dimensional space.
评论 #10919663 未加载
yelnatz超过 9 年前
Pretty good summary of what you learn in your first machine learning class in college.
lectrick超过 9 年前
Is there an online course for this I could take?
评论 #10920108 未加载
评论 #10920337 未加载
评论 #10919801 未加载
fnl超过 9 年前
Nobody concerned about plagiarism here? I am pretty sure I&#x27;ve seen a number of the slides and graphics elsewhere. Correct attributions however seem amiss.
评论 #10928237 未加载
kendallpark超过 9 年前
Yes, thank you. I&#x27;m hoping to build an ANN this summer and don&#x27;t have the luxury of taking an actual class.<p>Does anyone have any other resources?
评论 #10920355 未加载
aerioux超过 9 年前
that was a really good introduction :) sort of like an executive summary - all the &quot;why we care&quot; and some of the words you might want to look at to actually learn the details
max_超过 9 年前
Thanx for sharing this!!
Dowwie超过 9 年前
is there a corresponding video where the slides are presented?
评论 #10919348 未加载
remriel超过 9 年前
Thank you.