Skip to content

Commit ed86555

Browse files
authored
Merge pull request microsoft#175 from microsoft/Your-Voice-PR
using the "your" voice in the readme file
2 parents 0ccb31c + 9d84014 commit ed86555

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Generative AI for Beginners - A Course
2121

22-
Learn the fundamentals of building Generative AI applications with our 12-lesson comprehensive course by Microsoft Cloud Advocates. Each lesson covers a key aspect of Generative AI principles and application development. Throughout this course, we will be building our own Generative AI startup so you can get an understanding of what it takes to launch your ideas.
22+
Learn the fundamentals of building Generative AI applications with our 12-lesson comprehensive course by Microsoft Cloud Advocates. Each lesson covers a key aspect of Generative AI principles and application development. Throughout this course, you will be building your own Generative AI startup so you can get an understanding of what it takes to launch your ideas.
2323

2424
## 🌱 Getting Started
2525

@@ -31,7 +31,7 @@ Head to the [Course Setup Page](./00-course-setup/README.md?WT.mc_id=academic-10
3131

3232
## 🗣️ Meet Other Learners, Get Support
3333

34-
We believe one of the best ways to learn is learning with others! Join our [official AI Discord server](https://aka.ms/genai-discord?WT.mc_id=academic-105485-koreyst) to meet and network with other learners taking this course and get support. Who knows? You might find your next co-founder there!
34+
One of the best ways to learn is learning with others! Join our [official AI Discord server](https://aka.ms/genai-discord?WT.mc_id=academic-105485-koreyst) to meet and network with other learners taking this course and get support. Who knows? You might find your next co-founder there!
3535

3636
## 🧠 Want to learn more?
3737
After completing this course, check out our [Generative AI Learning collection](https://aka.ms/genai-collection?WT.mc_id=academic-105485-koreyst) to continue leveling up your Generative AI knowledge!
@@ -50,23 +50,23 @@ Here are ways you can contribute to this course:
5050
## 📂 Each lesson includes:
5151

5252
- a short video introduction to the topic
53-
- written lesson located in the README
54-
- for project-based lessons, a Jupyter Notebook with code examples
53+
- a written lesson located in the README
54+
- a Jupyter Notebook with code examples (for project-based lessons)
5555
- a challenge or assignment to apply your learning
5656
- links to extra resources to continue your learning
5757

5858
## 🗃️ Lessons
5959
| | Lesson Link | Concepts Taught | Learning Goal |
6060
| :---: | :------------------------------------: | :---------------------------------------------------------: | ----------------------------------------------------------- |
6161
| 00 | [Course Introduction - How to Take This Course](./00-course-setup/README.md?WT.mc_id=academic-105485-koreyst) | Tech setup and course structure | Setting you up for success while learning in this course|
62-
| 01 | [Introduction to Generative AI and LLMs](./01-introduction-to-genai/README.md?WT.mc_id=academic-105485-koreyst) | **Concept**: Generative AI and how we landed on the current technology landscape| Understanding what Generative AI is and how Large Language Models (LLMs) work. |
62+
| 01 | [Introduction to Generative AI and LLMs](./01-introduction-to-genai/README.md?WT.mc_id=academic-105485-koreyst) | **Concept**: Generative AI and the current technology landscape| Understanding what Generative AI is and how Large Language Models (LLMs) work. |
6363
| 02 | [Exploring and comparing different LLMs](./02-exploring-and-comparing-different-llms/README.md?WT.mc_id=academic-105485-koreyst) | **Concept**: Testing, iterating, and comparing different Large Language Models | Select the right model for your use case |
6464
| 03 | [Using Generative AI Responsibly](./03-using-generative-ai-responsibly/README.md?WT.mc_id=academic-105485-koreyst)| **Concept:** Understanding the limitations of foundation models and the risks behind AI | Learn how to build Generative AI Applications responsibly
6565
| 04 | [Understanding Prompt Engineering Fundamentals](./04-prompt-engineering-fundamentals/README.md?WT.mc_id=academic-105485-koreyst) | **Code/Concept:** Hands-on application of Prompt Engineering Best Practices | Understand prompt structure & usage|
6666
| 05 | [Creating Advanced Prompts](./05-advanced-prompts/README.md?WT.mc_id=academic-105485-koreyst) | **Code/Concept:** Extend your knowledge of prompt engineering by applying different techniques to your prompts | Apply prompt engineering techniques that improve the outcome of your prompts.|
6767
| 06 | [Building Text Generation Applications](./06-text-generation-apps/README.md?WT.mc_id=academic-105485-koreyst) | **Code:** Build a text generation app using Azure OpenAI | Understand how to efficiently use tokens and temperature to vary the model's output | |
6868
| 07 | [Building Chat Applications](./07-building-chat-applications/README.md?WT.mc_id=academic-105485-koreyst) | **Code**: Techniques for efficiently building and integrating chat applications.| Identify key metrics and considerations to effectively monitor and maintain the quality of AI-powered chat applications|
69-
| 08 | [Building Search Apps Vector Databases](./08-building-search-applications/README.md?WT.mc_id=academic-105485-koreyst) | **Code**: Semantic vs Keyword search. What are text embeddings and how do they apply to search | Create an application that uses Embeddings to search for data. |
69+
| 08 | [Building Search Apps Vector Databases](./08-building-search-applications/README.md?WT.mc_id=academic-105485-koreyst) | **Code**: Semantic vs Keyword search. Learn about text embeddings and how they apply to search | Create an application that uses Embeddings to search for data. |
7070
| 09 | [Building Image Generation Applications](./09-building-image-applications/README.md?WT.mc_id=academic-105485-koreyst) | **Code:** Image generation and why it's useful in building applications| Build an image generation application |
7171
| 10 | [Building Low Code AI Applications](./10-building-low-code-ai-applications/README.md?WT.mc_id=academic-105485-koreyst) | **Low Code:** Introduction to Generative AI in Power Platform | Build a Student Assignment Tracker App for our education startup with Low Code | |
7272
| 11 | [Integrating External Applications with Function Calling](./11-integrating-with-function-calling/README.md?WT.mc_id=academic-105485-koreyst) | **Code:** What is function calling and its use cases for applications | Setup a function call to retrieve data from an external API | |
@@ -84,8 +84,6 @@ Our team produces other courses! Check out:
8484
- [ML for Beginners](https://aka.ms/ml-beginners?WT.mc_id=academic-105485-koreyst)
8585
- [Data Science for Beginners](https://aka.ms/datascience-beginners?WT.mc_id=academic-105485-koreyst)
8686
- [AI for Beginners](https://aka.ms/ai-beginners?WT.mc_id=academic-105485-koreyst)
87-
8887
- [Web Dev for Beginners](https://aka.ms/webdev-beginners?WT.mc_id=academic-105485-koreyst)
8988
- [IoT for Beginners](https://aka.ms/iot-beginners?WT.mc_id=academic-105485-koreyst)
90-
9189
- [XR Development for Beginners](https://github.com/microsoft/xr-development-for-beginners?WT.mc_id=academic-105485-koreyst)

0 commit comments

Comments
 (0)