Bỏ qua để đến nội dung chính

Python + AI

Tham gia Lò phản ứng của Microsoft và tham gia với các công ty khởi nghiệp và nhà phát triển trực tiếp

Bạn đã sẵn sàng bắt đầu với AI? Microsoft Reactor cung cấp các sự kiện, đào tạo và tài nguyên cộng đồng để giúp các doanh nghiệp khởi nghiệp, doanh nhân và nhà phát triển xây dựng doanh nghiệp tiếp theo của họ trên công nghệ AI. Hãy tham gia cùng chúng tôi!

Python + AI

Tham gia Lò phản ứng của Microsoft và tham gia với các công ty khởi nghiệp và nhà phát triển trực tiếp

Bạn đã sẵn sàng bắt đầu với AI? Microsoft Reactor cung cấp các sự kiện, đào tạo và tài nguyên cộng đồng để giúp các doanh nghiệp khởi nghiệp, doanh nhân và nhà phát triển xây dựng doanh nghiệp tiếp theo của họ trên công nghệ AI. Hãy tham gia cùng chúng tôi!

Quay lại

Python + AI

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

  • Các sự kiện trong Chuỗi này:
  • 6

Want to build applications with generative AI in Python? Join our six-part series on Python and AI!

We'll start with a tour of Large Language Models (LLMs) and vector embedding models, dive into popular techniques like Retrieval-Augmented Generation (RAG) and Structured outputs, bring in multimodal models to work with images, and culminate with AI safety, quality, and evaluation.

Throughout all our sessions, we'll use Python for our live examples and share all the code so that you can run them yourself. You can even follow-along live, thanks to GitHub Models and GitHub Codespaces.

You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord.

Check out more resources here

Want to check out this series in Spanish? Register here

Sự kiện Sắp tới

Nhấp vào một sự kiện bên dưới để tìm hiểu thêm và đăng ký các sự kiện cá nhân.

Tất cả thời gian trong - Giờ phối hợp quốc tế

Thg 3

20

Thứ Năm

2025

Python + AI: Vision models

4:30 CH - 5:30 CH (UTC)

Our fourth stream in the Python + AI series is all about vision models! Vision models are LLMs that can accept both text and images, like GPT 4o and GPT 4o-mini. You can use those models for image captioning, data extraction, question-answering, classification, and more! We'll use Python to send images to vision models, build a basic chat app with image upload, and even use vision models inside a RAG application. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Chi tiết

Thg 3

25

Thứ Ba

2025

Python + AI: Function calling & structured outputs

4:30 CH - 5:30 CH (UTC)

In our fifth stream of the Python + AI series, we're going to explore the two main ways to get LLMs to output structured responses that adhere to a schema: function calling and structured outputs. We'll start with function calling, which is the most well supported way to get structured responses, and discuss its drawbacks. Then we'll focus on the new structured outputs mode available in OpenAI models, which can be used with Pydantic models and even used in combination with function calling. Our examples will demonstrate the many ways you can use structured responses, like entity extraction, classification, and agentic workflows. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Chi tiết

Thg 3

27

Thứ Năm

2025

Python + AI: Quality & Safety

4:30 CH - 5:30 CH (UTC)

In our final session of the Python + AI series, we're culminating with a crucial topic: how to use AI safely, and how to evaluate the quality of AI outputs. There are multiple mitigation layers when working with LLMs: the model itself, a safety system on top, the prompting and context, and the application user experience. Our focus will be on Azure tools that make it easier to put safe AI systems into production. We'll show how to configure the Azure AI Content Safety system when working with Azure AI models, and how to handle those errors in Python code. Then we'll use the Azure AI Evaluation SDK to evaluate the safety and quality of the output from our LLM. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Chi tiết

Loa

Sự kiện Trong quá khứ trong Chuỗi này

Tất cả thời gian trong - Giờ phối hợp quốc tế

Thg 3

11

Thứ Ba

2025

Python + AI: Large Language Models

4:30 CH - 5:30 CH (UTC)

