Learner Reviews & Feedback for Generative AI and LLMs: Architecture and Data Preparation by IBM
4.7
stars
121 ratings
About the Course
This IBM short course, a part of Generative AI Engineering Essentials with LLMs Professional Certificate, will teach you the basics of using generative AI and Large Language Models (LLMs). This course is suitable for existing and aspiring data scientists, machine learning engineers, deep-learning engineers, and AI engineers.
You will learn about the types of generative AI and its real-world applications. You will gain the knowledge to differentiate between various generative AI architectures and models, such as Recurrent Neural Networks (RNNs), Transformers, Generative Adversarial Networks (GANs), Variational AutoEncoders (VAEs), and Diffusion Models. You will learn the differences in the training approaches used for each model. You will be able to explain the use of LLMs, such as Generative Pre-Trained Transformers (GPT) and Bidirectional Encoder Representations from Transformers (BERT).
You will also learn about the tokenization process, tokenization methods, and the use of tokenizers for word-based, character-based, and subword-based tokenization. You will be able to explain how you can use data loaders for training generative AI models and list the PyTorch libraries for preparing and handling data within data loaders. The knowledge acquired will help you use the generative AI libraries in Hugging Face. It will also prepare you to implement tokenization and create an NLP data loader.
For this course, a basic knowledge of Python and PyTorch and an awareness of machine learning and neural networks would be an advantage, though not strictly required....
Top reviews
VK
Oct 18, 2024
I am pretty much new to NLP data preparation. However this course made me comfortable with Date preparation activities.
MA
Jan 3, 2025
It was very informative and I enjoyed the journey I learned the patterns from the deep.
Filter by:
26 - 28 of 28 Reviews for Generative AI and LLMs: Architecture and Data Preparation
By Sailesh M
•
Jan 17, 2025
Labs don't work as torchtext is deprecated and doesn't run on Python 3.12 kernel
By Fan Y
•
Oct 15, 2024
Tokenizer & dataloader are quite important parts but I am surprised by how shallow they are touched and how easy are the quiz questions.