Book Image

Mastering Java Machine Learning

By : Uday Kamath, Krishna Choppella
Book Image

Mastering Java Machine Learning

By: Uday Kamath, Krishna Choppella

Overview of this book

Java is one of the main languages used by practicing data scientists; much of the Hadoop ecosystem is Java-based, and it is certainly the language that most production systems in Data Science are written in. If you know Java, Mastering Machine Learning with Java is your next step on the path to becoming an advanced practitioner in Data Science. This book aims to introduce you to an array of advanced techniques in machine learning, including classification, clustering, anomaly detection, stream learning, active learning, semi-supervised learning, probabilistic graph modeling, text mining, deep learning, and big data batch and stream machine learning. Accompanying each chapter are illustrative examples and real-world case studies that show how to apply the newly learned techniques using sound methodologies and the best Java-based tools available today. On completing this book, you will have an understanding of the tools and techniques for building powerful machine learning models to solve data science problems in just about any domain.
Table of Contents (20 chapters)
Mastering Java Machine Learning
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
Linear Algebra
Index

References


  1. Daphne Koller and Nir Friedman (2009). Probabilistic Graphical Models. MIT Press. ISBN 0-262-01319-3.

  2. T. Verma and J. Pearl (1988), In proceedings for fourth workshop on Uncertainty in Artificial Intelligence, Montana, Pages 352-359. Causal Networks- Semantics and expressiveness.

  3. Dagum, P., and Luby, M. (1993). Approximating probabilistic inference in Bayesian belief networks is NP hard. Artificial Intelligence 60(1):141–153.

  4. U. Bertele and F. Brioschi, Nonserial Dynamic Programming, Academic Press. New York, 1972.

  5. Shenoy, P. P. and G. Shafer (1990). Axioms for probability and belief-function propagation, in Uncertainty in Artificial Intelligence, 4, 169-198, North-Holland, Amsterdam

  6. Bayarri, M.J. and DeGroot, M.H. (1989). Information in Selection Models. Probability and Bayesian Statistics, (R. Viertl, ed.), Plenum Press, New York.

  7. Spiegelhalter and Lauritzen (1990). Sequential updating of conditional probabilities on directed graphical structures. Networks 20. Pages 579-605.

  8. David...