- 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.
- Hands-On Data Structures and Algorithms with Rust
- SQL Server入門經典
- Mockito Cookbook
- 數據驅動設計:A/B測試提升用戶體驗
- Ceph源碼分析
- 數據庫原理與應用(Oracle版)
- 跟老男孩學Linux運維:MySQL入門與提高實踐
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- Web Services Testing with soapUI
- 數據庫與數據處理:Access 2010實現
- Mastering ROS for Robotics Programming(Second Edition)
- 實現領域驅動設計
- Microsoft Dynamics NAV 2015 Professional Reporting
- Unity for Architectural Visualization
- Nagios Core Administrators Cookbook