- Scala for Data Science
- Pascal Bugnion
- 107字
- 2021-07-23 14:33:05
Alternatives to Breeze
Breeze is the most feature-rich and approachable Scala framework for linear algebra and numeric computation. However, do not take my word for it: experiment with other libraries for tabular data. In particular, I recommend trying Saddle, which provides a Frame
object similar to data frames in pandas or R. In the Java world, the Apache Commons Maths library provides a very rich toolkit for numerical computation. In Chapter 10, Distributed Batch Processing with Spark, Chapter 11, Spark SQL and DataFrames, and Chapter 12, Distributed Machine Learning with MLlib, we will explore Spark and MLlib, which allow the user to run distributed machine learning algorithms.
推薦閱讀
- 軟件安全技術
- MySQL數據庫管理實戰
- JavaScript:Functional Programming for JavaScript Developers
- C語言程序設計教程(第2版)
- 數據結構(Python語言描述)(第2版)
- Swift 3 New Features
- Building Mapping Applications with QGIS
- INSTANT OpenNMS Starter
- Python:Master the Art of Design Patterns
- Python Data Structures and Algorithms
- 新一代SDN:VMware NSX 網絡原理與實踐
- Kubernetes進階實戰
- 創意UI Photoshop玩轉移動UI設計
- Application Development with Swift
- Modular Programming with JavaScript