Natural Language Processing

Sort options

Generative Pre-trained Transformers (GPT) (Coursera)

May 20th 2024
Generative Pre-trained Transformers (GPT) (Coursera)
Course Auditing
Categories
Effort
Languages
Large language models such as GPT-3.5, which powers ChatGPT, are changing how humans interact with computers and how computers can process text. This course will introduce the fundamental ideas of natural language processing and language modelling that underpin these large language models.

AI and Disaster Management (Coursera)

May 20th 2024
AI and Disaster Management (Coursera)
Course Auditing
Categories
Effort
Languages
In Course 3, AI and Disaster Management, you will begin by learning how natural disasters create both short and long-term impacts on the economy, environment, and community. You will learn how the disaster management cycle can be used to reduce the impacts of a disaster and guidelines for how [...]
May 20th 2024
Course Auditing
45.00 EUR/month

Select Topics in Python: Natural Language Processing (Coursera)

May 20th 2024
Select Topics in Python: Natural Language Processing (Coursera)
Course Auditing
Categories
Effort
Languages
Code and run your first NLP program in minutes without installing anything! This course is designed for learners who have some experience with Python but are a novice to NLP. The modules in this course cover processing and analyzing text; analyzing speech, syntax, and semantics; and building a [...]

Advanced AI Techniques for the Supply Chain (Coursera)

May 20th 2024
Advanced AI Techniques for the Supply Chain (Coursera)
Course Auditing
Categories
Effort
Languages
In this course, we’ll learn about more advanced machine learning methods that are used to tackle problems in the supply chain. We’ll start with an overview of the different ML paradigms (regression/classification) and where the latest models fit into these breakdowns.
May 20th 2024
Course Auditing
32.00 EUR/month

Artificial Intelligence on Microsoft Azure (Coursera)

May 20th 2024
Artificial Intelligence on Microsoft Azure (Coursera)
Course Auditing
Categories
Effort
Languages
Whether you're just beginning to work with Artificial Intelligence (AI) or you already have AI experience and are new to Microsoft Azure, this course provides you with everything you need to get started. Artificial Intelligence (AI) empowers amazing new solutions and experiences; and Microsoft Azure provides easy to use [...]

Natural Language Processing and Capstone Assignment (Coursera)

Welcome to Natural Language Processing and Capstone Assignment. In this course we will begin with an Recognize how technical and business techniques can be used to deliver business insight, competitive intelligence, and consumer sentiment. The course concludes with a capstone assignment in which you will apply a wide range [...]

Natural Language Processing with Sequence Models (Coursera)

In Course 3 of the Natural Language Processing Specialization, offered by deeplearning.ai, you will: a) Train a neural network with GLoVe word embeddings to perform sentiment analysis of tweets, b) Generate synthetic Shakespeare text using a Gated Recurrent Unit (GRU) language model, c) Train a recurrent neural network to [...]

Natural Language Processing with Classification and Vector Spaces (Coursera)

In Course 1 of the Natural Language Processing Specialization, offered by deeplearning.ai, you will: a) Perform sentiment analysis of tweets using logistic regression and then naïve Bayes, b) Use vector space models to discover relationships between words and use PCA to reduce the dimensionality of the vector space and visualize [...]

Natural Language Processing with Probabilistic Models (Coursera)

In Course 2 of the Natural Language Processing Specialization, offered by deeplearning.ai, you will: a) Create a simple auto-correct algorithm using minimum edit distance and dynamic programming; b) Apply the Viterbi Algorithm for part-of-speech (POS) tagging, which is important for computational linguistics, c) Write a better auto-complete algorithm using [...]