- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 134字
- 2021-07-02 12:08:37
Using models from C# and Java
The main CNTK library is built in Python on top of a C++ core. You can use both C++ and Python to train models. When you want to use your models in production, you have a lot more choice. You can use your trained model from C++ or Python, but most developers will want to use Java or C#. Python is much slower than these languages when it comes to runtime performance. Also, C# and Java are more widely used in corporate environments.
You can download the C# and Java version of CNTK as a separate library from NuGet or Maven central. In Chapter 7, Deploying Models to Production, we'll discuss how to use CNTK from these languages to host a trained model inside a microservice environment.
推薦閱讀
- SQL Server 2016 數據庫教程(第4版)
- 數據挖掘原理與實踐
- InfluxDB原理與實戰
- Modern Programming: Object Oriented Programming and Best Practices
- 企業大數據系統構建實戰:技術、架構、實施與應用
- WS-BPEL 2.0 Beginner's Guide
- Starling Game Development Essentials
- Learning Proxmox VE
- Oracle 12c云數據庫備份與恢復技術
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- 數字IC設計入門(微課視頻版)
- Oracle高性能SQL引擎剖析:SQL優化與調優機制詳解
- 改變未來的九大算法
- Unity 2018 By Example(Second Edition)
- Access 2010數據庫程序設計實踐教程