Please enable JavaScript to use CodeHS

Applications of AI and Machine Learning

Lesson 3.1 Creating a Sentiment Model

Description

In this lesson, students will learn about tokenizing text to be used in Natural Language Processing models. They will then use that along with embedding layers to create text sentiment models.


Objective

Students will be able to:

  • Explain what tokenization is and why it is important to machine learning
  • Explain how embedding layers are used to create text-based machine learning models