AI ML etc.
AI ML etc.
  • Видео 46
  • Просмотров 3 731
Learn Microsoft's Autogen by building a Multi AI Agentic system doing "Standup Comedy"
Can AI Agents do standup comedy?
Can one agent create a counter joke taking a punchline from the other agent?
Well, they can by making Conversable Agents in Autogen from Microsoft.
In this video, we’ll explore how AI agents can engage in stand-up comedy by creating jokes and responding to punchlines-all while learning the fundamentals of AutoGen for building conversational AI.
You’ll learn:
- Setting up conversable agents with varying interaction modes.
- Creating a multi-agent system where one agent builds jokes on another agent's punchlines.
- Exploring chat history, tracking costs, and using termination messages to control the flow of conversation.
This hands-on project is perfect for anyone c...
Просмотров: 27

Видео

Application of Langchain components to build Multi-lingual summarization tool
Просмотров 4221 день назад
Let us see why we need Langchain and how we can use it's components to build a Multi-lingual summarization tool What you'll learn: - Installing and using LangChain in Google Colab for efficient text processing - Crafting a simple code to summarize text using an Open AI model - Specifying different languages for summarization to make your tool multilingual - Testing the summarizer with various l...
Building an Order Bot using OpenAI's model - A tutorial for beginners
Просмотров 84Месяц назад
This tutorial is perfect for beginners who want to start exploring LLM applications without diving into advanced techniques like Retrieval Augmented Generation (RAG) or AI agents. Check out the video as I demonstrate how to create a chatbot using OpenAI models, configure prompts, and integrate functionalities like memory and context handling. 🔔 Don’t forget to like, subscribe, and share for mor...
Deploying a Generative AI App on Azure | Step-by-Step Guide
Просмотров 68Месяц назад
About Us: Master AI and Generative AI with AI ML etc's most up-to-date and relevant AI LLM courses for senior IT professionals Learn faster, easier: We've reimagined AI education and built these courses ground up. ➡️ Visit www.aimletc.com/ If you want to learn AI LLM through instructor-led coaching then check out the details here - www.aimletc.com/ai-ml-etc-cou... In this video, I'll walk you t...
Let us see how easy it is to Jailbreak an LLM Application.
Просмотров 45Месяц назад
Discover how easily LLM applications can be compromised through Jail breaking attacks. In this video, Nikhilesh demonstrates step-by-step how to jailbreak a Large Language Model (LLM) application called Pokebot, which is designed to answer only diabetes-related queries. Watch as he bypasses the system's restrictions and exposes vulnerabilities inherent in AI applications. Understanding AI secur...
Prompt Injection: What is it and How to avoid it?
Просмотров 332 месяца назад
In this video, we will cover: - What is prompt injection? - Real-world examples of prompt injection attacks - Solutions to protect LLM behavior Timestamp 00:00 - Start 1:02 - What is Prompt Injection? 1:15 - LLM Application Basics 2:06 - Example of a Basic LLM Application 3:38 - How Prompt Injection Happens 5:19 - Gray Box Prompt Attempt 6:13 - Avoiding Prompt Injection: Solution Overview 7:09 ...
How to Build an AI Agent with Python & LangChain (Step-by-Step Tutorial)
Просмотров 1832 месяца назад
Welcome to this in-depth, step-by-step tutorial on building an AI agent using Python, LangChain, and OpenAI's GPT-3.5 Turbo! Nilesh guides you through the entire process of connecting a large language model (LLM) to Google Search, enabling it to overcome knowledge limitations and access real-time data. 🚀 In this video, we'll cover: Introduction to AI Agents: Understand what AI agents are and t...
AI Image Generation Using Stable Diffusion [Tutorial]
Просмотров 402 месяца назад
🔥 Unlock the power of AI image generation with this comprehensive tutorial on using the Stable Diffusion model! We'll show you how to create amazing images from text prompts using open-source tools. Say goodbye to expensive subscriptions and hello to free, cutting-edge technology! 🚀 In this tutorial, we'll cover: 00:00 Introduction to AI image generation 00:14 Setting up the diffusers and trans...
Customer Support Automation with Multi-Agent AI | CrewAI Guide
Просмотров 2782 месяца назад
🚀 Boost Your Customer Support with Multi-Agent AI Using CrewAI! In this in-depth tutorial, Nikes demonstrates how to automate customer support by building a Multi-Agent AI system with CrewAI. Perfect for IT professionals looking to leverage AI for efficient and effective customer service. 🔧 What You'll Learn: Introduction to AI Agents: Explore what AI agents are and how they function in automat...
How to Use Any Open-Source Model on Hugging Face using Langchain [Tutorial]
Просмотров 862 месяца назад
Unlock the power of open-source AI models with Hugging Face! In this step-by-step tutorial, Nikhilesh shows you how to access and use any open-source model available on Hugging Face, including models like Llama 2, Mistral, and Google's PaLM. No need to rely on proprietary models like GPT-3.5 or GPT-4 when you can leverage free alternatives for your AI projects. What you'll learn: Navigating the...
Step-by-Step YouTube Video Summarization with Langchain & OpenAI LLMs
Просмотров 663 месяца назад
✨ Transform Your RUclips Workflow with AI Summarization! In this step-by-step tutorial, Nikhlesh demonstrates how to build a RUclips video summarization tool using Langchain and OpenAI's powerful language models. Designed for senior IT professionals and developers, this video covers everything from initial setup to advanced summarization techniques. 🔧 What You'll Learn: Introduction to Langchai...
Perform RAG on Excel with LlamaParser & GPT4-o-mini | Step-by-Step Tutorial
Просмотров 3413 месяца назад
📊 Unlock AI-Powered Data Analysis in Excel! Welcome to this in-depth tutorial where Nikil demonstrates how to perform Retrieval Augmented Generation (RAG) on an Excel sheet using LlamaParser and GPT4-o-mini. Perfect for data analysts, AI enthusiasts, and IT professionals, this video walks you through the entire process from setup to execution. 🔍 In This Video, You Will Learn: Understanding RAG:...
How to Build a Custom RAG System with LangChain (Chat with Your PDF) in 10 Minutes
Просмотров 1743 месяца назад
📚 Learn how to build a Custom RAG (Retrieval Augmented Generation) System using LangChain to chat with your own PDFs in just 10 minutes! 🚀 In this tutorial, Nikhlesh walks you through the process of creating a RAG system with LangChain, enabling you to interact with your PDF documents using AI. Code Notebook - github.com/tayaln/Chat-with-your-PDF-using-ChatGPT/blob/main/Chat with your PDF.ipynb...
The Future of AI: How Federated Learning Enhances Privacy [Step-by-Step]
Просмотров 323 месяца назад
🌐 Enhance AI Privacy with Federated Learning! 🔐🤖 Discover the pivotal role of Federated Learning in shaping the future of AI, ensuring robust privacy-preserving models. Perfect for senior IT professionals aiming to integrate secure machine learning techniques. In this detailed tutorial, Niles introduces Federated Learning, a groundbreaking approach that enables the training of AI models across ...
Create a Web Crawler Using AI in 7 Lines of Code [Step-by-Step]
Просмотров 703 месяца назад
Create a Web Crawler Using AI in 7 Lines of Code [Step-by-Step]
Why DSPy Framework is Replacing Prompt Engineering in AI
Просмотров 683 месяца назад
Why DSPy Framework is Replacing Prompt Engineering in AI
AI-Powered Resume Customization: Multi Agent System for Job Success
Просмотров 914 месяца назад
AI-Powered Resume Customization: Multi Agent System for Job Success
Detecting AI Hallucinations & Security Issues with Giskard
Просмотров 564 месяца назад
Detecting AI Hallucinations & Security Issues with Giskard
Multi AI Agent Debating System with AutoGen: Step-by-Step Guide
Просмотров 764 месяца назад
Multi AI Agent Debating System with AutoGen: Step-by-Step Guide
Model Merging vs Mixture of Experts: AI Techniques Simplified for IT Pros
Просмотров 334 месяца назад
Model Merging vs Mixture of Experts: AI Techniques Simplified for IT Pros
Multimodal AI Models Explained: How GPT-4 Processes Text, Images & More
Просмотров 185 месяцев назад
Multimodal AI Models Explained: How GPT-4 Processes Text, Images & More
AI Quantization Explained: Reduce Memory & Compute for IT Experts
Просмотров 105 месяцев назад
AI Quantization Explained: Reduce Memory & Compute for IT Experts
Accessing Databases with LLMs: Challenges & Solutions Explained
Просмотров 505 месяцев назад
Accessing Databases with LLMs: Challenges & Solutions Explained
Build a Multi-Agent AI System with Open-Source LLM & CrewAI [Step-by-Step]
Просмотров 827 месяцев назад
Build a Multi-Agent AI System with Open-Source LLM & CrewAI [Step-by-Step]
How to Use OpenAI's New GPT-4o Model via API [Tutorial]
Просмотров 777 месяцев назад
How to Use OpenAI's New GPT-4o Model via API [Tutorial]
Chat with Any PDF Using ChatGPT in Google Colab (No Coding Required!)
Просмотров 26510 месяцев назад
Chat with Any PDF Using ChatGPT in Google Colab (No Coding Required!)
Generative AI Basics: Understand GANs & Foundation Models in 12 Minutes
Просмотров 1610 месяцев назад
Generative AI Basics: Understand GANs & Foundation Models in 12 Minutes
Custom ChatGPT for Your Data using Google Cloud Platform (Tutorial)
Просмотров 16511 месяцев назад
Custom ChatGPT for Your Data using Google Cloud Platform (Tutorial)
NLP and Tokenization: How AI Reads Words (Part 1)
Просмотров 3311 месяцев назад
NLP and Tokenization: How AI Reads Words (Part 1)
Why Do AI Models Hallucinate? Limitations of LLMs
Просмотров 14Год назад
Why Do AI Models Hallucinate? Limitations of LLMs

