Загрузка видео...

Не удалось загрузить видео

На главную

Building Systems with the ChatGPT API is live! In this short course, you’ll learn how to break a complex task down to be carried out via multiple API calls to an LLM. Join for free:

575,958 просмотров • 3 лет назад •via X (Twitter)

Комментарии: 9

Фото профиля Beatrice Pirozzi
Beatrice Pirozzi3 лет назад

This Java library can help you achieve that:

Фото профиля Tutor Agency
Tutor Agency3 лет назад

Keep up the great work. You are one of the select resources that we recommend to our student community. TY Andrew for all that you do.

Фото профиля Ben 🔧
Ben 🔧3 лет назад

super excited to go through this! The first course was very useful, been prompting using those techniques since, makes you think about how these models actually work.

Фото профиля Bpositive
Bpositive3 лет назад

respectfully, you guys need to do a better job with these courses - they are simply too rudimentary for anyone but the most remedial developer in training

Фото профиля word.studio
word.studio3 лет назад

Awesome! Looking forward to digging in.

Фото профиля Sohel Akhtar
Sohel Akhtar3 лет назад

Awesome! Glad to hear this exciting news.❤🇳🇵

Фото профиля Marc Skov Madsen, PhD, CFA®
Marc Skov Madsen, PhD, CFA®3 лет назад

Thanks for using @Panel_org in your courses ❤️ Panel just added a ChatBox widget that will help users to easily build multi-modal chat interfaces in their notebooks and data apps 👉Check out 🧵👇 #GenerativeAI @DeepLearningAI_ @AndrewYNg @isafulf

Фото профиля BlueBirdBack ✨
BlueBirdBack ✨3 лет назад

Love you. Thank you. 🤗

Фото профиля tsla100
tsla1003 лет назад

@SaveToNotion #Thread #prompt

Похожие видео

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

124,382 просмотров • 1 год назад

Announcing my new course: Agentic AI! Building AI agents is one of the most in-demand skills in the job market. This course, available now at teaches you how. You'll learn to implement four key agentic design patterns: - Reflection, in which an agent examines its own output and figures out how to improve it - Tool use, in which an LLM-driven application decides which functions to call to carry out web search, access calendars, send email, write code, etc. - Planning, where you'll use an LLM to decide how to break down a task into sub-tasks for execution, and - Multi-agent collaboration, in which you build multiple specialized agents — much like how a company might hire multiple employees — to perform a complex task You'll also learn to take a complex application and systematically decompose it into a sequence of tasks to implement using these design patterns. But here's what I think is the most important part of this course: Having worked with many teams on AI agents, I've found that the single biggest predictor of whether someone executes well is their ability to drive a disciplined process for evals and error analysis. In this course, you'll learn how to do this, so you can efficiently home in on which components to improve in a complex agentic workflow. Instead of guessing what to work on, you'll let evals data guide you. This will put you significantly ahead of the game compared to the vast majority of teams building agents. Together, we'll build a deep research agent that searches, synthesizes, and reports, using all of these agentic design patterns and best practices. This self-paced course is taught in a vendor neutral way, using raw Python - without hiding details in a framework. You'll see how each step works, and learn the core concepts that you can then implement using any popular agentic AI framework, or using no framework. The only prerequisite is familiarity with Python, though knowing a bit about LLMs helps. Come join me, and let's build some agentic AI systems! Sign up to get started:

Andrew Ng

884,064 просмотров • 8 месяцев назад

New short course: Practical Multi AI Agents and Advanced Use Cases with crewAI. Learn to build and deploy advanced agent-based systems in real applications in this course, created with CrewAI and taught by its founder, João Moura! (Disclosure: I've made a small seed investment in CrewAI.) In this course, you’ll learn how to create advanced agent-based apps that use external tools, do performance testing, can be trained with human feedback, and perform multiple tasks with different large language models. You will build several practical agentic apps that provide real business value, such as an automated project planning system, lead scoring and engagement pipeline, customer support data analysis, and a robust content creation system. In detail, you will learn how to: - Create these multi-agent systems with the building blocks of tasks, agents, and crews, along with the different things that make them work, such as caching, memory, and guardrails. - Integrate your multi-agent application with internal and external systems. - Connect multiple agents in complex setups, including parallel, sequential, and hybrid configurations, and create flows involving multiple agentic applications working together. - Test your agentic workflow and train it using human feedback to optimize its performance for better and more consistent results. - Work with multiple LLMs in your multi-agent system, using the appropriate model sizes and providers to fit each agent’s specific task. - Start a project from scratch in your environment and prepare it for deployment. You’ll also learn from an interview between João and Jacob Wilson, the Commercial GenAI Principal at PwC , in which they discuss deploying agentic workflows in real industry use cases. By the end of this course, you will be equipped to start building custom multi-agentic systems for your work. Please sign up here!

Andrew Ng

340,724 просмотров • 1 год назад