Skip to content

Commit

Permalink
Update howto.qmd with some more helpful links on ML and DL
Browse files Browse the repository at this point in the history
  • Loading branch information
sanapaktinyar authored Sep 8, 2023
1 parent 6b3cb87 commit 7298a35
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions howto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ A couple of helpful GitHub repositories - <https://github.com/jananiravi/worksho
- [Getting Started with Data Visualization in R](https://www.coursera.org/learn/jhu-getting-started-data-viz-r)
- ... and more \| explore by topic, duration, skill-level

## Helpful Links to learn more about Machine Learning

- Youtube Videos
- [Machine Learning from Scratch by AssemblyAI] (https://www.youtube.com/watch?v=p1hGz0w_OCo&list=PLcWfeUsAys2k_xub3mHks85sBHZvg24Jd)
- [MIT Deep Learning Course] (http://introtodeeplearning.com/)
- [Deep Learning by Assembly AI] (https://www.youtube.com/watch?v=dccdadl90vs&list=PLcWfeUsAys2nPgh-gYRlexc6xvscdvHqX)
- [Understanding Tensors by Dan Fleisch] (https://www.youtube.com/watch?v=f5liqUk0ZTw)
- [Understanding Neural Networks] (https://www.youtube.com/watch?v=aircAruvnKk)
- [Basic Computer Parts Explained] (https://www.youtube.com/watch?v=ExxFxD4OSZ0)

- Articles:
- [Transformers] (http://jalammar.github.io/illustrated-transformer/)

- Coding Practice Sites
- [LeetCode] (https://leetcode.com/)

📌 Go-to books (also in pinned posts on Slack)

- [R for Data Science](https://r4ds.had.co.nz/) (for tidyverse and such)
Expand Down

0 comments on commit 7298a35

Please sign in to comment.