Skip to content

Commit e608f4e

Browse files
authored
Added Ai-ml resource page (#28)
* Added Ai-ml resources page
1 parent 5c5d7fc commit e608f4e

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

docs/ai-ml-resources.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# AI/ML Resources
2+
3+
This page is a collection of AI/ML resources that I update regularly. Feel free to suggest new resources via my [contact page](contact.md).
4+
5+
## Books
6+
7+
### AI/ML
8+
9+
- [AI Engineering Book by Chip Huyen](https://a.co/d/1yFRjhV)
10+
- [Hands-On Large Language Models by Jay Alammar & Maarten Grootendorst](https://a.co/d/eTCQLsw)
11+
12+
### MLOPs
13+
14+
- [Generative AI on AWS by Chris Fregly, Antje Barth & Shelbee Eigenbrode](https://a.co/d/3bz4c1w): This is a great book that talks covers the following topics
15+
- Various MLOPS services available in AWS ecosystem.
16+
- High level concepts in LLM with enough level of depth.
17+
- Various use cases of LLM with code snippet that has used various open sourced LLM.
18+
- [Designing Machine Learning Systems by Chip Huyen](https://a.co/d/53xfE7T)
19+
20+
## Important Papers
21+
22+
This section lists down all the important / popular papers:
23+
24+
- [Attention Is All You Need](technical-papers/NIPS-2017-attention-is-all-you-need-Paper.pdf): A pivotal paper publish by google that introduced Transformer in LLM architecture.
25+
26+
## Engineering Blog
27+
28+
This section contains the various engineering blogs links specifically around AI/ML topics.
29+
30+
- [Airbnb engineering blog](https://medium.com/airbnb-engineering/tagged/machine-learning)
31+
- [Databricks engineering blog](https://www.databricks.com/blog/category/engineering/data-science-machine-learning)
32+
- [Facebook engineering blog](https://engineering.fb.com/category/ml-applications/)
33+
- [Google engineering blog](https://cloud.google.com/blog/products/ai-machine-learning)
34+
- [Instagram engineering blog](https://instagram-engineering.com/tagged/machine-learning)
35+
- [Lyft engineering blog](https://eng.lyft.com/tagged/machine-learning)
36+
- [Netflix engineering blog](https://netflixtechblog.com/tagged/machine-learning)
37+
- [OpenAi engineering blog](https://blogboard.io/source-feed/source/openai-blog)
38+
- [Pinterest engineering blog](https://medium.com/pinterest-engineering/tagged/machine-learning)
39+
- [Robinhood engineering blog](https://medium.com/robinhood-engineering/eng/home)
40+
- [Uber engineering blogs](https://www.uber.com/blog/engineering/data/)

docs/talks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ To help me better understand the scope and determine my availability, please sha
1313
You can find my contact details [here](contact.md). I look forward to hearing from you soon and hopefully collaborating!
1414

1515
???+ note
16-
If you're interested in speaking at tech conferences, [this list](https://github.com/rakeshcusat/tech-conference) is a great resource to find relevant events. As an open-source project, contributions are encouraged.
16+
17+
If you're interested in speaking at tech conferences, [this list](https://github.com/rakeshcusat/tech-conference) is a great resource to find relevant events. As an open-source project, contributions are encouraged.
1718

1819
## Upcoming Talks
1920

Binary file not shown.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ nav:
1717
- Home: index.md
1818
- Experiences: experiences.md
1919
- Talks: talks.md
20+
- AI/ML Resources: ai-ml-resources.md
2021
- Yearly Goals: yearly-goals.md
2122
- Contact Me: contact.md
2223

0 commit comments

Comments
 (0)