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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Best Machine Learning, NLP, and Python Tutorials I’ve Found

523 点作者 RobbieStats将近 8 年前

11 条评论

jfaucett将近 8 年前
This is a fantastic list.<p>I&#x27;ve been trying to teach myself ML and AI for a while now, and though only tangentally relevant to the article perhaps others can take a few tips from my experience. First, I didn&#x27;t really have a breakthrough until I ditched the &#x27;recommended&#x27; textbooks and video courses and just started picking out a topic and learning by doing. Anything I don&#x27;t understand or know when trying to implement it I just google&#x2F;youtube&#x2F;wikipedia it and keep messing with it until I know how it works at a conceptual level. Thats where resources like this article really come in handy.<p>For the heavier math parts, I just write a short summary of the formula and what its various parameters do and try to make a mental note of it. I certainly do not try to use the formulas to solve complex mathematical problems or write an implementation in python. I chalk this task up to `someday when I have the time`.<p>Finally, I&#x27;ll get a dataset and try to solve various problems using the new skill I just learned using R&#x2F;python &amp; co.<p>Thats it.<p>This method has ridiculously accelerated the speed at which I&#x27;ve been able to acquire ML&#x2F;AI skills that I also know how to apply in the real world. Before I felt like I was moving at a snails pace.<p>This method might not work well for everyone but its at least an interesting alternative to most of the recommendations of doing A,B,C online courses and reading X,Y,Z books.
评论 #14640409 未加载
评论 #14642988 未加载
opportune将近 8 年前
I know NLTK isn&#x27;t used for learning by itself, but it&#x27;s such an essential player in the realm of NLP+Python that I think it should definitely be included (and that the list would be incomplete without it). The best link is probably <a href="http:&#x2F;&#x2F;www.nltk.org&#x2F;book&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.nltk.org&#x2F;book&#x2F;</a> which is an excellent place to get started.<p>You should probably also include the gensim package <a href="https:&#x2F;&#x2F;radimrehurek.com&#x2F;gensim&#x2F;" rel="nofollow">https:&#x2F;&#x2F;radimrehurek.com&#x2F;gensim&#x2F;</a>, since it has the most popular python word2vec implementation. One of the links I clicked on mentions it and walks you through using it, but I think it would make sense to point people to it directly in case they don&#x27;t have time for a tutorial.
评论 #14640562 未加载
carapace将近 8 年前
A hundred and fifty tutorials is useless, TMI. What are the <i>five</i> best? ;-)<p>(This is an awesome resource, thank you for compiling it.)
chadlieberman将近 8 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;spro&#x2F;practical-pytorch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;spro&#x2F;practical-pytorch</a> is also worth checking out
评论 #14651293 未加载
NicoJuicy将近 8 年前
I&#x27;m actually recently started ML using a book, jupyter and Python. But i have a hard term translating the formula&#x27;s to code and graphs. I know&#x2F;understand what the formulas do, but the code to write seems hard. Perhaps because i don&#x27;t know Python. Any advice on this?<p>Ps. Only 1 day since i installed Jupyter to recreate graphs and implement formulas<p>Ps2. Thought about implementing c# as a kernel in Jupter, but i think it&#x27;s better to continue with Python.
gregorymichael将近 8 年前
These kind of repositories are always helpful for bookmarking + coming back to in the future. Thanks for taking the time and effort to compile.
surak将近 8 年前
Nice collection.. What I am looking for in addition to these are an explanation of different deep network topologis and how to construct new solutions utilizing ever more complex structures.
评论 #14639894 未加载
bluetwo将近 8 年前
What are the most valuable, unsolved problems in the field?
评论 #14642852 未加载
评论 #14639626 未加载
codecolleague将近 8 年前
I&#x27;m starting a Machine Learning channel, will publish weekly <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5IPuNDVRhkk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5IPuNDVRhkk</a>
visarga将近 8 年前
Good find!
abakus将近 8 年前
I personally think Google &gt; this kind of laundry list.
评论 #14640084 未加载