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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Can Machine Learning be self taught?

16 点作者 sk2code超过 11 年前
If yes, then what are the resources if someone is trying to learn Machine Learning all by himself&#x2F;herself?<p>The Coursera class on Machine Learning taught by Andrew Ng should be a good starting point but will that be enough to land the job?<p>Most of the Job Description about the position of Machine Leaning&#x2F;Data Scientist looks for someone who has done Phd&#x2F;Masters in Computer Science&#x2F;Statistics&#x2F;Maths&#x2F;Physics. Wondering which company will hire someone who is self taught.

5 条评论

agibsonccc超过 11 年前
Not to self advertise, but to use my own case to show that you can do some significant things if you&#x27;re stubborn enough:<p>I&#x27;m self taught and under 3 years I&#x27;m collaborating with people at Stanford Research on an open source Question Answering System (<a href="https://github.com/SolrSherlock/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SolrSherlock&#x2F;</a>) . I&#x27;ve also implemented my own stack for all of NLP that I&#x27;m working on contributing (summarization, sentiment analysis, named entity recognition,...)<p>You don&#x27;t have to have a PHD to do it. Here&#x27;s a bit of my background:<p>Coursera NLP class (first one from Stanford, not the later one)<p>AI class in college (Dropped out in year 3 though..so no masters or anything crazy)<p>Machine Learning class from coursera<p>Implementing and understanding LOTS of papers in the field<p>So as you can see not much. Most of my understanding is self taught. There&#x27;s enough free materials out there for you to gain a practical understanding of it. Just take the time to build up your fundamentals and work from there. I have a practical understanding of the mechanics involved and can implement the different optimization algorithms and the like as well as understand the implications of the data.
评论 #6341257 未加载
namank超过 11 年前
Most people looking for machine learning will be looking for the projects you have worked on.<p>You can approach learning from several perspectives. Learning machine learning from abstract theory is one thing, there is also learning it as part of an application - Coursera has a Recommender System course that just started and I would venture the guess that it&#x27;s also about machine learning.
abracar超过 11 年前
Companies are quite desperate to find data scientists, I am sure they will hire anyone who can do the job properly, self-taught or not :) You may want to do more than one class before applying to jobs though - for instance check out stuff like Geoffrey Hinton&#x27;s course on Neural Networks for Machine Learning <a href="https://www.coursera.org/course/neuralnets" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;neuralnets</a>, plus general CS &amp; Stats classes if you don&#x27;t have a CS or Maths degree.
Nicholas_C超过 11 年前
Further question for myself, can it be self taught without a degree in comp sci&#x2F;math? I have a finance degree and knowledge of python&#x2F;R, but I&#x27;m not sure if the concepts are attainable for me. I&#x27;ve had a few stats classes but only one calculus class. ML seems like a very interesting field.
评论 #6335092 未加载
w_t_payne超过 11 年前
I would hope so, since I am largely self-taught. :-) Although it has taken me 10 years or so; and I have had the privilege of working with some fantastically knowledgeable mentors over that time period...