Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The NLP & LLM Crash Course - Build your AI Chatbot Quickly
Rating: 4.6 out of 5(4 ratings)
29 students

The NLP & LLM Crash Course - Build your AI Chatbot Quickly

Master NLP and Large Language Models (LLM): Build and deploy your own ChatGPT-like chatbot with Python in record time.
Created byYersel Hurtado
Last updated 9/2024
English

What you'll learn

  • Understand how NLP & LLMs and their architecture work
  • Implement Sentiment Analysis models
  • Implement Named Entity Recognition (NER) models
  • Implement Question-Answering models
  • Learn how to provision your own space with a GPU
  • Learn how to create a chatbot interface
  • Learn how to create your own AI chatbot from scratch in just 2 hours
  • Learn how to use Open Source models like Llama 3.1, BERT, and others

Course content

4 sections23 lectures1h 42m total length
  • Introduction1:26
  • What is an LLM?1:59
  • LLM Architecture3:20

    Explore encoder, decoder, and sequence-to-sequence architectures and when to use them. Learn bidirectional encoders for classification, unidirectional decoders for generation, and seq2seq for translation and summarization.

  • Type of Tasks for LLMs3:42

    Explore NLP task types, including sentence classification (sentiment analysis, spam detection) and sentence similarity. Learn word-level tagging (grammar components, ner) and text generation tasks like completion and summarization.

Requirements

  • Basic Knowlegde of Python

Description

Master NLP and Large Language Models (LLM): Build and deploy your ChatGPT-like chatbot with Python in record time.

Would you like to dive into artificial intelligence and create your own chatbot in just 2 hours? This is possible with our intensive course on NLP & LLM and Generative AI. We will teach you from scratch what a Large Language Model (LLM) is and how to leverage its power to develop innovative applications.


What You'll Learn:

  • Natural Language Processing (NLP) & Large Language Models (LLMs): Understand the architecture and inner workings of LLMs like GPT.

  • Transformers Library: Harness pipelines for sentiment analysis and entity recognition—key skills in natural language processing.

  • AutoClass Models: Get hands-on with AutoModel and AutoTokenizer to build question-answering systems.

  • Advanced Environments: Set up GPU configurations and create authentication tokens to work with sophisticated AI models.

  • Build a User Interface for the Chatbot: Create an intuitive chat-style interface to test your chatbot.

  • Open Source Models: Learn how to choose the right model based on the specific task at hand.

  • Chatbot Development: Build the chat logic, design an engaging user interface, and deploy your very own LLM-powered chatbot.

What You Need:
All you need is a basic knowledge of Python and a computer to start building your own chatbot.

Who this course is for:

  • Everyone with basic knowledge of Python