- TensorFlow Machine Learning Projects
- Ankit Jain Armando Fandango Amita Kapoor
- 175字
- 2021-06-10 19:15:26
What is TensorFlow?
TensorFlow is a popular open source library that's used for implementing machine learning and deep learning. It was initially built at Google for internal consumption and was released publicly on November 9, 2015. Since then, TensorFlow has been extensively used to develop machine learning and deep learning models in several business domains.
To use TensorFlow in our projects, we need to learn how to program using the TensorFlow API. TensorFlow has multiple APIs that can be used to interact with the library. The TensorFlow APIs are divided into two levels:
- Low-level API: The API known as TensorFlow core provides fine-grained lower level functionality. Because of this, this low-level API offers complete control while being used on models. We will cover TensorFlow core in this chapter.
- High-level API: These APIs provide high-level functionalities that have been built on TensorFlow core and are comparatively easier to learn and implement. Some high-level APIs include Estimators, Keras, TFLearn, TFSlim, and Sonnet. We will also cover Keras in this chapter.
推薦閱讀
- 大數據技術基礎
- 軟件架構設計
- Learning Apache Cassandra(Second Edition)
- 物聯網與云計算
- 模型制作
- 樂高創意機器人教程(中級 下冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- 可編程控制器技術應用(西門子S7系列)
- Dreamweaver CS6精彩網頁制作與網站建設
- Microsoft System Center Confi guration Manager
- 人工智能:語言智能處理
- Unity Multiplayer Games
- 大數據導論
- TensorFlow Deep Learning Projects
- 數據要素:全球經濟社會發展的新動力
- Python語言從入門到精通