- 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.
- SQL Server 2016 數(shù)據(jù)庫教程(第4版)
- 業(yè)務(wù)數(shù)據(jù)分析:五招破解業(yè)務(wù)難題
- 文本挖掘:基于R語言的整潔工具
- Power BI商業(yè)數(shù)據(jù)分析完全自學(xué)教程
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- Construct 2 Game Development by Example
- 新手學(xué)會(huì)計(jì)(2013-2014實(shí)戰(zhàn)升級(jí)版)
- 貫通SQL Server 2008數(shù)據(jù)庫系統(tǒng)開發(fā)
- 數(shù)據(jù)中臺(tái)實(shí)戰(zhàn):手把手教你搭建數(shù)據(jù)中臺(tái)
- 碼上行動(dòng):利用Python與ChatGPT高效搞定Excel數(shù)據(jù)分析
- 數(shù)據(jù)會(huì)說話:活用數(shù)據(jù)表達(dá)、說服與決策
- MySQL核心技術(shù)手冊(cè)
- 算力芯片:高性能CPU/GPU/NPU微架構(gòu)分析
- 高效使用Redis:一書學(xué)透數(shù)據(jù)存儲(chǔ)與高可用集群
- Applying Math with Python