- Scala for Data Science
- Pascal Bugnion
- 71字
- 2021-07-23 14:33:08
References
Aleksandar Prokopec, Learning Concurrent Programming in Scala. This is a detailed introduction to the basics of concurrent programming in Scala. In particular, it explores parallel collections and futures in much greater detail than this chapter.
Daniel Westheide's blog gives an excellent introduction to many Scala concepts, in particular:
- Futures: http://danielwestheide.com/blog/2013/01/09/the-neophytes-guide-to-scala-part-8-welcome-to-the-future.html
- The Try type: http://danielwestheide.com/blog/2012/12/26/the-neophytes-guide-to-scala-part-6-error-handling-with-try.html
For a discussion of cross-validation, see The Elements of Statistical Learning by Hastie, Tibshirani, and Friedman.
推薦閱讀
- Redis Applied Design Patterns
- KnockoutJS Starter
- Spring核心技術和案例實戰
- 深入分布式緩存:從原理到實踐
- SQL Server數據庫管理與開發兵書
- Mastering Git
- 從零開始學C#
- JavaScript+jQuery網頁特效設計任務驅動教程
- Python趣味編程與精彩實例
- Instant Apache Camel Messaging System
- Node.js 6.x Blueprints
- iOS Development with Xamarin Cookbook
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- HTML5 WebSocket權威指南
- Java程序設計