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: Materials to learn machine learning and deep learning in 2023?

7 pointsby debanjan16almost 2 years ago
The materials may include courses, tutorials, books, etc.<p>The topics can include:<p>1. Data pre-processing<p>2. Library specific tutorials (e.g. PyTorch, MxNet, scikit-learn, etc)<p>3. Building things from scratch (using numpy, scipy, vanilla python, etc)<p>4. Foundations and theory behind the popular algorithms<p>5. Applications like Computer Vision, NLP, etc.<p>6. How to read and implement research papers.<p>7. The math of ML&#x2F;DL<p>The difficulty of the materials can be anything ranging from someone with programming experience starting out or someone who is a practitioner and wants to look at more deeper explanations.

1 comment

optbuildalmost 2 years ago
CMU has two open courses on deep learning which are very good.<p>1. Deep Learning - <a href="https:&#x2F;&#x2F;deeplearning.cs.cmu.edu&#x2F;F23&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;deeplearning.cs.cmu.edu&#x2F;F23&#x2F;index.html</a><p>2. Deep Learning Systems - <a href="https:&#x2F;&#x2F;dlsyscourse.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;dlsyscourse.org&#x2F;</a><p>The second course dives much deeper into the internals of the libraries and all.