文章预览
点击上方 “机器学习研究会” 可以订阅哦 摘要 转自:视觉机器人 Table of Contents Ch 1: Getting Started with TensorFlow Ch 2: The TensorFlow Way Ch 3: Linear Regression Ch 4: Support Vector Machines Ch 5: Nearest Neighbor Methods Ch 6: Neural Networks Ch 7: Natural Language Processing Ch 8: Convolutional Neural Networks Ch 9: Recurrent Neural Networks Ch 10: Taking TensorFlow to Production Ch 11: More with TensorFlow Ch 1: Getting Started with TensorFlow This chapter intends to introduce the main objects and concepts in
TensorFlow. We also introduce how to access the data for the rest of
the book and provide additional resources for learning about TensorFlow. General Outline of TF Algorithms Here we introduce TensorFlow and the general outline of how most TensorFlow algorithms work. Creating and Using Tensors How to create and initialize tensors in
………………………………