- 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.
- 基于粒計算模型的圖像處理
- HTML5移動Web開發技術
- Python測試開發入門與實踐
- 基于免疫進化的算法及應用研究
- Instant Typeahead.js
- Julia機器學習核心編程:人人可用的高性能科學計算
- 基于差分進化的優化方法及應用
- C/C++常用算法手冊(第3版)
- Mastering Google App Engine
- Mastering Apache Spark 2.x(Second Edition)
- Learning FuelPHP for Effective PHP Development
- Spring Boot+MVC實戰指南
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Angular應用程序開發指南