Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Neural Networks with Keras

You're reading from  Hands-On Neural Networks with Keras

Product type Book
Published in Mar 2019
Publisher Packt
ISBN-13 9781789536089
Pages 462 pages
Edition 1st Edition
Languages
Author (1):
Niloy Purkait Niloy Purkait
Profile icon Niloy Purkait

Table of Contents (16) Chapters

Preface Section 1: Fundamentals of Neural Networks
Overview of Neural Networks A Deeper Dive into Neural Networks Signal Processing - Data Analysis with Neural Networks Section 2: Advanced Neural Network Architectures
Convolutional Neural Networks Recurrent Neural Networks Long Short-Term Memory Networks Reinforcement Learning with Deep Q-Networks Section 3: Hybrid Model Architecture
Autoencoders Generative Networks Section 4: Road Ahead
Contemplating Present and Future Developments Other Books You May Enjoy

Language processing

So far, we have seen how we can train a simple feedforward neural network on Keras for an image classification task. We also saw how we can mathematically represent image data as a high-dimensional geometric shape, namely a tensor. We saw that a higher-order tensor is simply composed of tensors of a smaller order. Pixels group up to represent an image, which in turn group up to represent an entire dataset. Essentially, whenever we want to employ the learning mechanism of neural networks, we have a way to represent our training data as a tensor. But what about language? How can we represent human thought, with all of its intricacies, as we do through language? You guessed it—we will use numbers once again. We will simply translate our texts, which are composed of sentences, which themselves are composed of words, into the universal language of mathematics...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}