Amazon cover image
Image from Amazon.com

Designing machine learning systems with Python : design efficient machine learning systems that give you more accurate results / David Julian.

By: Material type: TextTextSeries: Community experience distilledPublisher: Birmingham, UK : Packt Publishing, 2016Description: 1 online resource : illustrationsContent type:
  • text
Media type:
  • computer
Carrier type:
  • online resource
ISBN:
  • 9781785880780
  • 1785880780
  • 1785882953
  • 9781785882951
Subject(s): Genre/Form: Additional physical formats: Erscheint auch als:: No titleDDC classification:
  • 005.133 23
LOC classification:
  • QA76.73.P98
Online resources:
Contents:
Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Thinking in Machine Learning; The human interface; Design principles; Types of questions; Are you asking the right question?; Tasks; Classification; Regression; Clustering; Dimensionality reduction; Errors; Optimization; Linear programming; Models; Features; Unified modeling language; Class diagrams; Object diagrams; Activity diagrams; State diagrams; Summary; Chapter 2: Tools and Techniques; Python for machine learning; IPython console; Installing the SciPy stack; NumPY
Constructing and transforming arraysMathematical operations; Matplotlib; Pandas; SciPy; Scikit-learn; Summary; Chapter 3: Turning Data into Information; What is data?; Big data; Challenges of big data; Data volume; Data velocity; Data variety; Data models; Data distributions; Data from databases; Data from the Web; Data from natural language; Data from images; Data from application programming interfaces; Signals; Data from sound; Cleaning data; Visualizing data; Summary; Chapter 4: Models -- Learning from Information; Logical models; Generality ordering; Version space; Coverage space
PAC learning and computational complexityTree models; Purity; Rule models; The ordered list approach; Set-based rule models; Summary; Chapter 5: Linear Models; Introducing least squares; Gradient descent; The normal equation; Logistic regression; The Cost function for logistic regression; Multiclass classification; Regularization; Summary; Chapter 6: Neural Networks; Getting started with neural networks; Logistic units; Cost function; Minimizing the cost function; Implementing a neural network; Gradient checking; Other neural net architectures; Summary
Chapter 7: Features -- How Algorithms See the WorldFeature types; Quantitative features; Ordinal features; Categorical features; Operations and statistics; Structured features; Transforming features; Discretization; Normalization; Calibration; Principle component analysis; Summary; Chapter 8: Learning with Ensembles; Ensemble types; Bagging; Random forests; Extra trees; Boosting; Adaboost; Gradient boosting; Ensemble strategies; Other methods; Summary; Chapter 9: Design Strategies and Case Studies; Evaluating model performance; Model selection; Gridsearch; Learning curves
Real-world case studiesBuilding a recommender system; Content-based filtering; Collaborative filtering; Reviewing the case study; Insect detection in greenhouses; Reviewing the case study; Machine learning at a glance; Summary; Index
Summary: Annotation Design efficient machine learning systems that give you more accurate resultsAbout This Book Gain an understanding of the machine learning design process Optimize machine learning systems for improved accuracy Understand common programming tools and techniques for machine learning Develop techniques and strategies for dealing with large amounts of data from a variety of sources Build models to solve unique tasksWho This Book Is ForThis book is for data scientists, scientists, or just the curious. To get the most out of this book, you will need to know some linear algebra and some Python, and have a basic knowledge of machine learning concepts.What You Will Learn Gain an understanding of the machine learning design process Optimize the error function of your machine learning system Understand the common programming patterns used in machine learning Discover optimizing techniques that will help you get the most from your data Find out how to design models uniquely suited to your taskIn DetailMachine learning is one of the fastest growing trends in modern computing. It has applications in a wide range of fields, including economics, the natural sciences, web development, and business modeling. In order to harness the power of these systems, it is essential that the practitioner develops a solid understanding of the underlying design principles.There are many reasons why machine learning models may not give accurate results. By looking at these systems from a design perspective, we gain a deeper understanding of the underlying algorithms and the optimisational methods that are available. This book will give you a solid foundation in the machine learning design process, and enable you to build customised machine learning models to solve unique problems. You may already know about, or have worked with, some of the off-the-shelf machine learning models for solving common problems such as spam detection or movie classification, but to begin solving more complex problems, it is important to adapt these models to your own specific needs. This book will give you this understanding and more.Style and approachThis easy-to-follow, step-by-step guide covers the most important machine learning models and techniques from a design perspective.
Item type:
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Home library Collection Call number Materials specified Status Date due Barcode
Electronic-Books Electronic-Books OPJGU Sonepat- Campus E-Books EBSCO Available

