Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add DataCamp's become a Generative AI Developer series #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ We warmly welcome contributions from everyone, whether you've found a typo, a bu
![](https://img.shields.io/badge/Level-Medium-yellow)
![](https://img.shields.io/badge/Video-blue)
- This course, in partnership with AWS, offers deep insights into generative AI and Large Language Models (LLMs). Participants will learn the mechanics, optimization, and real-world applications of LLMs from AWS AI experts. Suitable for professionals in AI and machine learning, with a Coursera certificate upon completion. Basic Python and machine learning knowledge recommended.
- [DataCamp's Become a Generative AI Developer series](https://www.datacamp.com/ai-code-alongs)
![](https://img.shields.io/badge/Level-Medium-yellow)
![](https://img.shields.io/badge/Video-blue)
![](https://img.shields.io/badge/Notebook-orange)
- 9 code-alongs on building chatbots using LangChain and the OpenAI and Pinecone APIs, and working with the Hugging Face ecosystem. Free, for a limited time only.

### 🔬 Theory of LLMs
- [CS324 - Advances in Foundation Models - Stanford University](https://stanford-cs324.github.io/winter2023/)
Expand Down