Cargando…

Practical machine learning : tackle the real-world complexities of modern machine learning with innovative and cutting-edge techniques /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gollapudi, Sunila (Autor)
Otros Autores: Laxmikanth, V. (author of foreword.)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover; Copyright; Credits; Foreword; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Introduction to Machine learning; Machine learning; Definition; Core Concepts and Terminology; What is learning?; Data; Labeled and unlabeled data; Tasks; Algorithms; Models; Data and inconsistencies in Machine learning; Under-fitting; Over-fitting; Data instability; Unpredictable data formats; Practical Machine learning examples; Types of learning problems; Classification; Clustering; Forecasting, prediction or regression; Simulation; Optimization
  • Supervised learningUnsupervised learning; Semi-supervised learning; Reinforcement learning; Deep learning; Performance measures; Is the solution good?; Mean squared error (MSE); Mean absolute error (MAE); Normalized MSE and MAE (NMSE and NMAE); Solving the errors: bias and variance; Some complementing fields of Machine learning; Data mining; Artificial intelligence (AI); Statistical learning; Data science; Machine learning process lifecycle and solution architecture; Machine learning algorithms; Decision tree based algorithms; Bayesian method based algorithms; Kernel method based algorithms
  • Clustering methodsArtificial neural networks (ANN); Dimensionality reduction; Ensemble methods; Instance based learning algorithms; Regression analysis based algorithms; Association rule based learning algorithms; Machine learning tools and frameworks; Summary; Chapter 2: Machine learning and Large-scale datasets; Big data and the context of large-scale Machine learning; Functional versus Structural
  • A methodological mismatch; Commoditizing information; Theoretical limitations of RDBMS; Scaling-up versus Scaling-out storage; Distributed and parallel computing strategies
  • Machine learning: Scalability and PerformanceToo many data points or instances; Too many attributes or features; Shrinking response time windows
  • need for real-time responses; Highly complex algorithm; Feed forward, iterative prediction cycles; Model selection process; Potential issues in large-scale Machine learning; Algorithms and Concurrency; Developing concurrent algorithms; Technology and implementation options for scaling-up Machine learning; MapReduce programming paradigm; High Performance Computing (HPC) with Message Passing Interface (MPI)
  • Language Integrated Queries (LINQ) frameworkManipulating datasets with LINQ; Graphics Processing Unit (GPU); Field Programmable Gate Array (FPGA); Multicore or multiprocessor systems; Summary; Chapter 3: An Introduction to Hadoop's Architecture and Ecosystem; Introduction to Apache Hadoop; Evolution of Hadoop (the platform of choice); Hadoop and its core elements; Machine learning solution architecture for big data (employing Hadoop); The Data Source layer; The Ingestion layer; The Hadoop Storage layer; The Hadoop (Physical) Infrastructure layer
  • supporting appliance