TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Course in Machine Learning

259 pointsby federicoponzialmost 7 years ago

7 comments

kmax12almost 7 years ago
A lot of easy to digest content in this! Always great to see quality free material to help more people pick up machine learning and get involved solving problems using data science.<p>One thing I didn&#x27;t see covered in depth here was feature engineering, which is the process of preparing your raw data for the machine learning algorithms. They cover it briefly in the chapter on &quot;Practical Considerations&quot;, but anyone looking to apply ML in the real world should look into feature engineering more on their own.<p>One resource I recommend (and I am biased), is a python library for automated feature engineering called, Featuretools (<a href="https:&#x2F;&#x2F;github.com&#x2F;featuretools&#x2F;featuretools&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;featuretools&#x2F;featuretools&#x2F;</a>). It can help when your raw data is still too granular for modeling or comprised of multiple tables. We have several demos you can run yourself to apply it to real datasets here: <a href="https:&#x2F;&#x2F;www.featuretools.com&#x2F;demos" rel="nofollow">https:&#x2F;&#x2F;www.featuretools.com&#x2F;demos</a>.
jpamataalmost 7 years ago
With all of these online courses around, I&#x27;m just curious: is there an ML course that teaches you the right model to use? Say for example, the right amount of layers&#x2F;nodes for a neural net? As a newcomer doing one of these machine learning MOOCs on his free time, it seems to me that it&#x27;s about chucking in a load of parameters into a black box hoping for the best.
评论 #17215262 未加载
评论 #17215291 未加载
评论 #17215164 未加载
cs702almost 7 years ago
I quickly skimmed a few chapters and like what I see: the language is very friendly and the examples are easy to understand, but there is enough rigor to make this a good introductory book on the subject. Nice!
connectsnkalmost 7 years ago
I have not yet found a course that can cover machine learning and also explains the Maths needed to understand this.This course is no exception. Its extremely difficult for a programmer with no solid footing in Maths to understand it. Any help is a lot appreciated
评论 #17218664 未加载
评论 #17216278 未加载
rheidealmost 7 years ago
Wow, this is a lot more in-depth than I was expecting. I started out with the O&#x27;Reilly book (Hands-on Machine Learning)[1]. There&#x27;s some overlap there, but I&#x27;d say both this course and the O&#x27;Reilly book are well worth your time if you&#x27;re starting out with machine learning. [1] <a href="https:&#x2F;&#x2F;amzn.to&#x2F;2kKaNiQ" rel="nofollow">https:&#x2F;&#x2F;amzn.to&#x2F;2kKaNiQ</a>
Kelooalmost 7 years ago
So many ML&#x2F;AI courses out there, it&#x27;s amazing.<p>Wondering if those ML&#x2F;AI specialists can&#x27;t find themselves a job and start writing courses -.-
评论 #17215083 未加载
评论 #17214745 未加载
评论 #17215076 未加载
scarcealmost 7 years ago
Thanks for breaking down a concept that is completely overwhelming into simple pieces of information!<p>Great work!