Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Applied Generative AI and Natural Language Processing
Rating: 4.3 out of 5(602 ratings)
15,957 students

Applied Generative AI and Natural Language Processing

Understand Generative AI, Prompt Engineering, Huggingface-Models, LLMs, Vector Databases, RAG, OpenAI, Claude, Llama2
Created byBert Gollnick
Last updated 9/2024
English
German [Auto],English [Auto],

What you'll learn

  • Introduction to Natural Language Processing (NLP)
  • model implementation based on huggingface-models
  • working with OpenAI
  • Vector Databases
  • Multimodal Vector Databases
  • Retrieval-Augmented-Generation (RAG)
  • Real-World Applications and Case Studies
  • implement Zero-Shot Classification, Text Classification, Text Generation
  • fine-tune models
  • data augmentation
  • Prompt Engineering
  • Zero-Shot Promping
  • Few-Shot Prompting
  • Chain-of-Thought (Few-Shot CoT, Zero-Shot CoT)
  • Self-Consistency Chain-of-Thought
  • Prompt Chaining
  • Tree-of-Thought
  • Self-Feedback
  • Self-Critique
  • Claude 3
  • Open Source Models, e.g. LLama 2, Mistral

Course content

15 sections122 lectures9h 54m total length
  • Course Scope (101)3:48

    Explore the course scope of applied generative AI and natural language processing, covering introduction, pre-trained models, fine-tuning, vector databases, retrieval augmented generation, OpenAI tools, data augmentation, LMS, and prompt engineering.

  • Who am I?1:16

    Meet Beth Gollnick, a wind energy data scientist with a background in aerospace engineering and economics. She uses Python, R, SQL, Flutter, and HTML, and offers online PyTorch courses.

  • How to work with The course (101)2:59

    Tailor your approach to this course by beginner or senior NLP tracks, then follow the sequence from course introduction through vector databases and retrieval augmented generation before the capstone project.

  • How to get the material? (Coding)2:16

    Access the course material by clicking the material button on the home page to download a zip and extract it locally, or clone the repository on GitHub using git.

  • How to get the material? (Alternate)0:25
  • How to Improve LLM-Output5:00

    Explore how to improve LLM output by comparing prompt engineering, retrieval augmented generation, and fine tuning, and understand their trade-offs in latency and external data sources.

  • System Setup (101)7:23

    Install python 3.7.6 and use virtual environments, then configure Visual Studio Code with Pylance and Python extensions and manage packages with pip and a requirements file.

  • System Setup (Coding)5:58

    Set up Python and add it to your path, install Visual Studio Code with Python and Pylance, create and activate a venv, and install dependencies from requirements.txt.

Requirements

  • Python Basic knowledge
  • Basic knowledge on How Deeplearning works

Description

Join my comprehensive course on Natural Language Processing (NLP). The course is designed for both beginners and seasoned professionals. This course is your gateway to unlocking the immense potential of NLP and Generative AI in solving real-world challenges. It covers a wide range of different topics and brings you up to speed on implementing NLP solutions.

Course Highlights:

  • NLP-Introduction

    • Gain a solid understanding of the fundamental principles that govern Natural Language Processing and its applications.

    • Basics of NLP

    • Word Embeddings

    • Transformers

  • Apply Huggingface for Pre-Trained Networks

    • Learn about Huggingface models and how to apply them to your needs

  • Model Fine-Tuning

    • Sometimes pre-trained networks are not sufficient, so you need to fine-tune an existing model on your specific task and / or dataset. In this section you will learn how.

  • Vector Databases

    • Vector Databases make it simple to query information from texts. You will learn how they work and how to implement vector databases.

    • Tokenization

    • Implement Vector DB with ChromaDB

    • Multimodal Vector DB

  • OpenAI API

    • OpenAI with ChatGPT provides a very powerful tool for NLP. You will learn how to make use of it via Python and integrating it in your workflow.

  • Prompt Engineering

    • Learn strategies to create efficient prompts

  • Advanced Prompt Engineering

    • Few-Shot Prompting

    • Chain-of-Thought

    • Self-Consistency Chain-of-Thought

    • Prompt Chaining

    • Reflection

    • Tree-of-Thought

    • Self-Feedback

    • Self-Critique

  • Retrieval-Augmented Generation

    • RAG Theory

    • Implement RAG

  • Capstone Project "Chatbot"

    • create a chatbot to "chat" with a PDF document

    • create a web application for the chatbot

  • Open Source LLMs

    • learn how to use OpenSource LLMs

    • Meta Llama 2

    • Mistral Mixtral

  • Data Augmentation

    • Theory and Approaches of NLP Data Augmentation

    • Implementation of Data Augmentation

  • Miscellanious

    • Claude 3

    • Tools and LLM-Function

Who this course is for:

  • Developers who want to apply NLP-models