Experiment - Text preprocessing for RNNs
Problem:You want to prepare text data so an RNN model can learn from it. Currently, the text is raw and not ready for the model.
Current Metrics:N/A - preprocessing stage before training
Issue:The text data is not converted into numerical sequences, and sequences are not padded to the same length. This causes errors or poor training results.