December 2019
Beginner to intermediate
772 pages
19h 20m
English
In this chapter, we will move on from the mathematical foundations of machine learning and deep learning to focus on TensorFlow. TensorFlow is one of the most popular deep learning libraries currently available, and it lets us implement neural networks (NNs) much more efficiently than any of our previous NumPy implementations. In this chapter, we will start using TensorFlow and see how it brings significant benefits to training performance.
This chapter will begin the next stage of our journey into machine learning and deep learning, and we will explore the following topics:
Dataset API (tf.data) to build input pipelines ...