- 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.
- Redis使用手冊
- 計算機信息技術基礎實驗與習題
- SQL Server 2008數據庫應用技術(第二版)
- Hadoop與大數據挖掘(第2版)
- 數據庫開發實踐案例
- Mastering Machine Learning with R(Second Edition)
- Sybase數據庫在UNIX、Windows上的實施和管理
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 金融商業算法建模:基于Python和SAS
- Google Cloud Platform for Developers
- AndEngine for Android Game Development Cookbook
- MySQL數據庫應用與管理
- 大數據計算系統原理、技術與應用
- 社交網站的數據挖掘與分析(原書第2版)
- Creating Mobile Apps with Appcelerator Titanium