Hands-On Convolutional Neural Networks with TensorFlow
by Iffat Zafar, Giounona Tzanidou, Richard Burton, Nimesh Patel, Leonardo Araujo
Data Preparation
The backbone of all Machine Learning algorithms is the data. Everything a machine learning algorithm learns is from the data. Therefore it is critical to provide the correct data to the algorithm which is representative of the problem statement. As seen already, deep learning in particular requires large amounts of data for training models. We can sometimes say that a certain amount of data is enough for a problem, however there is never enough! More is better. The complexity of the model that is able to be trained correctly is directly proportional to the amount of data on which it is trained. Limited data will put an upper limit on the choice of model architecture for the problem. When considering the amount of data available, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access