Data Science with Java: Practical Methods for Scientists and Engineers
Michael R. Brzustowicz PhD
- 出版商: O'Reilly
- 出版日期: 2017-06-22
- 定價: $1,800
- 售價: 6.0 折 $1,080
- 語言: 英文
- 頁數: 236
- 裝訂: Paperback
- ISBN: 1491934115
- ISBN-13: 9781491934111
-
相關分類:
Java 程式語言、資料科學
-
相關翻譯:
Java 資料科學|科學與工程實務方法 (Data Science with Java: Practical Methods for Scientists and Engineers) (繁中版)
Java數據科學實戰 (簡中版)
立即出貨
商品描述
Data Science is booming thanks to R and Python, but Java brings the robustness, convenience, and ability to scale critical to today’s data science applications. With this practical book, Java software engineers looking to add data science skills will take a logical journey through the data science pipeline. Author Michael Brzustowicz explains the basic math theory behind each step of the data science process, as well as how to apply these concepts with Java.
You’ll learn the critical roles that data IO, linear algebra, statistics, data operations, learning and prediction, and Hadoop MapReduce play in the process. Throughout this book, you’ll find code examples you can use in your applications.
- Examine methods for obtaining, cleaning, and arranging data into its purest form
- Understand the matrix structure that your data should take
- Learn basic concepts for testing the origin and validity of data
- Transform your data into stable and usable numerical values
- Understand supervised and unsupervised learning algorithms, and methods for evaluating their success
- Get up and running with MapReduce, using customized components suitable for data science algorithms