Комментарии

  • @morganjones6401
    @morganjones6401 20 дней назад

    I had to stop watching this due to the questionable noise in the background.

    • @aillminsimplelanguage
      @aillminsimplelanguage 19 дней назад

      Actually that's a Kitten, but I got the point. I will record it again.

  • @Krishna-et6oe
    @Krishna-et6oe Месяц назад

    Can we use open api key

  • @andriyyoutube3177
    @andriyyoutube3177 2 месяца назад

    Hello! thank for goot tutorial! what size of pdf i can use?

    • @aillminsimplelanguage
      @aillminsimplelanguage 2 месяца назад

      We can upload upto 20 MB of file

    • @Krishna-et6oe
      @Krishna-et6oe Месяц назад

      @@aillminsimplelanguage if i want to increase can we do the size?

  • @sumithkumar8435
    @sumithkumar8435 3 месяца назад

    Can i use other LLM's like microsoft phi mini (free) model instead of gpt mini(paid) ?

    • @aillminsimplelanguage
      @aillminsimplelanguage 3 месяца назад

      Yes, we can use other open-sourced LLMs. Specifically about Phi mini, I will check and update. Thanks!

  • @sachintiwari2794
    @sachintiwari2794 11 месяцев назад

    Nice

  • @Tiger-Tippu
    @Tiger-Tippu 11 месяцев назад

    Thank you t for lengthy video .please increase and record of 1 hour videos

    • @Tiger-Tippu
      @Tiger-Tippu 11 месяцев назад

      Please make advance RAG concepts ,multimodal models ,etc

  • @Tiger-Tippu
    @Tiger-Tippu 11 месяцев назад

    Can you please add more videos at a time ,as they are very short

    • @aillminsimplelanguage
      @aillminsimplelanguage 11 месяцев назад

      Here is the complete playlist- ruclips.net/p/PLcphJPlv5xXeTlvBNeKpItWsNQA8NAxVj And from now on, either I will post all the videos at once or post the whole long video. Thanks for the patience and suggestions!

    • @Tiger-Tippu
      @Tiger-Tippu 11 месяцев назад

      @@aillminsimplelanguage i already finished the list ..please upload new lenghty videos ,thanks

  • @Tiger-Tippu
    @Tiger-Tippu Год назад

    Pls explain the diff between foundation models vs Large Language models

    • @aillminsimplelanguage
      @aillminsimplelanguage Год назад

      Basic Large Language models are known as foundational models. For ex - GPT 3. Then GPT 3 was trained through RLHF (Reinforcement Learning from Human Feedback) to give chatting capabilities and it became ChatGPT (GPT 3.5 ). Also, you can fine tune foundational LLMs on your own data and make it more specialized.

    • @Tiger-Tippu
      @Tiger-Tippu Год назад

      @@aillminsimplelanguage ok thank you so GPT3.5 is foundation model and chatgpt is LLM?

    • @aillminsimplelanguage
      @aillminsimplelanguage Год назад

      @@Tiger-Tippu No actually ChatGPT is GPT 3.5 only and it's an LLM. I suggest you watch these videos on LLM. It would give you more clarity on LLMs - ruclips.net/video/bsEvl8McJnU/видео.html

    • @Tiger-Tippu
      @Tiger-Tippu Год назад

      @@aillminsimplelanguage ok thank you

  • @Tiger-Tippu
    @Tiger-Tippu Год назад

    Please suggest which books yoi follow and learn

  • @Tiger-Tippu
    @Tiger-Tippu Год назад

    Thanks

  • @doriebeale5865
    @doriebeale5865 Год назад

    🤔 Promo sm

  • @Tiger-Tippu
    @Tiger-Tippu Год назад

    Please upload 20 to 40 minutes video not 2 minutes

    • @aillminsimplelanguage
      @aillminsimplelanguage Год назад

      Thanks for the feedback. Sure, I will add the complete video. For now, you can check the previous videos in the playlist.

    • @Tiger-Tippu
      @Tiger-Tippu Год назад

      @@aillminsimplelanguage will do thanks