- Mastering Java for Data Science
- Alexey Grigorev
- 106字
- 2021-07-02 23:44:32
Data science libraries
While there are not as many data science libraries in Java compared to R, there are quite a few. Additionally, it is often possible to use machine learning and data mining libraries written in other JVM languages, such as Scala, Groovy, or Clojure. Because these languages share the runtime environment, it makes it very easy to import libraries written in Scala and use them directly in Java code.
We can pide the libraries into the following categories:
- Data processing libraries
- Math and stats libraries
- Machine learning and data mining libraries
- Text processing libraries
Now we will see each of them in detail.
推薦閱讀
- PyTorch深度學習實戰:從新手小白到數據科學家
- 正則表達式必知必會
- SQL Server 2008數據庫應用技術(第二版)
- Game Development with Swift
- 企業大數據系統構建實戰:技術、架構、實施與應用
- 數據庫系統原理及應用教程(第4版)
- 數據驅動:從方法到實踐
- OracleDBA實戰攻略:運維管理、診斷優化、高可用與最佳實踐
- 一個64位操作系統的設計與實現
- Lego Mindstorms EV3 Essentials
- Power BI智能數據分析與可視化從入門到精通
- SQL Server深入詳解
- Expert Python Programming(Third Edition)
- Google Cloud Platform for Architects
- 數據應用工程:方法論與實踐