Learning to solve natural language processing problems is an important skill to master due to the explosive growth of data combined with the demand for machine learning solutions in production. Natural Language Processing with TensorFlow, Second Edition, will teach you to solve common real-world NLP problems with a variety of deep learning model architectures. The book starts with getting the readers familiar with NLP and basics of TensorFlow. Then it gradually teaches different facets of TensorFlow 2.x. In the following chapters, you then learn to generate powerful word vectors, classify text, generate new text and generate image captions, among other exciting use-cases of real-world natural language processing. TensorFlow has evolved to be an ecosystem that supports machine learning workflow through ingesting and transforming data, building models, monitoring and tracking. We will then read text directly from files and perform the required transformations through a TensorFlow data pipeline. We will also see how to use a versatile visualization tool known as TensorBoard to visualize our models. By the end of this NLP book, you will be comfortable using TensorFlow for building deep learning models with many different architectures. Additionally, you'll confidently use TensorFlow throughout your machine learning workflow.