pds-futurejobs
['Product page','no']
Natural language processing and large language models (LLM) with Python
Course
3

Booking no:

36446

Natural language processing and large language models (LLM) with Python

GPT and other large language models demonstrate the potential of modern language processing. This course decodes the technologies behind them: Natural Language Processing (NLP) and transformer architectures form the basis for intelligent chatbots, machine translation and many other AI applications. You will learn how to develop powerful NLP models with Python and TensorFlow.

3 days
approx. 24 hours
Online
German
Professional and Master Class

Date preview

Start date
Last module
Availability
Location
17.11.2025
19.11.2025
Places free
Maximum planning security
Implementation already secured
Hook on!
Next booking secures the
implementation
Live-Online
18.2.2026
20.2.2026
Places free
Maximum planning security
Implementation already secured
Hook on!
Next booking secures the
implementation
Live-Online
18.5.2026
20.5.2026
Places free
Maximum planning security
Implementation already secured
Hook on!
Next booking secures the
implementation
Live-Online
12.8.2026
14.8.2026
Places free
Maximum planning security
Implementation already secured
Hook on!
Next booking secures the
implementation
Live-Online

Module overview

The following module overview shows dates for the course start on
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
No items found.

Course overview

Contents

1. python techniques for text processing

  • Python basics for word processing
  • Process text and PDF files
  • The most important regular expressions

2. introduction to Natural Language Processing (NLP)

  • Concepts of Natural Language Processing
  • Use of the SpaCy library for text analysis
  • Tokenization, stemming and lemmatization
  • Part-of-speech and Named Entity Recognition
  • Decomposition of texts with Sentence Segmentation

3. text classification and text analysis

  • Introduction to scikit-learn
  • Evaluation of classification models with precision, recall and F1 score
  • Semantic understanding and sentiment analysis
  • Vector-based text representations with Word Vectors
  • Sentiment analysis with the NLTK library

4 Topic Modeling and Long Short-Term Memory

  • Introduction to topic modeling
  • Classification with Latent Dirichlet Allocation (LDA)
  • Recognize structures with Non-negative Matrix Factorization (NMF)
  • Long Short-Term Memory, GRU and Text Generation
  • Implementation of an LSTM for text creation with Keras

5. transformer and attention

  • The concept of self-awareness
  • Multihead attention and meaning in NLP models
  • Encoder and decoder for machine translation and language understanding
  • Architectural concepts of common transformer models: GPT-2/3/4, BERT
  • Creating a Transformer structure with Python and Keras
  • Training and evaluation of a Seq2Seq transformer

6. transfer learning and fine-tuning with Hugging Face

  • Introduction to Hugging Face and presentation of pre-trained models
  • Selection of suitable models and tokenizers
  • Transfer learning and fine-tuning of pre-trained models
  • Automatic configuration and customization of models

7th practical project: Training your own chatbot