Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
09-23-2021, 05:43 PM
Post: #1
|
|||
|
|||
[GET] Natural Language Processing for Text Summarization
New course shared here on BBHF! Enjoy learning something new!
Description: Understand the basic theory and implement three algorithms step by step in Python! Implementations from scratch! The area of Natural Language Processing (NLP) is a subarea of Artificial Intelligence that aims to make computers capable of understanding human language, both written and spoken. Some examples of practical applications are: translators between languages, translation from text to speech or speech to text, chatbots, automatic question and answer systems (Q&A), automatic generation of descriptions for images, generation of subtitles in videos, classification of sentiments in sentences, among many others! Another important application is the automatic document summarization, which consists of generating text summaries. Suppose you need to read an article with 50 pages, however, you do not have enough time to read the full text. In that case, you can use a summary algorithm to generate a summary of this article. The size of this summary can be adjusted: you can transform 50 pages into only 20 pages that contain only the most important parts of the text! Instructors: Jones Granatyr, IA Expert Academy Rating: 4.6 stars Redemption Link: https://www.udemy.com/course/text-summarization-natural-language-processing-python/?couponCode=80A248C276D6679E2D37 |
|||