...

/

Challenge: LSTM in JAX and Flax

Challenge: LSTM in JAX and Flax

Test your understanding of the LSTM model.

We'll cover the following...

Problem statement

In the notebook below, we’re performing sarcasm analysis on a textual dataset stored in a file named multimodal_sarcasm.csv. Your job is to write code for the indicated code cells and functions. You are required to define the following:

  • LSTM model class
  • Train state creation function
  • Training step function
  • Evaluation step function

Try it yourself

Write your code in the Jupyter Notebook below:

Access this course and 1400+ top-rated courses and projects.