Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koreyspace authored Oct 30, 2023
1 parent ae6cdc5 commit a39d4ee
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ We believe one of the best ways to learn is learning with others! Join our [offi
| | Lesson Link | Concepts Taught | Learning Goal |
| :---: | :------------------------------------: | :---------------------------------------------------------: | ----------------------------------------------------------- |
| 00 | [Course Introduction - How to Take This Course](/00-course-setup/README.md) | Tech setup and course structure | Setting you up for success while learning in this course|
| 01 | [Introduction to Generative AI and LLMs](./01-introduction-to-genai/README.md) | Generative AI and how we landed on the current technology landscape| Understanding what Generative AI is and how Large Language Models (LLMs) work. |
| 02 | [Exploring and comparing different LLMs](./02-exploring-and-comparing-different-llms/README.md) |Testing, iterating, and comparing different Large Language Models | Select the right model for your use case |
| 03 | [Using Generative AI Responsibly](./03-using-generative-ai-responsibly/README.MD)| Understanding the limitations of foundation models and the risks behind AI | Learn how to build Generative AI Applications responsibly
| 04 | [Understanding Prompt Engineering Fundamentals](./04-prompt-engineering-fundamentals/README.md) | Hands-on application of Prompt Engineering Best Practices | Understand prompt structure & usage|
| 05 | [Creating Advanced Prompts](./05-advanced-prompts/README.md) | Extend your knowledge of prompt engineering by applying different techniques to your prompts | Apply prompt engineering techniques that improve the outcome of your prompts.|
| 06 | [Building Text Generation Applications](./06-text-generation-apps/README.md) | Build a text generation app using Azure OpenAI | Understand how to efficiently use tokens and temperature to vary the model's output | |
| 07 | [Building Chat Applications](./07-building-chat-applications/README.md) | 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|
| 08 | [Building Search Apps Vector Databases](./08-building-search-applications/README.md) | 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. |
| 09 | [Building Image Generation Applications](./09-building-image-applications/README.md) | Image generation and why it's useful in building applications| Build an image generation application |
| 10 | [Building Low Code AI Applications](./10-building-low-code-ai-applications/) | Introduction to Generative AI in Power Platform | Build a Student Assignment Tracker App for our education startup with Low Code | |
| 11 | [Integrating External Applications with Function Calling](./11-intergating-with-function-calling/README.md) | What is function calling and its use cases for applications | Setup a function call to retrieve data from an external API | |
| 12 | [Designing UX for AI Applications](./12-designing-ux-for-ai-applications/) | Designing AI Applications for Trust and Transparency | Apply UX design principles when developing Generative AI Applications | |
| 01 | [Introduction to Generative AI and LLMs](./01-introduction-to-genai/README.md) | **Concept**: Generative AI and how we landed on the current technology landscape| Understanding what Generative AI is and how Large Language Models (LLMs) work. |
| 02 | [Exploring and comparing different LLMs](./02-exploring-and-comparing-different-llms/README.md) | **Concept**: Testing, iterating, and comparing different Large Language Models | Select the right model for your use case |
| 03 | [Using Generative AI Responsibly](./03-using-generative-ai-responsibly/README.MD)| **Concept:** Understanding the limitations of foundation models and the risks behind AI | Learn how to build Generative AI Applications responsibly
| 04 | [Understanding Prompt Engineering Fundamentals](./04-prompt-engineering-fundamentals/README.md) | **Code/Concept:** Hands-on application of Prompt Engineering Best Practices | Understand prompt structure & usage|
| 05 | [Creating Advanced Prompts](./05-advanced-prompts/README.md) | **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.|
| 06 | [Building Text Generation Applications](./06-text-generation-apps/README.md) | **Code:** Build a text generation app using Azure OpenAI | Understand how to efficiently use tokens and temperature to vary the model's output | |
| 07 | [Building Chat Applications](./07-building-chat-applications/README.md) | **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|
| 08 | [Building Search Apps Vector Databases](./08-building-search-applications/README.md) | **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. |
| 09 | [Building Image Generation Applications](./09-building-image-applications/README.md) | **Code:** Image generation and why it's useful in building applications| Build an image generation application |
| 10 | [Building Low Code AI Applications](./10-building-low-code-ai-applications/) | **Low Code:** Introduction to Generative AI in Power Platform | Build a Student Assignment Tracker App for our education startup with Low Code | |
| 11 | [Integrating External Applications with Function Calling](./11-intergating-with-function-calling/README.md) | **Code:** What is function calling and its use cases for applications | Setup a function call to retrieve data from an external API | |
| 12 | [Designing UX for AI Applications](./12-designing-ux-for-ai-applications/) | **Concept:** Designing AI Applications for Trust and Transparency | Apply UX design principles when developing Generative AI Applications | |
| xx | [Continue Your Learning](./13-continued-learning/README.md) | Links to continue your learning from each lesson! | Mastering your Generative AI skills | |

### 🚀 Are you a startup or got an idea you want to launch?
Expand Down

0 comments on commit a39d4ee

Please sign in to comment.