|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBOOKCENTRAL_ocn958945681 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
160614s2016 enk o 000 0 eng d |
040 |
|
|
|a NLE
|b eng
|e rda
|e pn
|c NLE
|d OCLCO
|d HEBIS
|d OCLCF
|d COO
|d FEM
|d OCLCQ
|d EBLCP
|d MERUC
|d OCLCQ
|d VT2
|d OCLCQ
|d UOK
|d OCLCQ
|d WYU
|d OCLCQ
|d LVT
|d UKAHL
|d OCLCQ
|d UKMGB
|d OCLCO
|d K6U
|d OCLCQ
|d OCLCO
|d OCLCL
|
015 |
|
|
|a GBB688272
|2 bnb
|
016 |
7 |
|
|a 017898581
|2 Uk
|
019 |
|
|
|a 968112813
|a 968989073
|
020 |
|
|
|a 9781785885266
|q (PDF ebook)
|
020 |
|
|
|a 178588526X
|q (PDF ebook)
|
029 |
1 |
|
|a AU@
|b 000067104936
|
029 |
1 |
|
|a CHNEW
|b 000949036
|
029 |
1 |
|
|a CHVBK
|b 483152099
|
029 |
1 |
|
|a UKMGB
|b 017898581
|
035 |
|
|
|a (OCoLC)958945681
|z (OCoLC)968112813
|z (OCoLC)968989073
|
037 |
|
|
|a 9781785885266
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA76.73.S28
|
082 |
0 |
4 |
|a 005.114
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kozlov, Alexander,
|e author.
|
245 |
1 |
0 |
|a Mastering Scala machine learning /
|c Alexander Kozlov.
|
264 |
|
1 |
|a Birmingham :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a CIP data; resource not viewed.
|
520 |
8 |
|
|a Advance your skills in efficient data analysis and data processing using the powerful tools of Scala, Spark, and HadoopAbout This Book*This is a primer on functional-programming-style techniques to help you efficiently process and analyze all of your data*Get acquainted with the best and newest tools available such as Scala, Spark, Parquet and MLlib for machine learning*Learn the best practices to incorporate new Big Data machine learning in your data-driven enterprise to gain future scalability and maintainabilityWho This Book Is ForMastering Scala Machine Learning is intended for enthusiasts who want to plunge into the new pool of emerging techniques for machine learning. Some familiarity with standard statistical techniques is required. What You Will Learn*Sharpen your functional programming skills in Scala using REPL*Apply standard and advanced machine learning techniques using Scala*Get acquainted with Big Data technologies and grasp why we need a functional approach to Big Data*Discover new data structures, algorithms, approaches, and habits that will allow you to work effectively with large amounts of data*Understand the principles of supervised and unsupervised learning in machine learning*Work with unstructured data and serialize it using Kryo, Protobuf, Avro, and AvroParquet*Construct reliable and robust data pipelines and manage data in a data-driven enterprise*Implement scalable model monitoring and alerts with ScalaIn DetailSince the advent of object-oriented programming, new technologies related to Big Data are constantly popping up on the market. One such technology is Scala, which is considered to be a successor to Java in the area of Big Data by many, like Java was to C/C++ in the area of distributed programing. This book aims to take your knowledge to next level and help you impart that knowledge to build advanced applications such as social media mining, intelligent news portals, and more. After a quick refresher on functional programming concepts using REPL, you will see some practical examples of setting up the development environment and tinkering with data. We will then explore working with Spark and MLlib using k-means and decision trees. Most of the data that we produce today is unstructured and raw, and you will learn to tackle this type of data with advanced topics such as regression, classification, integration, and working with graph algorithms. Finally, you will discover at how to use Scala to perform complex concept analysis, to monitor model performance, and to build a model repository. By the end of this book, you will have gained expertise in performing Scala machine learning and will be able to build complex machine learning projects using Scala.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowlegement; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Exploratory Data Analysis; Getting started with Scala; Distinct values of a categorical field; Summarization of a numeric field; Grepping across multiple fields; Basic, stratified, and consistent sampling; Working with Scala and Spark Notebooks; Basic correlations; Summary; Chapter 2: Data Pipelines and Modeling; Influence diagrams; Sequential trials and dealing with risk; Exploration and exploitation; Unknown unknowns; Basic components of a data-driven system; Data ingest.
|
505 |
8 |
|
|a Data transformation layerData analytics and machine learning; UI component; Actions engine; Correlation engine; Monitoring; Optimization and interactivity; Feedback loops; Summary; Chapter 3: Working with Spark and MLlib; Setting up Spark; Understanding Spark architecture; Task scheduling; Spark components; MQTT, ZeroMQ, Flume, and Kafka; HDFS, Cassandra, S3, and Tachyon; Mesos, YARN, and Standalone; Applications; Word count; Streaming word count; Spark SQL and DataFrame; ML libraries; SparkR; Graph algorithms -- GraphX and GraphFrames; Spark performance tuning; Running Hadoop HDFS; Summary.
|
505 |
8 |
|
|a Chapter 4: Supervised and Unsupervised LearningRecords and supervised learning; Iris dataset; Labeled point; SVMWithSGD; Logistic regression; Decision tree; Bagging and boosting -- ensemble learning methods; Unsupervised learning; Problem dimensionality; Summary; Chapter 5: Regression and Classification; What regression stands for?; Continuous space and metrics; Linear regression; Logistic regression; Regularization; Multivariate regression; Heteroscedasticity; Regression trees; Classification metrics; Multiclass problems; Perceptron; Generalization error and overfitting; Summary.
|
505 |
8 |
|
|a Chapter 6: Working with Unstructured DataNested data; Other serialization formats; Hive and Impala; Sessionization; Working with traits; Working with pattern matching; Other uses of unstructured data; Probabilistic structures; Projections; Summary; Chapter 7: Working with Graph Algorithms; A quick introduction to graphs; SBT; Graph for Scala; Adding nodes and edges; Graph constraints; JSON; GraphX; Who is getting e-mails?; Connected components; Triangle counting; Strongly connected components; PageRank; SVD++; Summary; Chapter 8: Integrating Scala with R and Python; Integrating with R.
|
505 |
8 |
|
|a Setting up R and SparkRLinux; Mac OS; Windows; Running SparkR via scripts; Running Spark via R's command line; DataFrames; Linear models; Generalized linear model; Reading JSON files in SparkR; Writing Parquet files in SparkR; Invoking Scala from R; Using Rserve; Integrating with Python; Setting up Python; PySpark; Calling Python from Java/Scala; Using sys.process._; Spark pipe; Jython and JSR 223; Summary; Chapter 9: NLP in Scala; Text analysis pipeline; Simple text analysis; MLlib algorithms in Spark; TF-IDF; LDA; Segmentation, annotation, and chunking; POS tagging.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Scala (Computer program language)
|
650 |
|
6 |
|a Scala (Langage de programmation)
|
650 |
|
7 |
|a Scala (Computer program language)
|2 fast
|
655 |
|
4 |
|a Data Processing; Databases; Programming Languages.
|
758 |
|
|
|i has work:
|a Mastering Scala Machine Learning (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCYvfXpqMXB97XyTk3cyYWC
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4594302
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH30656450
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4594302
|
994 |
|
|
|a 92
|b IZTAP
|