Description based on online resource; title from cover (Safari, viewed April 21, 2016).

Includes index.

Annotation Design efficient machine learning systems that give you more accurate resultsAbout This Book Gain an understanding of the machine learning design process Optimize machine learning systems for improved accuracy Understand common programming tools and techniques for machine learning Develop techniques and strategies for dealing with large amounts of data from a variety of sources Build models to solve unique tasksWho This Book Is ForThis book is for data scientists, scientists, or just the curious. To get the most out of this book, you will need to know some linear algebra and some Python, and have a basic knowledge of machine learning concepts.What You Will Learn Gain an understanding of the machine learning design process Optimize the error function of your machine learning system Understand the common programming patterns used in machine learning Discover optimizing techniques that will help you get the most from your data Find out how to design models uniquely suited to your taskIn DetailMachine learning is one of the fastest growing trends in modern computing. It has applications in a wide range of fields, including economics, the natural sciences, web development, and business modeling. In order to harness the power of these systems, it is essential that the practitioner develops a solid understanding of the underlying design principles.There are many reasons why machine learning models may not give accurate results. By looking at these systems from a design perspective, we gain a deeper understanding of the underlying algorithms and the optimisational methods that are available. This book will give you a solid foundation in the machine learning design process, and enable you to build customised machine learning models to solve unique problems. You may already know about, or have worked with, some of the off-the-shelf machine learning models for solving common problems such as spam detection or movie classification, but to begin solving more complex problems, it is important to adapt these models to your own specific needs. This book will give you this understanding and more.Style and approachThis easy-to-follow, step-by-step guide covers the most important machine learning models and techniques from a design perspective.

Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Thinking in Machine Learning; The human interface; Design principles; Types of questions; Are you asking the right question?; Tasks; Classification; Regression; Clustering; Dimensionality reduction; Errors; Optimization; Linear programming; Models; Features; Unified modeling language; Class diagrams; Object diagrams; Activity diagrams; State diagrams; Summary; Chapter 2: Tools and Techniques; Python for machine learning; IPython console; Installing the SciPy stack; NumPY

Constructing and transforming arraysMathematical operations; Matplotlib; Pandas; SciPy; Scikit-learn; Summary; Chapter 3: Turning Data into Information; What is data?; Big data; Challenges of big data; Data volume; Data velocity; Data variety; Data models; Data distributions; Data from databases; Data from the Web; Data from natural language; Data from images; Data from application programming interfaces; Signals; Data from sound; Cleaning data; Visualizing data; Summary; Chapter 4: Models -- Learning from Information; Logical models; Generality ordering; Version space; Coverage space

PAC learning and computational complexityTree models; Purity; Rule models; The ordered list approach; Set-based rule models; Summary; Chapter 5: Linear Models; Introducing least squares; Gradient descent; The normal equation; Logistic regression; The Cost function for logistic regression; Multiclass classification; Regularization; Summary; Chapter 6: Neural Networks; Getting started with neural networks; Logistic units; Cost function; Minimizing the cost function; Implementing a neural network; Gradient checking; Other neural net architectures; Summary

Chapter 7: Features -- How Algorithms See the WorldFeature types; Quantitative features; Ordinal features; Categorical features; Operations and statistics; Structured features; Transforming features; Discretization; Normalization; Calibration; Principle component analysis; Summary; Chapter 8: Learning with Ensembles; Ensemble types; Bagging; Random forests; Extra trees; Boosting; Adaboost; Gradient boosting; Ensemble strategies; Other methods; Summary; Chapter 9: Design Strategies and Case Studies; Evaluating model performance; Model selection; Gridsearch; Learning curves

Real-world case studiesBuilding a recommender system; Content-based filtering; Collaborative filtering; Reviewing the case study; Insect detection in greenhouses; Reviewing the case study; Machine learning at a glance; Summary; Index

eBooks on EBSCOhost EBSCO eBook Subscription Academic Collection - Worldwide

There are no comments on this title.

to post a comment.

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library