- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 131字
- 2021-07-02 12:41:38
TensorFlow
As for TensorFlow, it's a Python-friendly open source library invented by the Google Brain team for high-performance numerical computation. It makes machine learning faster and deep learning easier with the Python-based convenient frontend API and high-performance C++ based backend execution. Plus, it allows easy deployment of computation across CPUs and GPUs, which empowers expensive and large-scale machine learning. In this book, we focus on CPU as our computation platform. Hence, according to https://www.tensorflow.org/install/, installing TensorFlow is done via the following command line:
pip install tensorflow
There are many other packages we'll be using intensively, for example, Matplotlib for plotting and visualization, Seaborn for visualization, NLTK for natural language processing, and PySpark for large-scale machine learning. We'll provide installation details for any package when we first encounter it in this book.
- 樂高機器人:WeDo編程與搭建指南
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- Go Machine Learning Projects
- 3D Printing with RepRap Cookbook
- 微型計算機控制技術
- 城市道路交通主動控制技術
- 3D Printing for Architects with MakerBot
- JavaScript典型應用與最佳實踐
- Machine Learning with Apache Spark Quick Start Guide
- 從零開始學PHP
- 精通LabVIEW程序設計
- Silverlight 2完美征程
- Ansible 2 Cloud Automation Cookbook
- 青少年VEX IQ機器人實訓課程(初級)
- MPC5554/5553微處理器揭秘