Join us for the first session in our Python + AI series! In this session, we'll talk about Large Language Models (LLMs), the models that power ChatGPT and GitHub Copilot. We'll use Python to interact with LLMs using popular packages like the OpenAI SDK and Langchain. We'll experiment with prompt engineering and few-shot examples to improve our outputs. We'll show how to build a full stack app powered by LLMs, and explain the importance of concurrency and streaming for user-facing AI apps. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Xem theo Yêu cầu

Thg 3

13

Thứ Năm

2025

Python + AI: Vector embeddings

4:30 CH - 5:30 CH (UTC)

In our second session of the Python + AI series, we'll dive into a different kind of model: the vector embedding model. A vector embedding is a way to encode a text or image as an array of floating point numbers. Vector embeddings make it possible to perform similarity search on many kinds of content. In this session, we'll explore different vector embedding models, like the OpenAI text-embedding-3 series, with both visualizations and Python code. We'll compare distance metrics, use quantization to reduce vector size, and try out multimodal embedding models. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Xem theo Yêu cầu

Thg 3

18

Thứ Ba

2025

Python + AI: Retrieval Augmented Generation

4:30 CH - 5:30 CH (UTC)

In our third Python + AI session, we'll explore one of the most popular techniques used with LLMs: Retrieval Augmented Generation. RAG is an approach that sends context to the LLM so that it can provide well-grounded answers for a particular domain. The RAG approach can be used with many kinds of data sources like CSVs, webpages, documents, databases. In this session, we'll walk through RAG flows in Python, starting with a simple flow and culminating in a full-stack RAG application based on Azure AI Search. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Xem theo Yêu cầu

Đăng ký loạt bài này

Đăng nhập bằng Tài khoản Microsoft của bạn

đăng nhập

Hoặc nhập địa chỉ email của bạn để đăng ký

*

Bằng cách đăng ký sự kiện này, bạn đồng ý tuân theo Quy tắc Ứng xử của Microsoft Reactor.

Sự kiện Trong quá khứ trong Chuỗi này

Tất cả thời gian trong - Giờ phối hợp quốc tế

Thg 3

11

Thứ Ba

2025

Python + AI: Large Language Models

4:30 CH - 5:30 CH (UTC)

Join us for the first session in our Python + AI series! In this session, we'll talk about Large Language Models (LLMs), the models that power ChatGPT and GitHub Copilot. We'll use Python to interact with LLMs using popular packages like the OpenAI SDK and Langchain. We'll experiment with prompt engineering and few-shot examples to improve our outputs. We'll show how to build a full stack app powered by LLMs, and explain the importance of concurrency and streaming for user-facing AI apps. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Xem theo Yêu cầu

Thg 3

13

Thứ Năm

2025

Python + AI: Vector embeddings

4:30 CH - 5:30 CH (UTC)

In our second session of the Python + AI series, we'll dive into a different kind of model: the vector embedding model. A vector embedding is a way to encode a text or image as an array of floating point numbers. Vector embeddings make it possible to perform similarity search on many kinds of content. In this session, we'll explore different vector embedding models, like the OpenAI text-embedding-3 series, with both visualizations and Python code. We'll compare distance metrics, use quantization to reduce vector size, and try out multimodal embedding models. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Xem theo Yêu cầu

Thg 3

18

Thứ Ba

2025

Python + AI: Retrieval Augmented Generation

4:30 CH - 5:30 CH (UTC)

In our third Python + AI session, we'll explore one of the most popular techniques used with LLMs: Retrieval Augmented Generation. RAG is an approach that sends context to the LLM so that it can provide well-grounded answers for a particular domain. The RAG approach can be used with many kinds of data sources like CSVs, webpages, documents, databases. In this session, we'll walk through RAG flows in Python, starting with a simple flow and culminating in a full-stack RAG application based on Azure AI Search. Follow-along live, thanks to GitHub Models and GitHub Codespaces. If you'd like to follow along with the live examples, make sure you've got a GitHub account. You can also join a weekly office hours to ask any questions that don't get answered in the chat, in our AI Discord. Check out more resources here

  • Định dạng:
  • alt##LivestreamPhát trực tiếp

Chủ đề: Ứng dụng thông minh

Ngôn ngữ: Tiếng Anh

Xem theo Yêu cầu

Mọi thắc mắc, vui lòng liên hệ với chúng tôi theo địa chỉ reactor@microsoft.com