- 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.
推薦閱讀
- Word 2003、Excel 2003、PowerPoint 2003上機指導與練習
- 大數據技術與應用基礎
- Hands-On Intelligent Agents with OpenAI Gym
- 計算機圖形學
- AWS:Security Best Practices on AWS
- Practical Data Wrangling
- 條碼技術及應用
- 智能工業報警系統
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- Docker Quick Start Guide
- 筆記本電腦維修90個精選實例
- Salesforce for Beginners
- Applied Data Visualization with R and ggplot2
- R Machine Learning Projects
- Web編程基礎