- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 185字
- 2021-06-24 16:43:28
Installing .NET Core 3
As mentioned in Chapter 1, Getting Started with Machine Learning and ML.NET, .NET Core 3 is the preferred .NET framework at the time of writing when targeting multiple platforms, due to the optimization work achieved during the development of .NET Core 3. At the time of writing .NET Core 3 is not bundled with the Visual Studio Installer prior to version 16.3.0 and needs to be downloaded separately here: https://dotnet.microsoft.com/download/dotnet-core/3.0. The download specifically used through the scope of this book is version 3.0.100, but a newer version may be available by the time you are reading this. For those readers who are curious, the runtime is bundled with the SDK.
You can verify that the installation was successful by opening a PowerShell or Command Prompt and executing the following command:
dotnet --version
3.0.100
The output should begin with 3, as shown here. At the time of writing, 3.0.100 is the latest production version available.
- JavaScript高效圖形編程
- Web Scraping with Python
- ASP.NET Core 2 and Vue.js
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Getting Started with Hazelcast(Second Edition)
- 學習OpenCV 4:基于Python的算法實戰
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Android開發三劍客:UML、模式與測試
- 計算機應用基礎教程(Windows 7+Office 2010)
- 移動增值應用開發技術導論
- Windows Phone 8 Game Development
- Python+Office:輕松實現Python辦公自動化
- 零基礎學Java第2版
- Android編程權威指南(第4版)
- Python深度學習入門:從零構建CNN和RNN