- 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.
- Visualforce Development Cookbook(Second Edition)
- JavaScript實例自學手冊
- WOW!Illustrator CS6完全自學寶典
- VMware Performance and Capacity Management(Second Edition)
- 數(shù)據(jù)挖掘方法及天體光譜挖掘技術(shù)
- 基于單片機的嵌入式工程開發(fā)詳解
- Mastering Game Development with Unreal Engine 4(Second Edition)
- Building a BeagleBone Black Super Cluster
- Ansible 2 Cloud Automation Cookbook
- 手把手教你學Flash CS3
- Microsoft Dynamics CRM 2013 Marketing Automation
- 企業(yè)級Web開發(fā)實戰(zhàn)
- WPF專業(yè)編程指南
- JSP通用范例開發(fā)金典
- 網(wǎng)絡(luò)信息安全項目教程