- 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.
- 自然語言處理實戰:預訓練模型應用及其產品化
- JavaScript語言精髓與編程實踐(第3版)
- Mastering Python Scripting for System Administrators
- HTML5+CSS3網頁設計
- Jupyter數據科學實戰
- PHP 7從零基礎到項目實戰
- 零基礎學HTML+CSS
- 交互式程序設計(第2版)
- Vue.js光速入門及企業項目開發實戰
- Application Development with Parse using iOS SDK
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- Mobile Test Automation with Appium
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)
- 深度學習的數學:使用Python語言
- 計算機視覺增強現實應用平臺開發