Machine Learning Projects for .Net Developers, Brandewinder Mathias
Автор: Trevor Hastie; Robert Tibshirani; Jerome Friedman Название: The Elements of Statistical Learning ISBN: 0387848576 ISBN-13(EAN): 9780387848570 Издательство: Springer Рейтинг: Цена: 10480.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This major new edition features many topics not covered in the original, including graphical models, random forests, and ensemble methods. As before, it covers the conceptual framework for statistical data in our rapidly expanding computerized world.
Автор: Christopher M. Bishop Название: Pattern Recognition and Machine Learning ISBN: 0387310738 ISBN-13(EAN): 9780387310732 Издательство: Springer Рейтинг: Цена: 11878.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Familiarity with multivariate calculus and basic linear algebra is required, and some experience in the use of probabilities would be helpful though not essential as the book includes a self-contained introduction to basic probability theory.
Автор: Rasmussen, Carl Edward Williams, Christopher K. I. Название: Gaussian processes for machine learning ISBN: 026218253X ISBN-13(EAN): 9780262182539 Издательство: MIT Press Рейтинг: Цена: 8465.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
A comprehensive and self-contained introduction to Gaussian processes, which provide a principled, practical, probabilistic approach to learning in kernel machines.
Gaussian processes (GPs) provide a principled, practical, probabilistic approach to learning in kernel machines. GPs have received increased attention in the machine-learning community over the past decade, and this book provides a long-needed systematic and unified treatment of theoretical and practical aspects of GPs in machine learning. The treatment is comprehensive and self-contained, targeted at researchers and students in machine learning and applied statistics. The book deals with the supervised-learning problem for both regression and classification, and includes detailed algorithms. A wide variety of covariance (kernel) functions are presented and their properties discussed. Model selection is discussed both from a Bayesian and a classical perspective. Many connections to other well-known techniques from machine learning and statistics are discussed, including support-vector machines, neural networks, splines, regularization networks, relevance vector machines and others. Theoretical issues including learning curves and the PAC-Bayesian framework are treated, and several approximation methods for learning with large datasets are discussed. The book contains illustrative examples and exercises, and code and datasets are available on the Web. Appendixes provide mathematical background and a discussion of Gaussian Markov processes.
Автор: Darren Cook Название: Practical Machine Learning with H2O ISBN: 149196460X ISBN-13(EAN): 9781491964606 Издательство: Wiley Рейтинг: Цена: 6334.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This hands-on guide teaches you how to use H20 with only minimal math and theory behind the learning algorithms.
Название: Learning machine translation ISBN: 0262072971 ISBN-13(EAN): 9780262072977 Издательство: MIT Press Рейтинг: Цена: 1709.00 р. Наличие на складе: Нет в наличии.
Описание: The Internet gives us access to a wealth of information in languages we don`t understand. The investigation of automated or semi-automated approaches to translation has become a thriving research field with enormous commercial potential. This title investigates how Machine Learning techniques can improve Statistical Machine Translation.
Описание: Quantum Machine Learning bridges the gap between abstract developments in quantum computing and the applied research on machine learning. Paring down the complexity of the disciplines involved, it focuses on providing a synthesis that explains the most important machine learning algorithms in a quantum framework. Theoretical advances in quantum computing are hard to follow for computer scientists, and sometimes even for researchers involved in the field. The lack of a step-by-step guide hampers the broader understanding of this emergent interdisciplinary body of research. . Quantum Machine Learning sets the scene for a deeper understanding of the subject for readers of different backgrounds. The author has carefully constructed a clear comparison of classical learning algorithms and their quantum counterparts, thus making differences in computational complexity and learning performance apparent. This book synthesizes of a broad array of research into a manageable and concise presentation, with practical examples and applications.
Автор: Dixon, Jamie Название: Mastering .net machine learning ISBN: 1785888404 ISBN-13(EAN): 9781785888403 Издательство: Неизвестно Рейтинг: Цена: 11217.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Master the art of machine learning with .NET and gain insight into real-world applications
Key Features
Based on .NET framework 4.6.1, includes examples on ASP.NET Core 1.0
Set up your business application to start using machine learning techniques
Familiarize the user with some of the more common .NET libraries for machine learning
Implement several common machine learning techniques
Evaluate, optimize and adjust machine learning models
Book Description
.Net is one of the widely used platforms for developing applications. With the meteoric rise of Machine learning, developers are now keen on finding out how can they make their .Net applications smarter. Also, .NET developers are interested into moving into the world of devices and how to apply machine learning techniques to, well, machines.
This book is packed with real-world examples to easily use machine learning techniques in your business applications. You will begin with introduction to F# and prepare yourselves for machine learning using .NET framework. You will be writing a simple linear regression model using an example which predicts sales of a product. Forming a base with the regression model, you will start using machine learning libraries available in .NET framework such as Math.NET, Numl.NET and Accord.NET with the help of a sample application. You will then move on to writing multiple linear regressions and logistic regressions.
You will learn what is open data and the awesomeness of type providers. Next, you are going to address some of the issues that we have been glossing over so far and take a deep dive into obtaining, cleaning, and organizing our data. You will compare the utility of building a KNN and Naive Bayes model to achieve best possible results.
Implementation of Kmeans and PCA using Accord.NET and Numl.NET libraries is covered with the help of an example application. We will then look at many of issues confronting creating real-world machine learning models like overfitting and how to combat them using confusion matrixes, scaling, normalization, and feature selection. You will now enter into the world of Neural Networks and move your line of business application to a hybrid scientific application. After you have covered all the above machine learning models, you will see how to deal with very large datasets using MBrace and how to deploy machine learning models to Internet of Thing (IoT) devices so that the machine can learn and adapt on the fly.
What you will learn
Write your own machine learning applications and experiments using the latest .NET framework, including .NET Core 1.0
Set up your business application to start using machine learning.
Accurately predict the future using regressions.
Discover hidden patterns using decision trees.
Acquire, prepare, and combine datasets to drive insights.
Optimize business throughput using Bayes Classifier.
Discover (more) hidden patterns using KNN and Na ve Bayes.
Discover (even more) hidden patterns using K-Means and PCA.
Use Neural Networks to improve business decision making while using the latest ASP.NET technologies.
Explore "Big Data", distributed computing, and how to deploy machine learning models to IoT devices - making machines self-learning and adapting
Along the way, learn about Open Data, Bing maps, and MBrace
A comprehensive introduction to the most important machine learning approaches used in predictive data analytics, covering both theoretical concepts and practical applications.
Machine learning is often used to build predictive models by extracting patterns from large datasets. These models are used in predictive data analytics applications including price prediction, risk assessment, predicting customer behavior, and document classification. This introductory textbook offers a detailed and focused treatment of the most important machine learning approaches used in predictive data analytics, covering both theoretical concepts and practical applications. Technical and mathematical material is augmented with explanatory worked examples, and case studies illustrate the application of these models in the broader business context.
After discussing the trajectory from data to insight to decision, the book describes four approaches to machine learning: information-based learning, similarity-based learning, probability-based learning, and error-based learning. Each of these approaches is introduced by a nontechnical explanation of the underlying concept, followed by mathematical models and algorithms illustrated by detailed worked examples. Finally, the book considers techniques for evaluating prediction models and offers two case studies that describe specific data analytics projects through each phase of development, from formulating the business problem to implementation of the analytics solution. The book, informed by the authors' many years of teaching machine learning, and working on predictive data analytics projects, is suitable for use by undergraduates in computer science, engineering, mathematics, or statistics; by graduate students in disciplines with applications for predictive data analytics; and as a reference for professionals.
Data Mining: Practical Machine Learning Tools and Techniques, Fourth Edition, offers a thorough grounding in machine learning concepts, along with practical advice on applying these tools and techniques in real-world data mining situations. This highly anticipated fourth edition of the most acclaimed work on data mining and machine learning teaches readers everything they need to know to get going, from preparing inputs, interpreting outputs, evaluating results, to the algorithmic methods at the heart of successful data mining approaches.
Extensive updates reflect the technical changes and modernizations that have taken place in the field since the last edition, including substantial new chapters on probabilistic methods and on deep learning. Accompanying the book is a new version of the popular WEKA machine learning software from the University of Waikato. Authors Witten, Frank, Hall, and Pal include today's techniques coupled with the methods at the leading edge of contemporary research.
Please visit the book companion website at https: //www.cs.waikato.ac.nz/ ml/weka/book.html.
It contains
Powerpoint slides for Chapters 1-12. This is a very comprehensive teaching resource, with many PPT slides covering each chapter of the book
Online Appendix on the Weka workbench; again a very comprehensive learning aid for the open source software that goes with the book
Table of contents, highlighting the many new sections in the 4th edition, along with reviews of the 1st edition, errata, etc.
Provides a thorough grounding in machine learning concepts, as well as practical advice on applying the tools and techniques to data mining projects
Presents concrete tips and techniques for performance improvement that work by transforming the input or output in machine learning methods
Includes a downloadable WEKA software toolkit, a comprehensive collection of machine learning algorithms for data mining tasks-in an easy-to-use interactive interface
Includes open-access online courses that introduce practical applications of the material in the book
Автор: Mitchell Название: Machine Learning ISBN: 0071154671 ISBN-13(EAN): 9780071154673 Издательство: McGraw-Hill Рейтинг: Цена: 10466.00 р. Наличие на складе: Поставка под заказ.
Описание: Covers the field of machine learning, which is the study of algorithms that allow computer programs to automatically improve through experience. This book is intended to support upper level undergraduate and introductory level graduate courses in machine learning.
Автор: Shalev-Shwartz Название: Understanding Machine Learning ISBN: 1107057132 ISBN-13(EAN): 9781107057135 Издательство: Cambridge Academ Рейтинг: Цена: 11194.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Machine learning is one of the fastest growing areas of computer science, with far-reaching applications. This book explains the principles behind the automated learning approach and the considerations underlying its usage. The authors explain the `hows` and `whys` of machine-learning algorithms, making the field accessible to both students and practitioners.
Автор: Barber Название: Bayesian Reasoning and Machine Learning ISBN: 0521518148 ISBN-13(EAN): 9780521518147 Издательство: Cambridge Academ Рейтинг: Цена: 11088.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This practical introduction for final-year undergraduate and graduate students is ideally suited to computer scientists without a background in calculus and linear algebra. Numerous examples and exercises are provided. Additional resources available online and in the comprehensive software package include computer code, demos and teaching materials for instructors.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru