- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 196字
- 2021-07-02 12:08:36
Basic building blocks for quickly creating neural networks
When you want to build a neural network for production use, you typically use the high-level API. The high-level API contains all kinds of different building blocks of a neural network.
For example: there's a basic dense layer to build the most basic kind of neural network. But you will also find more advanced layer types in the high-level API, such as the layer types needed to process images or time series data.
The high-level API also contains different optimizers to train neural networks, so you don't have to manually build a gradient-descent optimizer. In CNTK, the optimization process is implemented using learners and trainers, where the learner defines which kind of gradient-descent algorithm to use while the trainer defines how to implement the basics of backpropagation.
In Chapter 2, Building Neural Networks with CNTK, we'll explore how to use the high-level API to build and train a neural network. In Chapter 5, Working with Images, and Chapter 6, Working with Time Series Data, you'll learn how to use some of the more advanced layer types to process images and time series data with CNTK.
- 使用GitOps實現Kubernetes的持續部署:模式、流程及工具
- Voice Application Development for Android
- 數據庫開發實踐案例
- Enterprise Integration with WSO2 ESB
- 達夢數據庫性能優化
- 數亦有道:Python數據科學指南
- 從0到1:JavaScript 快速上手
- Power BI商業數據分析完全自學教程
- Python數據分析與數據化運營
- 跨領域信息交換方法與技術(第二版)
- Web Services Testing with soapUI
- Python數據分析從小白到專家
- 智慧城市中的大數據分析技術
- Google Cloud Platform for Architects
- 大數據技術體系詳解:原理、架構與實踐