Chevron Left
Back to Gen AI Foundational Models for NLP & Language Understanding

Learner Reviews & Feedback for Gen AI Foundational Models for NLP & Language Understanding by IBM

4.4
stars
38 ratings

About the Course

This IBM course will teach you how to implement, train, and evaluate generative AI models for natural language processing (NLP). The course will help you acquire knowledge of NLP applications including document classification, language modeling, language translation, and fundamentals for building small and large language models. You will learn about converting words to features. You will understand one-hot encoding, bag-of-words, embedding, and embedding bags. You also will learn how Word2Vec embedding models are used for feature representation in text data. You will implement these capabilities using PyTorch. The course will teach you how to build, train, and optimize neural networks for document categorization. In addition, you will learn about the N-gram language model and sequence-to-sequence models. This course will help you evaluate the quality of generated text using metrics, such as BLEU. You will practice what you learn using Hands-on Labs and perform tasks such as implementing document classification using torchtext in PyTorch. You will gain the skills to build and train a simple language model with a neural network to generate text and integrate pre-trained embedding models, such as word2vec, for text analysis and classification. In addition, you will apply your new skills to develop sequence-to-sequence models in PyTorch and perform tasks such as language translation....
Filter by:

1 - 11 of 11 Reviews for Gen AI Foundational Models for NLP & Language Understanding

By Daniel H

•

Nov 2, 2024

I think the videos were bad for a number of reasons: - there was an odd amount of explanation of what neural networks are. you should assume by this point we know what a neural network is. - the videos were very bad at explaining concepts. I think longer videos that explain more clearly what the object are would serve this course well - the explanation of what an RNN in was awful. - i thought the explanation of embeddings layers was awful. - in the word2vec lab, the visualization in the plane in the lab doesn't match up with your explanation underneath at all. - you hardly explain the mathematics behind everything (fine, this is not a math class) but then blow through the coding implementation. please choose one or the other and explain more. To reiterate, I think these topics are far too subtle to compress into 2 minute video, and you should provide references for further reading. This was far and away the worst of the AI engineering stream.

By Francisco L G

•

Dec 9, 2024

This is an extremely un-educational course and a hugely frustrating experience. It is fundamentally a voice going through whatever appears on a series of slide stacks just like a robot would. There is no effort to make you understand anything and no actual time to do it while you hear the voice running through the text. The only practical way to acquire the knowledge contained in the slides is to stop every 30 seconds, read, look up somewhere else (google, forums...) to actually consolidate the knowledge, and then click the play button again. I am a proficient and quick learner and have a good background on neural networks and gen-ai use and programming and I was completely incapable of following the explanations given in this course after the first 5 minutes: boring, robotic, ineffectual, and very counter-productive. This has been a very frustrating experience from a learner's perspective and my advice would be to take this course out and rethink it from scratch, as it certainly does not serve its purpose at all. I left one star because the knowledge is actually there in the slides. The information is contained in the slides, it is simply never actually conveyed to the audience by the reading robotic entity in charge.

By Harish M

•

Nov 29, 2024

the lab code is buggy. You face issues with almost every cell. Some core concepts on which entire module relies itself are outdated or are deprecated. For eg torchtext was deprecated in 2023. What is the point of teaching it in 2024. Extremely disappointed with IBM...

By LO W

•

Nov 3, 2024

Very clear introduction of the NLP with hands-on exercises

By Twisha

•

Oct 21, 2024

Short and precise course with good explanation.

By Ana A B

•

Dec 11, 2024

it's a great course with awesome subjects.

By Haroon

•

Oct 21, 2024

excellent course

By Nikesh K

•

Oct 21, 2024

Great Course

By raul v r

•

Oct 4, 2024

Documentation is often one of the weak points of IBM´s courses. Great content, but documentation is not friendly-printable or is missed [slides!]. On the other hand, I´m thankful for allowing us to download of the course videos.

By Gorana B

•

Nov 15, 2024

3* because of the videos and materials. if it would be only about labs it would be 4*. Video materials could be much more than slides and AI generated speech. Even with prior theoretical knowledge, videos were confusing to me. It seemed like there were some explanations missing, or glue between the slides and subtopics. And this was especially present in the Module 2. I strongly suggest to either go through deep learning and/or NLP courses by deeplearning.ai or to try to find their or someone else's videos on YouTube. In that context, course could have been complemented with more materials for theoretical concepts. IBM courses so far are lacking good theoretical base and explanations. Labs were good and can be even better if for module 2 connection between encoder and decoder was visually better explained (e.g. more gifs).