- 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.
- Microsoft SQL Server企業(yè)級平臺管理實踐
- 數(shù)據(jù)庫應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- 金融商業(yè)算法建模:基于Python和SAS
- Proxmox VE超融合集群實踐真?zhèn)?/a>
- 科研統(tǒng)計思維與方法:SPSS實戰(zhàn)
- 大數(shù)據(jù)治理與安全:從理論到開源實踐
- 數(shù)據(jù)分析師養(yǎng)成寶典
- SQL Server 2012實施與管理實戰(zhàn)指南
- AndEngine for Android Game Development Cookbook
- 領(lǐng)域驅(qū)動設(shè)計精粹
- 工業(yè)大數(shù)據(jù)融合體系結(jié)構(gòu)與關(guān)鍵技術(shù)
- 數(shù)據(jù)挖掘與數(shù)據(jù)化運營實戰(zhàn):思路、方法、技巧與應(yīng)用
- SQL Server 數(shù)據(jù)庫教程(2008版)
- 實用預(yù)測分析
- Flume日志收集與MapReduce模式