- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 189字
- 2021-07-02 12:08:36
Features of CNTK
CNTK is a library that has both a low-level and high-level API for building neural networks. The low-level API is meant for scientists looking to build the next generation of neural network components, while the high-level API is meant for building production-quality neural networks.
On top of these basic building blocks, CNTK features a set of components that will make it easier to feed data into your neural network. It also contains various components to monitor and debug neural networks.
Finally, CNTK features a C# and Java API. You can use both of these languages to load trained models and make predictions from within your web application, microservices, or even Windows Store apps. In addition, you can use C# to train models should you want to do this.
Although it is possible to work with CNTK from Java and C#, it is important to know that at this point not all features in the Python version of CNTK are available to the C# and Java APIs. For example: models trained for object detection in Python do not work in C# with version 2.6 of CNTK.
- 數據分析實戰:基于EXCEL和SPSS系列工具的實踐
- 計算機信息技術基礎實驗與習題
- 數據庫開發實踐案例
- Neural Network Programming with TensorFlow
- Proxmox VE超融合集群實踐真傳
- 重復數據刪除技術:面向大數據管理的縮減技術
- SQL Server 2012數據庫管理教程
- Google Cloud Platform for Developers
- 深入理解InfluxDB:時序數據庫詳解與實踐
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- 智能與數據重構世界
- Microsoft Dynamics NAV 2015 Professional Reporting
- Artificial Intelligence for Big Data
- 深入理解Flink:實時大數據處理實踐
- 量化投資:交易模型開發與數據挖掘