- Mastering Java for Data Science
- Alexey Grigorev
- 105字
- 2021-07-02 23:44:33
Math and stats libraries
The math support in the standard Java library is quite limited, and only includes methods such as log for computing the logarithm, exp for computing the exponent and other basic methods.
There are external libraries with richer support of mathematics. For example:
- Apache Commons Math (http://commons.apache.org/math/) for statistics, optimization, and linear algebra
- Apache Mahout (http://mahout.apache.org/) for linear algebra, also includes a module for distributed linear algebra and machine learning
- JBlas (http://jblas.org/) optimized and very fast linear algebra package that uses the BLAS library
Also, many machine learning libraries come with some extra math functionality, often linear algebra, stats, and optimization.
推薦閱讀
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- Hands-On Data Structures and Algorithms with Rust
- 云計算環境下的信息資源集成與服務
- DB29forLinux,UNIX,Windows數據庫管理認證指南
- 企業大數據系統構建實戰:技術、架構、實施與應用
- 新型數據庫系統:原理、架構與實踐
- MySQL基礎教程
- INSTANT Cytoscape Complex Network Analysis How-to
- 數據庫原理與應用(Oracle版)
- 企業級數據與AI項目成功之道
- ZeroMQ
- 從實踐中學習sqlmap數據庫注入測試
- 企業級大數據項目實戰:用戶搜索行為分析系統從0到1
- 領域驅動設計精粹
- 數字化轉型實踐:構建云原生大數據平臺