Home > Technology peripherals > AI > body text

Andrew Ng's three new courses are released in a row, teaching you step by step how to build applications using ChatGPT API

王林
Release: 2023-06-03 18:23:52
forward
1368 people have browsed it

Ng Enda has sent good news to the AI ​​community again.

Today, Andrew Ng announced on Twitter that three new generative AI courses are online.

吴恩达新课三连发,手把手教你用ChatGPT API构建应用

These three courses include——

1. Using OpenAI ChatGPT API Building System: With this course, go beyond a single prompt and learn to build complex applications that use multiple API calls to LLM. At the same time, you will learn how to evaluate the output of LLM to ensure safety and accuracy, and drive iterative improvements.

吴恩达新课三连发,手把手教你用ChatGPT API构建应用

2. LangChain for LLM application development: By learning this powerful open source tool, you can build applications that use LLM Applications include chatbot memory, question answering on documents, and LLM agents that can decide what actions to take next.

吴恩达新课三连发,手把手教你用ChatGPT API构建应用

3. How the diffusion model works: This course allows you to learn how the diffusion model Technical details, these models support Midjourney, DALL·E 2 and Stable Diffusion. You can also generate your own working Jupyter code for video game sprites.

吴恩达新课三连发,手把手教你用ChatGPT API构建应用

Note that these courses are free for a limited time, and the duration of each course is 1- 1.5 hours.

Building a system using ChatGPT API

In this course, you can learn how to automate complex workflows by continuously calling large language models.

吴恩达新课三连发,手把手教你用ChatGPT API构建应用

Contains:

· Constructing prompts that interact with previous prompts chain.

· Build Python code to interact with existing and new prompt systems.

· Build a customer service chatbot using the techniques in the course.

These skills can be applied to real-world scenarios including classifying user queries into chat agent responses, assessing the security of user queries, and processing tasks for thought chaining, multi-step reasoning.

Among them, hands-on examples make concepts easy to understand, while built-in Jupyter Notebooks let you seamlessly experiment with code and labs introduced in the course.

This course is suitable for beginners who have a basic understanding of Python. It is also suitable for intermediate and advanced machine learning engineers who want to learn LLM's cutting-edge rapid engineering skills.

LangChain for LLM application development

In this course, you can learn the basic skills to use the LangChain framework to extend the use cases and functionality of language models in application development. .

Specifically includes:

· Model, prompts and parser: calling LLM, providing prompts and parsing responses

· LLM's memory: memory for storing dialogue and managing limited context space

· Chains: creating sequences of operations

· Documentation Q&A: Apply LLM to your proprietary data and use case requirements

· Agents: Exploring the Powerful Development of LLMs as Inference Agents

At the end of the course, you will have a model that can serve as a starting point for your own exploration of applied diffusion models .

This course will greatly help you expand the possibilities of leveraging powerful language models, and in a few hours, you can create incredible applications.

This course is suitable for beginners who need to master basic Python knowledge.

How Diffusion Models Work

In this section, you can gain an in-depth understanding of the diffusion process and the models that perform it.

吴恩达新课三连发,手把手教你用ChatGPT API构建应用

This class goes beyond simply bringing in a pre-built model or using an API, it teaches you to start from scratch Construct a diffusion model.

Specifically includes:

· Explore the cutting-edge world of diffusion-based generative AI and create your own diffusion model from scratch.

· Gain insights into diffusion processes and the models that drive them, going beyond pre-built models and APIs.

· Gain practical coding skills through labs sampling, training diffusion models, building neural networks for noise prediction, and adding context to personalized image generation.

By the end of the course, you will have a model that can serve as a starting point for your own exploration of applying diffusion models.

Among them, hands-on examples make concepts easy to understand, while built-in Jupyter Notebooks let you seamlessly experiment with code and labs introduced in the course.

This is an intermediate-level course that requires knowledge of Python, Tensorflow, or Pytorch.

The above is the detailed content of Andrew Ng's three new courses are released in a row, teaching you step by step how to build applications using ChatGPT API. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:51cto.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template