In this section, we'll introduce three of the most popular deep learning frameworks: TensorFlow, PyTorch, and Keras. While we'll look at the basic functionality of each of the packages, we'll learn about specific deep learning functions for each of the frameworks in later chapters as part of our hands-on approach to learning AI.
TensorFlow, PyTorch, and Keras
TensorFlow
TensorFlow is the most popular, and most contributed to, deep learning library. Originally developed by Google Brain for use on Google's own AI products, it was open sourced in 2015 and has since become the standard for deep learning. TensorFlow underlies all of Google's own deep learning based products such as Google Translate and...