...

/

Summary: Understanding TensorFlow 2

Summary: Understanding TensorFlow 2

Review what we've learned in this chapter.

TensorFlow architecture

In this chapter, we took our first steps to solving NLP tasks by understanding the primary underlying platform (TensorFlow) on which we’ll be implementing our algorithms. First, we discussed the underlying details of TensorFlow architecture. Next, we discussed the essential ingredients of a meaningful TensorFlow program. We got to know some new features in TensorFlow 2, such as the AutoGraph feature, in depth. We then discussed more exciting elements in TensorFlow, such as data pipelines and various TensorFlow operations. ...