This TensorFlow book introduces the framework and the underlying machine learning concepts that are important to harness machine intelligence.
After reading this book, you should know the following:
A deep understanding of the core TensorFlow API...
Writing software is hard. Even the smallest projects have many moving parts. We developers are not only expected to get those parts moving, but keep them moving as the application changes over time. Test-Driven Development (TDD) is a methodology...