Text processing with the TextVectorization layer, TensorFlow Developers, 2024 - Official Keras documentation explaining text tokenization, vocabulary building, and integer encoding using the TextVectorization layer.
Deep Learning with Python, Second Edition, François Chollet, 2021 (Manning Publications) - A practical guide by the creator of Keras, covering data preparation for RNNs in both text and time series contexts, including tokenization, padding, and windowing.
Speech and Language Processing (3rd ed. draft), Daniel Jurafsky and James H. Martin, 2025 - A comprehensive academic textbook providing foundational knowledge on text tokenization, vocabulary creation, and numerical representation of language.
Forecasting: Principles and Practice (3rd ed.), Rob J Hyndman and George Athanasopoulos, 2021 (OTexts) - An authoritative guide on time series analysis, including data transformation, scaling, and structuring for predictive modeling, relevant to the windowing technique.