- TensorFlow Machine Learning Projects
- Ankit Jain Armando Fandango Amita Kapoor
- 185字
- 2021-06-10 19:15:31
Summary
In this chapter, we briefly covered the TensorFlow library. We covered the TensorFlow data model elements, such as constants, variables, and placeholders, and how they can be used to build TensorFlow computation graphs. We learned how to create tensors from Python objects. Tensor objects can also be generated as specific values, sequences, or random valued distributions from various TensorFlow library functions.
We covered the TensorFlow programming model, which includes defining and executing computation graphs. These computation graphs have nodes and edges. The nodes represent operations and edges represent tensors that transfer data from one node to another. We covered how to create and execute graphs, the order of execution, and how to execute graphs on multiple compute devices, such as CPU and GPU.
We also learned about machine learning and implemented a classification algorithm to identify the handwritten digits dataset. The algorithm we implemented is known as multinomial logistic regression. We used both TensorFlow core and Keras to implement the logistic regression algorithm.
Starting from the next chapter, we will look at many projects that will be implemented using TensorFlow and Keras.
- Hands-On Deep Learning with Apache Spark
- Practical Data Analysis
- AutoCAD快速入門與工程制圖
- 平面設計初步
- Hands-On Artificial Intelligence on Amazon Web Services
- 基于LabWindows/CVI的虛擬儀器設計與應用
- ETL with Azure Cookbook
- 輕松學PHP
- JBoss ESB Beginner’s Guide
- 完全掌握AutoCAD 2008中文版:綜合篇
- 數據庫系統原理及應用教程(第5版)
- Excel 2007技巧大全
- R Machine Learning Projects
- Machine Learning Algorithms(Second Edition)
- Mastering Exploratory Analysis with pandas