- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 187字
- 2021-07-02 12:08:34
Getting Started with CNTK
Deep learning is a machine learning technique that is getting a lot of attention from the public and researchers. In this chapter, we will explore what deep learning is and how large companies are using it to solve complex problems. We'll look at what makes this technique so exciting and what concepts drive deep learning.
We will then talk about Microsoft Cognitive Toolkit (CNTK), what it is, and how it fits into the bigger picture of deep learning. We'll also discuss what makes CNTK unique compared to other frameworks.
In this chapter, we'll also show you how to get CNTK installed on your computer. We will explore installation on both Windows and Linux. If you have a compatible graphics card, you'll also want to check out the instructions on how to configure your graphics card for use with CNTK, as it will significantly speed up the calculations that are needed to train deep learning models.
In this chapter we will cover the following topics:
- The relationship between AI, machine learning, and deep learning
- How does deep learning work?
- What is CNTK?
- Installing CNTK
- GitHub Essentials
- 程序員修煉之道:從小工到專家
- Greenplum:從大數據戰略到實現
- 算法競賽入門經典:習題與解答
- Python金融大數據分析(第2版)
- Oracle RAC 11g實戰指南
- Libgdx Cross/platform Game Development Cookbook
- Spark核心技術與高級應用
- 數據架構與商業智能
- Python醫學數據分析入門
- 數據庫原理與應用(Oracle版)
- 數據庫技術實用教程
- SQL Server 2012數據庫管理教程
- Unreal Engine Virtual Reality Quick Start Guide
- 深入理解InfluxDB:時序數據庫詳解與實踐