- 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.
- Unity 5.x Game AI Programming Cookbook
- SQL Server 2012數據庫技術與應用(微課版)
- 復雜性思考:復雜性科學和計算模型(原書第2版)
- PySpark大數據分析與應用
- Libgdx Cross/platform Game Development Cookbook
- 醫療大數據挖掘與可視化
- WS-BPEL 2.0 Beginner's Guide
- 爬蟲實戰:從數據到產品
- Deep Learning with R for Beginners
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- 數字化轉型方法論:落地路徑與數據中臺
- 數據分析實踐:專業知識和職場技巧
- 算法設計與問題求解(第2版):計算思維培養
- Oracle數據庫性能優化的藝術
- MySQL必知必會