- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 107字
- 2021-07-02 12:08:36
A high-speed low-level API
At the core of CNTK, you'll find a low-level API that contains a set of mathematical operators to build neural network components. The low-level API also includes the automatic differentiation needed to optimize the parameters in your neural network.
Microsoft built the components with high performance in mind. For example: it included specific code to train neural networks on graphics cards. Graphics cards contain specialized processors, called GPUs, that are capable of processing large volumes of vector and matrix math at very high speeds. You can typically speed up the training process of a neural network by at least a factor 10.
推薦閱讀
- Architects of Intelligence
- Python醫學數據分析入門
- Spark大數據編程實用教程
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 數據中心數字孿生應用實踐
- Instant Autodesk AutoCAD 2014 Customization with .NET
- Power BI智能數據分析與可視化從入門到精通
- MySQL技術內幕:SQL編程
- Oracle高性能SQL引擎剖析:SQL優化與調優機制詳解
- 云計算寶典:技術與實踐
- openGauss數據庫核心技術
- 算法設計與分析
- Swift Functional Programming(Second Edition)
- Practical Convolutional Neural Networks