Автор: Kevin Murphy Название: Machine Learning ISBN: 0262018020 ISBN-13(EAN): 9780262018029 Издательство: MIT Press Рейтинг: Цена: 124150.00 T Наличие на складе: Невозможна поставка. Описание:
A comprehensive introduction to machine learning that uses probabilistic models and inference as a unifying approach.
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then use the uncovered patterns to predict future data. This textbook offers a comprehensive and self-contained introduction to the field of machine learning, based on a unified, probabilistic approach.
The coverage combines breadth and depth, offering necessary background material on such topics as probability, optimization, and linear algebra as well as discussion of recent developments in the field, including conditional random fields, L1 regularization, and deep learning. The book is written in an informal, accessible style, complete with pseudo-code for the most important algorithms. All topics are copiously illustrated with color images and worked examples drawn from such application domains as biology, text processing, computer vision, and robotics. Rather than providing a cookbook of different heuristic methods, the book stresses a principled model-based approach, often using the language of graphical models to specify models in a concise and intuitive way. Almost all the models described have been implemented in a MATLAB software package -- PMTK (probabilistic modeling toolkit) -- that is freely available online. The book is suitable for upper-level undergraduates with an introductory-level college math background and beginning graduate students.
Автор: Marsland Название: Machine Learning ISBN: 1466583282 ISBN-13(EAN): 9781466583283 Издательство: Taylor&Francis Рейтинг: Цена: 80630.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
A Proven, Hands-On Approach for Students without a Strong Statistical Foundation
Since the best-selling first edition was published, there have been several prominent developments in the field of machine learning, including the increasing work on the statistical interpretations of machine learning algorithms. Unfortunately, computer science students without a strong statistical background often find it hard to get started in this area.
Remedying this deficiency, Machine Learning: An Algorithmic Perspective, Second Edition helps students understand the algorithms of machine learning. It puts them on a path toward mastering the relevant mathematics and statistics as well as the necessary programming and experimentation.
New to the Second Edition
Two new chapters on deep belief networks and Gaussian processes
Reorganization of the chapters to make a more natural flow of content
Revision of the support vector machine material, including a simple implementation for experiments
New material on random forests, the perceptron convergence theorem, accuracy methods, and conjugate gradient optimization for the multi-layer perceptron
Additional discussions of the Kalman and particle filters
Improved code, including better use of naming conventions in Python
Suitable for both an introductory one-semester course and more advanced courses, the text strongly encourages students to practice with the code. Each chapter includes detailed examples along with further reading and problems. All of the code used to create the examples is available on the author's website.
Автор: Japkowicz Название: Evaluating Learning Algorithms ISBN: 1107653118 ISBN-13(EAN): 9781107653115 Издательство: Cambridge Academ Рейтинг: Цена: 59130.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book gives a solid basis for conducting performance evaluations of learning algorithms in practical settings with an emphasis on classification algorithms. The authors describe several techniques designed to deal with performance measures and methods, error estimation or re-sampling techniques, statistical significance testing, data set selection and evaluation benchmark design.
Автор: Shan Suthaharan Название: Machine Learning Models and Algorithms for Big Data Classification ISBN: 148997640X ISBN-13(EAN): 9781489976406 Издательство: Springer Рейтинг: Цена: 121110.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book presents machine learning models and algorithms to address big data classification problems. The first part mainly focuses on the topics that are needed to help analyze and understand data and big data. The third part presents the topics required to understand and select machine learning techniques to classify big data.
Автор: Vipin Kumar; P.S. Gopalakrishnan; Laveen N. Kanal Название: Parallel Algorithms for Machine Intelligence and Vision ISBN: 1461279941 ISBN-13(EAN): 9781461279945 Издательство: Springer Рейтинг: Цена: 111790.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Recent research results in the area of parallel algorithms for problem solving, search, natural language parsing, and computer vision, are brought together in this book.
Self-driving cars, natural language recognition, and online recommendation engines are all possible thanks to Machine Learning. Now you can create your own genetic algorithms, nature-inspired swarms, Monte Carlo simulations, cellular automata, and clusters. Learn how to test your ML code and dive into even more advanced topics. If you are a beginner-to-intermediate programmer keen to understand machine learning, this book is for you.
Discover machine learning algorithms using a handful of self-contained recipes. Build a repertoire of algorithms, discovering terms and approaches that apply generally. Bake intelligence into your algorithms, guiding them to discover good solutions to problems.
In this book, you will:
Use heuristics and design fitness functions.
Build genetic algorithms.
Make nature-inspired swarms with ants, bees and particles.
Create Monte Carlo simulations.
Investigate cellular automata.
Find minima and maxima, using hill climbing and simulated annealing.
Try selection methods, including tournament and roulette wheels.
Learn about heuristics, fitness functions, metrics, and clusters.
Test your code and get inspired to try new problems. Work through scenarios to code your way out of a paper bag; an important skill for any competent programmer. See how the algorithms explore and learn by creating visualizations of each problem. Get inspired to design your own machine learning projects and become familiar with the jargon.
What You Need:
Code in C++ (>= C++11), Python (2.x or 3.x) and JavaScript (using the HTML5 canvas). Also uses matplotlib and some open source libraries, including SFML, Catch and Cosmic-Ray. These plotting and testing libraries are not required but their use will give you a fuller experience. Armed with just a text editor and compiler/interpreter for your language of choice you can still code along from the general algorithm descriptions.
Автор: Ayyadevara, V Kishore Название: Pro machine learning algorithms ISBN: 1484235630 ISBN-13(EAN): 9781484235638 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Bridge the gap between a high-level understanding of how an algorithm works and knowing the nuts and bolts to tune your models better. This book will give you the confidence and skills when developing all the major machine learning models. In Pro Machine Learning Algorithms, you will first develop the algorithm in Excel so that you get a practical understanding of all the levers that can be tuned in a model, before implementing the models in Python/R.
You will cover all the major algorithms: supervised and unsupervised learning, which include linear/logistic regression; k-means clustering; PCA; recommender system; decision tree; random forest; GBM; and neural networks. You will also be exposed to the latest in deep learning through CNNs, RNNs, and word2vec for text mining. You will be learning not only the algorithms, but also the concepts of feature engineering to maximize the performance of a model. You will see the theory along with case studies, such as sentiment classification, fraud detection, recommender systems, and image recognition, so that you get the best of both theory and practice for the vast majority of the machine learning algorithms used in industry. Along with learning the algorithms, you will also be exposed to running machine-learning models on all the major cloud service providers.
You are expected to have minimal knowledge of statistics/software programming and by the end of this book you should be able to work on a machine learning project with confidence.
What You Will Learn
Get an in-depth understanding of all the major machine learning and deep learning algorithms Fully appreciate the pitfalls to avoid while building modelsImplement machine learning algorithms in the cloud Follow a hands-on approach through case studies for each algorithmGain the tricks of ensemble learning to build more accurate modelsDiscover the basics of programming in R/Python and the Keras framework for deep learning
Who This Book Is For
Business analysts/ IT professionals who want to transition into data science roles. Data scientists who want to solidify their knowledge in machine learning.
Автор: Moitra Ankur Название: Algorithmic Aspects of Machine Learning ISBN: 1316636003 ISBN-13(EAN): 9781316636008 Издательство: Cambridge Academ Рейтинг: Цена: 35910.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Machine learning is reshaping our everyday life. This book explores the theoretical underpinnings in an accessible way, offering theoretical computer scientists an introduction to important models and problems and offering machine learning researchers a cutting-edge algorithmic toolkit.
Автор: Moitra, Ankur (massachusetts Institute Of Technology) Название: Algorithmic aspects of machine learning ISBN: 1107184584 ISBN-13(EAN): 9781107184589 Издательство: Cambridge Academ Рейтинг: Цена: 70750.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Machine learning is reshaping our everyday life. This book explores the theoretical underpinnings in an accessible way, offering theoretical computer scientists an introduction to important models and problems and offering machine learning researchers a cutting-edge algorithmic toolkit.
Автор: Xia Lirong Название: Learning and Decision-Making from Rank Data ISBN: 1681734427 ISBN-13(EAN): 9781681734422 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 82230.00 T Наличие на складе: Невозможна поставка. Описание: The ubiquitous challenge of learning and decision-making from rank data arises in situations where intelligent systems collect preference and behavior data from humans, learn from the data, and then use the data to help humans make efficient, effective, and timely decisions. Often, such data are represented by rankings. This book surveys some recent progress toward addressing the challenge from the considerations of statistics, computation, and socio-economics. We will cover classical statistical models for rank data, including random utility models, distance-based models, and mixture models. We will discuss and compare classical and state of-the-art algorithms, such as algorithms based on Minorize-Majorization (MM), Expectation-Maximization (EM), Generalized Method-of-Moments (GMM), rank breaking, and tensor decomposition. We will also introduce principled Bayesian preference elicitation frameworks for collecting rank data. Finally, we will examine socio-economic aspects of statistically desirable decision-making mechanisms, such as Bayesian estimators. This book can be useful in three ways: (1) for theoreticians in statistics and machine learning to better understand the considerations and caveats of learning from rank data, compared to learning from other types of data, especially cardinal data; (2) for practitioners to apply algorithms covered by the book for sampling, learning, and aggregation; and (3) as a textbook for graduate students or advanced undergraduate students to learn about the field. This book requires that the reader has basic knowledge in probability, statistics, and algorithms. Knowledge in social choice would also help but is not required.
Автор: Xia Lirong Название: Learning and Decision-Making from Rank Data ISBN: 1681734400 ISBN-13(EAN): 9781681734408 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 61910.00 T Наличие на складе: Невозможна поставка. Описание: The ubiquitous challenge of learning and decision-making from rank data arises in situations where intelligent systems collect preference and behavior data from humans, learn from the data, and then use the data to help humans make efficient, effective, and timely decisions. Often, such data are represented by rankings. This book surveys some recent progress toward addressing the challenge from the considerations of statistics, computation, and socio-economics. We will cover classical statistical models for rank data, including random utility models, distance-based models, and mixture models. We will discuss and compare classical and state of-the-art algorithms, such as algorithms based on Minorize-Majorization (MM), Expectation-Maximization (EM), Generalized Method-of-Moments (GMM), rank breaking, and tensor decomposition. We will also introduce principled Bayesian preference elicitation frameworks for collecting rank data. Finally, we will examine socio-economic aspects of statistically desirable decision-making mechanisms, such as Bayesian estimators. This book can be useful in three ways: (1) for theoreticians in statistics and machine learning to better understand the considerations and caveats of learning from rank data, compared to learning from other types of data, especially cardinal data; (2) for practitioners to apply algorithms covered by the book for sampling, learning, and aggregation; and (3) as a textbook for graduate students or advanced undergraduate students to learn about the field. This book requires that the reader has basic knowledge in probability, statistics, and algorithms. Knowledge in social choice would also help but is not required.
Автор: John J. Grefenstette Название: Genetic Algorithms for Machine Learning ISBN: 0792394070 ISBN-13(EAN): 9780792394075 Издательство: Springer Рейтинг: Цена: 186290.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Features the articles that were selected from preliminary versions presented at the International Conference on Genetic Algorithms in June 1991, as well as at a special Workshop on Genetic Algorithms for Machine Learning at the same Conference.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz