- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 176字
- 2021-07-02 12:08:36
What is CNTK?
Building a neural network from scratch is a big undertaking—something I would not advise anyone to start with unless you're looking for a programming challenge. There are some great libraries that can help you build neural networks without the need to fully understand the mathematical formulas.
Microsoft Cognitive Toolkit (CNTK) is an open source library that contains all the basic building blocks to build a neural network.
CNTK is implemented using C++ and Python, but it is also available in C# and Java. Training can only be done in C++ or Python, but you can easily load your models in C# or Java for making predictions after you've trained your neural network.
There is also a variant of CNTK that uses a proprietary language called BrainScript. But for the purpose of this book, we'll only look at Python for the basic features of the framework. Later on, in Chapter 7, Deploying Models to Production, we'll discuss how to use C# or Java to load and use a trained model.
- Access 2016數據庫教程(微課版·第2版)
- 數據庫基礎與應用:Access 2010
- 達夢數據庫編程指南
- 信息系統與數據科學
- Python數據分析、挖掘與可視化從入門到精通
- WS-BPEL 2.0 Beginner's Guide
- 軟件成本度量國家標準實施指南:理論、方法與實踐
- Hadoop 3.x大數據開發實戰
- 大數據精準挖掘
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- Python數據分析從小白到專家
- Visual FoxPro數據庫技術基礎
- openGauss數據庫核心技術
- Access 2010數據庫程序設計實踐教程
- Access 2016數據庫應用基礎