Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Supervised Learning with Python: Concepts and Practical Implementation Using Python, Verdhan Vaibhav


Варианты приобретения
Цена: 7685.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Verdhan Vaibhav
Название:  Supervised Learning with Python: Concepts and Practical Implementation Using Python
ISBN: 9781484261552
Издательство: Springer
Классификация:

ISBN-10: 1484261550
Обложка/Формат: Paperback
Страницы: 372
Вес: 0.55 кг.
Дата издания: 22.10.2020
Язык: English
Размер: 23.39 x 15.60 x 2.06 cm
Ссылка на Издательство: Link
Поставляется из: Германии
Описание: Chapter 1: Introduction to Supervised LearningChapter Goal: Start the journey of the readers on supervised learning
No of pages: 30-40
Sub -Topics
1. Machine learning and how is it different from software engineering?

2. Discuss reasons for machine learning being popular
3. Compare between supervised, semi-supervised and unsupervised algorithms
4. Statistical methods to get significant variables
5. The use cases of machine learning and respective use cases for each of supervised, semi-supervised and unsupervised algorithms
Chapter 2: Supervised Learning for Regression AnalysisChapter Goal: Embrace the core concepts of supervised learning to predict continuous variables
No of pages: 40-50
Sub - Topics
1. Supervised learning algorithms for predicting continuous variables

2. Explain mathematics behind the algorithms
3. Develop Python solution using linear regression, decision tree, random forest, SVM and neural network
4. Measure the performance of the algorithms using r square, RMSE etc.
5. Compare and contrast the performance of all the algorithms
6. Discuss the best practices and the common issues faced like data cleaning, null values etc.
Chapter 3: Supervised Learning for Classification ProblemsChapter Goal: Discuss the concepts of supervised learning for solving classification problems
No of pages: 30-40
Sub - Topics:
1. Discuss classification problems for supervised learning

2. Examine logistic regression, decision tree, random forest, knn and naпve Bayes. Understand the statistics and mathematics behind each
3. Discuss ROC curve, akike value, confusion matrix, precision/recall etc
4. Compare the performance of all the algorithms
5. Discuss the tips and tricks, best practices and common pitfalls like a bias-variance tradeoff, data imbalance etc.
Chapter 4: Supervised Learning for Classification Problems-Advanced
Chapter Goal: cover advanced classification algorithms for supervised learning algorithms
No of pages:30-40
Sub - Topics:

1. Refresh classification problems for supervised learning
2. Examine gradient boosting and extreme gradient boosting, support vector machine and neural network
3. Compare the performance of all the algorithms
4. Discuss the best practices and common pitfalls, tips and tricks
Chapter 5: End-to-End Model DeploymentChapter Goal: guide the reader on the end-to-end process of deploying a supervised learning model in production
No of pages:25-30
1. Meaning of model deployment

2. Various steps in the model deployment process
3. Preparations to be made like settings, environment etc.
4. Various use cases in the deployment
5. Practical tips in model deployment




Weakly Supervised Learning: Doing More with Less Data

