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.

Ask HN: How can I learn ML in 6 months as a teenager?

1 pointsby nigamanthover 2 years ago
How can I learn machine learning in 6 months as a teenager? I want to develop some skills that will be of great need and I have an interest to pursue Machine Learning.<p>I have a good understanding of Statistics, Calculus and Python. I&#x27;m confused on how do I start, my friend told me that R is used for bigger data sets so I should learn R, another told me to start learning the fundamental concepts.<p>I&#x27;m stuck and I would preferably learn ML in the next 6 months. Could anyone give me steps&#x2F;a learning plan to do the same?

3 comments

dagwover 2 years ago
Stick with python and follow the course at www.fast.ai<p>It will quickly get you to a point where you can &#x27;do&#x27; simple ML and tackle simpler Kaggle problems. Once you are there then you will have a much better idea about a) If ML is something you actually want to focus on and b) what aspect of ML you want to focus. You&#x27;ll also have a much better understanding about where the holes in you math knowledge is and what you need to learn.
Shinmonover 2 years ago
I think Python is pretty dominant in ML.<p>ML is a big space and depending on what you want to do it either requires an advanced degree and access to super computers or you are good to go on a normal laptop.<p>There are plenty of tutorial on applied ML with open data sets, code examples and so on. I think this is the best way to start. While you go, review fundamental concepts if you can. Sometimes it&#x27;s also okay to accept that something just works because it is implemented inside a library. Note, that &quot;learning ML&quot; isn&#x27;t really a thing in the real world. You can definitely become familiar with many concepts and implementations but &quot;learning ML&quot; imho suggests that there is nothing left to learn.<p>What is your goal? Why do you want to learn ML?
评论 #34400807 未加载
sargstuffover 2 years ago
a few different approaches of many based on search engine topic &#x27;ml with python&#x27;:<p>Work though use cases &#x2F; examples : <a href="https:&#x2F;&#x2F;www.databricks.com&#x2F;resources&#x2F;ebook&#x2F;big-book-of-machine-learning-use-cases" rel="nofollow">https:&#x2F;&#x2F;www.databricks.com&#x2F;resources&#x2F;ebook&#x2F;big-book-of-machi...</a><p>On-line class(es) &#x2F; step by step projects:<p>* <a href="https:&#x2F;&#x2F;bootcamp-sl.discover.online.purdue.edu&#x2F;ai-machine-learning-certification-course" rel="nofollow">https:&#x2F;&#x2F;bootcamp-sl.discover.online.purdue.edu&#x2F;ai-machine-le...</a><p>* <a href="https:&#x2F;&#x2F;www.w3schools.com&#x2F;python&#x2F;python_ml_getting_started.asp" rel="nofollow">https:&#x2F;&#x2F;www.w3schools.com&#x2F;python&#x2F;python_ml_getting_started.a...</a><p>* <a href="https:&#x2F;&#x2F;machinelearningmastery.com&#x2F;machine-learning-in-python-step-by-step&#x2F;" rel="nofollow">https:&#x2F;&#x2F;machinelearningmastery.com&#x2F;machine-learning-in-pytho...</a>