- Mastering .NET Machine Learning
- Jamie Dixon
- 207字
- 2021-07-09 20:16:38
Third-party libraries
The following are a few third-party libraries that we will cover in our book later on.
Math.NET
Math.NET is an open source project that was created to augment (and sometimes replace) the functions that are available in System.Math
. Its home page is http://www.mathdotnet.com/. We will be using Math.Net's Numerics
and Symbolics
namespaces in some of the machine learning algorithms that we will write by hand. A nice feature about Math.Net is that it has strong support for F#.
Accord.NET
Accord.NET is an open source project that was created to implement many common machine learning models. Its home page is http://accord-framework.net/. Although the focus of Accord.NET was for computer vision and signal processing, we will be using Accord.Net extensively in this book as it makes it very easy to implement algorithms in our problem domain.
Numl
Numl is an open source project that implements several common machine learning models as experiments. Its home page is http://numl.net/. Numl is newer than any of the other third-party libraries that we will use in the book, so it may not be as extensive as the other ones, but it can be very powerful and helpful in certain situations. We will be using Numl in several chapters of the book.
- Python自動化運維快速入門
- ASP.NET Core Essentials
- Mastering Drupal 8 Views
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- 單片機C語言程序設計實訓100例
- HTML5 APP開發從入門到精通(微課精編版)
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Python機器學習之金融風險管理
- 細說Python編程:從入門到科學計算
- QPanda量子計算編程
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- ASP.NET Core and Angular 2
- 產品架構評估原理與方法
- C語言程序設計實驗指導
- Neo4j權威指南 (圖數據庫技術叢書)