deep-learning-with-python-notebooks
deep-learning-with-python-notebooks copied to clipboard
Data preprocessing added on chapter11_part02_sequence-models
in order to use the vectorizer, the data must be preprocessed. the dataset here is used contains non-standard character. the added code snippet ensures that all the data read from imdb dataset contains UTF-8 characters.