Автор: Jurney Russell
Название: Weakly Supervised Learning: Doing More with Less Data
ISBN: 1492077062 ISBN-13(EAN): 9781492077060
Издательство: Wiley
Рейтинг:
Цена: 11403.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Most data scientists and engineers today rely on quality labeled data to train machine learning models. But building a training set manually is time-consuming and expensive. There`s a more practical approach. In this book, Wee Hyong Tok, Amit Bahree, and Senja Filipi show you how to create products using weakly supervised learning models.

Hands-On Machine Learning with scikit-learn and Scientific Python Toolkits: A practical guide to implementing supervised and unsupervised machine lear

Автор: Amr Tarek
Название: Hands-On Machine Learning with scikit-learn and Scientific Python Toolkits: A practical guide to implementing supervised and unsupervised machine lear
ISBN: 1838826041 ISBN-13(EAN): 9781838826048
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Integrate scikit-learn with various tools such as NumPy, pandas, imbalanced-learn, and scikit-surprise and use it to solve real-world machine learning problems

Key Features

  • Delve into machine learning with this comprehensive guide to scikit-learn and scientific Python
  • Master the art of data-driven problem-solving with hands-on examples
  • Foster your theoretical and practical knowledge of supervised and unsupervised machine learning algorithms

Book Description

Machine learning is applied everywhere, from business to research and academia, while scikit-learn is a versatile library that is popular among machine learning practitioners. This book serves as a practical guide for anyone looking to provide hands-on machine learning solutions with scikit-learn and Python toolkits.

The book begins with an explanation of machine learning concepts and fundamentals, and strikes a balance between theoretical concepts and their applications. Each chapter covers a different set of algorithms, and shows you how to use them to solve real-life problems. You'll also learn about various key supervised and unsupervised machine learning algorithms using practical examples. Whether it is an instance-based learning algorithm, Bayesian estimation, a deep neural network, a tree-based ensemble, or a recommendation system, you'll gain a thorough understanding of its theory and learn when to apply it. As you advance, you'll learn how to deal with unlabeled data and when to use different clustering and anomaly detection algorithms.

By the end of this machine learning book, you'll have learned how to take a data-driven approach to provide end-to-end machine learning solutions. You'll also have discovered how to formulate the problem at hand, prepare required data, and evaluate and deploy models in production.

What you will learn

  • Understand when to use supervised, unsupervised, or reinforcement learning algorithms
  • Find out how to collect and prepare your data for machine learning tasks
  • Tackle imbalanced data and optimize your algorithm for a bias or variance tradeoff
  • Apply supervised and unsupervised algorithms to overcome various machine learning challenges
  • Employ best practices for tuning your algorithm's hyper parameters
  • Discover how to use neural networks for classification and regression
  • Build, evaluate, and deploy your machine learning solutions to production

Who this book is for

This book is for data scientists, machine learning practitioners, and anyone who wants to learn how machine learning algorithms work and to build different machine learning models using the Python ecosystem. The book will help you take your knowledge of machine learning to the next level by grasping its ins and outs and tailoring it to your needs. Working knowledge of Python and a basic understanding of underlying mathematical and statistical concepts is required.

Identifying Product and Process State Drivers in Manufacturing Systems Using Supervised Machine Learning

Автор: Thorsten Wuest
Название: Identifying Product and Process State Drivers in Manufacturing Systems Using Supervised Machine Learning
ISBN: 3319386980 ISBN-13(EAN): 9783319386980
Издательство: Springer
Рейтинг:
Цена: 14365.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The book reports on a novel approach for holistically identifying the relevant state drivers of complex, multi-stage manufacturing systems. In practice, this method can be used to identify the most important process parameters and state characteristics, the so-called state drivers, of a manufacturing system.

Identifying Product and Process State Drivers in Manufacturing Systems Using Supervised Machine Learning

Автор: Thorsten Wuest
Название: Identifying Product and Process State Drivers in Manufacturing Systems Using Supervised Machine Learning
ISBN: 3319176102 ISBN-13(EAN): 9783319176109
Издательство: Springer
Рейтинг:
Цена: 19564.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The book reports on a novel approach for holistically identifying the relevant state drivers of complex, multi-stage manufacturing systems. In practice, this method can be used to identify the most important process parameters and state characteristics, the so-called state drivers, of a manufacturing system.

Welding and Cutting Case Studies with Supervised Machine Learning

Автор: Vendan S. Arungalai, Kamal Rajeev, Karan Abhinav
Название: Welding and Cutting Case Studies with Supervised Machine Learning
ISBN: 9811393818 ISBN-13(EAN): 9789811393815
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book presents machine learning as a set of pre-requisites, co-requisites, and post-requisites, focusing on mathematical concepts and engineering applications in advanced welding and cutting processes.

Sampling Techniques for Supervised or Unsupervised Tasks

Автор: Fr?d?ric Ros; Serge Guillaume
Название: Sampling Techniques for Supervised or Unsupervised Tasks
ISBN: 3030293483 ISBN-13(EAN): 9783030293482
Издательство: Springer
Рейтинг:
Цена: 16070.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book describes in detail sampling techniques that can be used for unsupervised and supervised cases, with a focus on sampling techniques for machine learning algorithms. It covers theory and models of sampling methods for managing scalability and the “curse of dimensionality”, their implementations, evaluations, and applications. A large part of the book is dedicated to database comprising standard feature vectors, and a special section is reserved to the handling of more complex objects and dynamic scenarios. The book is ideal for anyone teaching or learning pattern recognition and interesting teaching or learning pattern recognition and is interested in the big data challenge. It provides an accessible introduction to the ?eld and discusses the state of the art concerning sampling techniques for supervised and unsupervised task.Provides a comprehensive description of sampling techniques for unsupervised and supervised tasks;Describe implementation and evaluation of algorithms that simultaneously manage scalable problems and curse of dimensionality;Addresses the role of sampling in dynamic scenarios, sampling when dealing with complex objects, and new challenges arising from big data. 'This book represents a timely collection of state-of-the art research of sampling techniques, suitable for anyone who wants to become more familiar with these helpful techniques for tackling the big data challenge.'M. Emre Celebi, Ph.D., Professor and Chair, Department of Computer Science, University of Central Arkansas

'In science the difficulty is not to have ideas, but it is to make them work'From Carlo Rovelli
Applied Supervised Learning with R

Автор: Ramasubramanian Karthik, Moolayil Jojo
Название: Applied Supervised Learning with R
ISBN: 1838556338 ISBN-13(EAN): 9781838556334
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Applied Supervised Learning with R will make you a pro at identifying your business problem, selecting the best supervised machine learning algorithm to solve it, and fine-tuning your model to exactly deliver your needs without overfitting itself.

Supervised Learning with Complex-valued Neural Networks

Автор: Sundaram Suresh; Narasimhan Sundararajan; Ramasamy
Название: Supervised Learning with Complex-valued Neural Networks
ISBN: 3642426794 ISBN-13(EAN): 9783642426797
Издательство: Springer
Рейтинг:
Цена: 15672.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A new generation of neural networks is needed in telecommunications, medical imaging and signal processing as signals become more complex and nonlinear. This survey of the latest complex-valued networks includes learning algorithms and new architectures.

Supervised and Unsupervised Learning for Data Science

Автор: Michael W. Berry; Azlinah Mohamed; Bee Wah Yap
Название: Supervised and Unsupervised Learning for Data Science
ISBN: 3030224740 ISBN-13(EAN): 9783030224745
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book covers the state of the art in learning algorithms with an inclusion of semi-supervised methods to provide a broad scope of clustering and classification solutions for big data applications. Case studies and best practices are included along with theoretical models of learning for a comprehensive reference to the field. The book is organized into eight chapters that cover the following topics: discretization, feature extraction and selection, classification, clustering, topic modeling, graph analysis and applications. Practitioners and graduate students can use the volume as an important reference for their current and future research and faculty will find the volume useful for assignments in presenting current approaches to unsupervised and semi-supervised learning in graduate-level seminar courses. The book is based on selected, expanded papers from the Fourth International Conference on Soft Computing in Data Science (2018).Includes new advances in clustering and classification using semi-supervised and unsupervised learning;Address new challenges arising in feature extraction and selection using semi-supervised and unsupervised learning;Features applications from healthcare, engineering, and text/social media mining that exploit techniques from semi-supervised and unsupervised learning.

Supervised Learning with Quantum Computers

Автор: Maria Schuld; Francesco Petruccione
Название: Supervised Learning with Quantum Computers
ISBN: 303007188X ISBN-13(EAN): 9783030071882
Издательство: Springer
Рейтинг:
Цена: 12577.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Quantum machine learning investigates how quantum computers can be used for data-driven prediction and decision making. The books summarises and conceptualises ideas of this relatively young discipline for an audience of computer scientists and physicists from a graduate level upwards. It aims at providing a starting point for those new to the field, showcasing a toy example of a quantum machine learning algorithm and providing a detailed introduction of the two parent disciplines. For more advanced readers, the book discusses topics such as data encoding into quantum states, quantum algorithms and routines for inference and optimisation, as well as the construction and analysis of genuine ``quantum learning models''. A special focus lies on supervised learning, and applications for near-term quantum devices.

Supervised Descriptive Pattern Mining

Автор: Sebasti?n Ventura; Jos? Mar?a Luna
Название: Supervised Descriptive Pattern Mining
ISBN: 3319981390 ISBN-13(EAN): 9783319981390
Издательство: Springer
Рейтинг:
Цена: 15372.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book provides a general and comprehensible overview of supervised descriptive pattern mining, considering classic algorithms and those based on heuristics. It provides some formal definitions and a general idea about patterns, pattern mining, the usefulness of patterns in the knowledge discovery process, as well as a brief summary on the tasks related to supervised descriptive pattern mining. It also includes a detailed description on the tasks usually grouped under the term supervised descriptive pattern mining: subgroups discovery, contrast sets and emerging patterns. Additionally, this book includes two tasks, class association rules and exceptional models, that are also considered within this field.A major feature of this book is that it provides a general overview (formal definitions and algorithms) of all the tasks included under the term supervised descriptive pattern mining. It considers the analysis of different algorithms either based on heuristics or based on exhaustive search methodologies for any of these tasks. This book also illustrates how important these techniques are in different fields, a set of real-world applications are described.Last but not least, some related tasks are also considered and analyzed. The final aim of this book is to provide a general review of the supervised descriptive pattern mining field, describing its tasks, its algorithms, its applications, and related tasks (those that share some common features).This book targets developers, engineers and computer scientists aiming to apply classic and heuristic-based algorithms to solve different kinds of pattern mining problems and apply them to real issues. Students and researchers working in this field, can use this comprehensive book (which includes its methods and tools) as a secondary textbook.

Supervised and Unsupervised Ensemble Methods and their Applications

Автор: Oleg Okun
Название: Supervised and Unsupervised Ensemble Methods and their Applications
ISBN: 3540789804 ISBN-13(EAN): 9783540789802
Издательство: Springer
Рейтинг:
Цена: 20962.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Ensembles of Clustering Methods and Their Applications.- Cluster Ensemble Methods: from Single Clusterings to Combined Solutions.- Random Subspace Ensembles for Clustering Categorical Data.- Ensemble Clustering with a Fuzzy Approach.- Collaborative Multi-Strategical Clustering for Object-Oriented Image Analysis.- Ensembles of Classification Methods and Their Applications.- Intrusion Detection in Computer Systems Using Multiple Classifier Systems.- Ensembles of Nearest Neighbors for Gene Expression Based Cancer Classification.- Multivariate Time Series Classification via Stacking of Univariate Classifiers.- Gradient Boosting GARCH and Neural Networks for Time Series Prediction.- Cascading with VDM and Binary Decision Trees for Nominal Data.- Erratum.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия