Please enable JavaScript to use CodeHS

Temas de Indiana en Informática

Description

En esta lección, los alumnos aprenderán a tokenizar texto para utilizarlo en modelos de Procesamiento del Lenguaje Natural. Luego lo utilizarán junto con capas de incrustación para crear modelos de sentimiento de texto.

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
Description

En esta lección, los alumnos aprenderán sobre las redes neuronales recurrentes (RNN) y las aplicarán para crear un modelo de generación de texto utilizando datos de entrada no supervisados.

Objective

Students will be able to:

  • Explain the basics of how an RNN works and why it would be used
  • Create a text-generating model that uses unsupervised data