- Scala for Machine Learning(Second Edition)
- Patrick R. Nicolas
- 142字
- 2021-07-08 10:43:04
Summary
We hope you enjoyed this introduction to machine learning. You learned how to leverage your skills in Scala programming to create a simple logistic regression program for predicting stock price/volume action. Here are the highlights of this introductory chapter:
- From monadic composition, high-order collection methods for parallelization to configurability and reusability patterns, Scala is the perfect fit to implement data mining and machine learning algorithms for large-scale projects.
- There are many logical steps required to create and deploy a machine learning model.
- The implementation of the binomial logistic regression classifier presented as part of the test case is simple enough to encourage you to learn how to write and apply more advanced machine learning algorithms.
To the delight of Scala programming aficionados, the next chapter will dig deeper into building a flexible workflow by leveraging monadic data transformation and stackable traits.
推薦閱讀
- TypeScript Blueprints
- Practical Game Design
- Reactive Programming With Java 9
- 深入淺出React和Redux
- Spring Security Essentials
- Python Data Science Cookbook
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- OpenCV Android開發實戰
- R的極客理想:量化投資篇
- Instant GLEW
- 安卓工程師教你玩轉Android
- Node.js實戰:分布式系統中的后端服務開發
- Parallel Programming with Python
- R語言編程基礎
- JavaWeb入門經典