Skip to content

Commit

Permalink
Dump links
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Dec 8, 2023
1 parent dd585cd commit 6904d5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/fe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
- [Visual design rules you can safely follow every time](https://anthonyhobday.com/sideprojects/saferules/)
- [CSS Selectors: A Visual Guide](https://fffuel.co/css-selectors/)
- [Can I use?](https://caniuse.com/)
- [SVG Tutorial](https://svg-tutorial.com/)
1 change: 1 addition & 0 deletions src/from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Tutorials:
- [Hypervisor From Scratch](https://rayanfam.com/topics/hypervisor-from-scratch-part-1/)
- [Writing a Debugger From Scratch](https://www.timdbg.com/posts/writing-a-debugger-from-scratch-part-1/)
- [Green Threads Explained](http://c9x.me/articles/gthreads/intro.html)
- [Let’s learn how modern JavaScript frameworks work by building one](https://nolanlawson.com/2023/12/02/lets-learn-how-modern-javascript-frameworks-work-by-building-one/)

Other lists:
- [Build your own X](https://github.com/codecrafters-io/build-your-own-x)
Expand Down
3 changes: 2 additions & 1 deletion src/mldl.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [Dive into Deep Learning](https://d2l.ai/)
- Manning & Schutze, Foundations of Statistical Natural Language Processing
- Jurafsky & Martin, [Speech and Language Processing](https://web.stanford.edu/~jurafsky/slp3/)
- Eisenstein, [Introduction to Natural Language Processing]
- Eisenstein, [Introduction to Natural Language Processing](https://github.com/jacobeisenstein/gt-nlp-class/blob/master/notes/eisenstein-nlp-notes.pdf)
- Molnar, [Interpretable Machine Learning](https://christophm.github.io/interpretable-ml-book/)
- McKay, [Information Theory, Inference and Learning Algorithms](http://www.inference.org.uk/mackay/itprnn/book.html)
- Hastie, Tibshirani & Friedman, The Elements of Statistical Learning
Expand All @@ -20,3 +20,4 @@
- [ruder.io](https://www.ruder.io/tag/natural-language-processing/)
- [nlp-library](https://github.com/mihail911/nlp-library)
- [Neural networks from scratch](https://aegeorge42.github.io/)
- [LLM Visualization](https://bbycroft.net/llm)

0 comments on commit 6904d5c

Please sign in to comment.