April 2026
461 pages
17h 56m
English
Some typical tasks in the field of natural language processing (NLP) are described in the following list:
Text classificationAssignment of a text to one or more predefined categories, such as spam detection or sentiment analysis.
Machine translationAutomatic translation of texts between different languages.
Text summaryAutomatic creation of a shorter version of a text that contains the essential content.
Question answeringAnswering questions based on a trained knowledge base.
Text generationAutomatic creation of new texts based on prompts.
Using the transformer library from Hugging Face, we now demonstrate how we can use pretrained transformer networks for different tasks. ...
Read now
Unlock full access