- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 371字
- 2021-07-02 12:08:33
What this book covers
Chapter 1, Getting Started with CNTK, introduces you to the CNTK framework and the world of deep learning. It explains how to install the tools on your computer and how to use a GPU with CNTK.
Chapter 2, Building Neural Networks with CNTK, explains how to build your first neural network with CNTK. We dive into the basic building blocks and see how to train a neural network with CNTK.
Chapter 3, Getting Data into Your Neural Network, shows you different methods of loading data for training neural networks. You'll learn how to work with both small datasets, and datasets that don't fit in your computer's memory.
Chapter 4, Validating Model Performance, teaches you how to work with metrics to validate the performance of your neural network. You'll learn how to validate regression models and classification models and what to look for when trying to debug your neural network.
Chapter 5, Working with Images, explains how to use convolutional neural networks to classify images. We'll show you the building blocks needed to work with spatially-ordered data. We'll also show you some of the most well-known neural network architectures for working with images.
Chapter 6, Working with Time Series Data, teaches you how to use recurrent neural networks to build models that can reason over time. We'll explain the various building blocks that you need to build and validate a recurrent neural network yourself, based on a IoT sample.
Chapter 7, Deploying Models to Production, shows you what it takes to deploy deep learning models to production. We'll take a look at a DevOps environment with a continuous integration/continuous deployment (CI/CD) pipeline to teach you what it takes to train and deploy models in an agile engineering environment. We'll show you how you can use a tool such as Azure Machine Learning service to take your machine learning efforts to the next level.
Who this book is for
This book is great for developers with some experience in Java, C#, or Python. We're assuming you're pretty new to machine learning. However, this book is also great for people who have worked with other deep learning frameworks before and want to learn another great deep learning tool.
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- 數據庫應用基礎教程(Visual FoxPro 9.0)
- 數據革命:大數據價值實現方法、技術與案例
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 高維數據分析預處理技術
- 大數據精準挖掘
- Doris實時數倉實戰
- MySQL技術內幕:InnoDB存儲引擎
- 數據迷霧:洞察數據的價值與內涵
- 掌中寶:電腦綜合應用技巧
- 數據庫原理及應用實驗:基于GaussDB的實現方法
- GameMaker Game Programming with GML
- Applying Math with Python
- 零基礎學SQL