چه کسانی این کتاب را می‌خوانند

دانشجوعلاقه‌مند یادگیری
کتابخوان حرفه‌ایلذت مطالعه
نویسندهالهام‌گیری

Beginning Anomaly Detection Using Python-Based Deep Learning : With Keras and PyTorch

Richard، de Sade، Marquis، Wainhouse، Austryn (Translator)، Seaver، Adari, Suman Kalyan;Alla, Sridhar

قیمت نهایی

۴۰٬۰۰۰ تومان۴۹٬۰۰۰ تومان۱۸٪ تخفیف
  • تخفیف زمان‌دار−۹٬۰۰۰ تومان

۹٬۰۰۰ تومان صرفه‌جویی نسبت به قیمت اصلی

نسخه اصلی و اورجینال

بلافاصله پس از خرید، فایل کتاب روی دستگاه شما آمادهٔ دانلود است.

تحویل فوری
پرداخت امن
ضمانت فایل
پشتیبانی

مشخصات کتاب

سال انتشار
۲۰۱۹
فرمت
EPUB
زبان
انگلیسی
حجم فایل
۴۴٫۱ مگابایت
شابک
9781484251768، 9781484251775، 1484251768، 1484251776

دربارهٔ کتاب

Utilize this easy-to-follow beginner's guide to understand how deep learning can be applied to the task of anomaly detection. Using Keras and PyTorch in Python, the book focuses on how various deep learning models can be applied to semi-supervised and unsupervised anomaly detection tasks.This book begins with an explanation of what anomaly detection is, what it is used for, and its importance. After covering statistical and traditional machine learning methods for anomaly detection using Scikit-Learn in Python, the book then provides an introduction to deep learning with details on how to build and train a deep learning model in both Keras and PyTorch before shifting the focus to applications of the following deep learning models to anomaly detection: various types of Autoencoders, Restricted Boltzmann Machines, RNNs & LSTMs, and Temporal Convolutional Networks. The book explores unsupervised and semi-supervised anomaly detection along with the basics of time series-based anomaly detection.By the end of the book you will have a thorough understanding of the basic task of anomaly detection as well as an assortment of methods to approach anomaly detection, ranging from traditional methods to deep learning. Additionally, you are introduced to Scikit-Learn and are able to create deep learning models in Keras and PyTorch.**What You Will Learn** * Understand what anomaly detection is and why it is important in today's world * Become familiar with statistical and traditional machine learning approaches to anomaly detection using Scikit-Learn * Know the basics of deep learning in Python using Keras and PyTorch * Be aware of basic data science concepts for measuring a model's performance: understand what AUC is, what precision and recall mean, and more * Apply deep learning to semi-supervised and unsupervised anomaly detection **Who This Book Is For**Data scientists and machine learning engineers interested in learning the basics of deep learning applications in anomaly detection Utilize this easy-to-follow beginner's guide to understand how deep learning can be applied to the task of anomaly detection. Using Keras and PyTorch in Python, the book focuses on how various deep learning models can be applied to semi-supervised and unsupervised anomaly detection tasks. This book begins with an explanation of what anomaly detection is, what it is used for, and its importance. After covering statistical and traditional machine learning methods for anomaly detection using Scikit-Learn in Python, the book then provides an introduction to deep learning with details on how to build and train a deep learning model in both Keras and PyTorch before shifting the focus to applications of the following deep learning models to anomaly detection: various types of Autoencoders, Restricted Boltzmann Machines, RNNs & LSTMs, and Temporal Convolutional Networks. The book explores unsupervised and semi-supervised anomaly detection along with the basics of time series-based anomaly detection. By the end of the book you will have a thorough understanding of the basic task of anomaly detection as well as an assortment of methods to approach anomaly detection, ranging from traditional methods to deep learning. Additionally, you are introduced to Scikit-Learn and are able to create deep learning models in Keras and PyTorch. What You Will Learn Understand what anomaly detection is and why it is important in today's world Become familiar with statistical and traditional machine learning approaches to anomaly detection using Scikit-Learn Know the basics of deep learning in Python using Keras and PyTorch Be aware of basic data science concepts for measuring a model's performance: understand what AUC is, what precision and recall mean, and more Apply deep learning to semi-supervised and unsupervised anomaly detection Who This Book Is For Data scientists and machine learning engineers interested in learning the basics of deep learning applications in anomaly detection Utilize this easy-to-follow beginner's guide to understand how deep learning can be applied to the task of anomaly deteciton. Using Keras and PyTorch in Python, the book focuses on how various deep learning models can be applied to semi-supervised and unsupervised anomaly detction tasks. This book begins with an explanation of what anomaly detection is, what it is used for, and its importance. After covering statistical and traditional machine learning methods for anomaly detection using Scikit-Learn in Python, the book then provides an introdution to deep learning with details on how to build and train a deep learning model in both Keras and PyTorch before shifting the focus to applications of the following deep learning models to anomaly detection: various types of Autoencoders, Restricted Boltzmann Machines, RNNs & LSTMs, and Temporal Convolutional Networks. The book explores unsupervised and semi-supervised anomaly detection along with the basics of time series-based anomaly detection. By the end of the book you will have a thorough understanding of the basic task of anomaly detection as well as an assortment of methods to approach anomaly detection, ranging from traditional methods to deep learning. Additionally, you are introduced to Scikit-Learn and are able to create deep learning models in Keras and PyTorch.;What is anomaly detection? -- Traditional methods of anomaly detection -- Introduction to deep learning -- Autoencoders -- Bolzmann machines -- Long short-term memory models -- Temporal convolutional networks -- Practical use cases of Anomaly detection -- Appendix A: Intro to Keras -- Appendix B: Intro to PyTorch. Utilize this easy-to-follow beginner's guide to understand how deep learning can be applied to the task of anomaly deteciton. Using Keras and PyTorch in Python, the book focuses on how various deep learning models can be applied to semi-supervised and unsupervised anomaly detction tasks. This book begins with an explanation of what anomaly detection is, what it is used for, and its importance. After covering statistical and traditional machine learning methods for anomaly detection using Scikit-Learn in Python, the book then provides an introduction to deep learning with details on how to build and train a deep learning model in both Keras and PyTorch before shifting the focus to applications of the following deep learning models to anomaly detection: various types of Autoencoders, Restricted Boltzmann Machines, RNNs & LSTMs, and Temporal Convolutional Networks. The book explores unsupervised and semi-supervised anomaly detection along with the basics of time series-based anomaly detection. By the end of the book you will have a thorough understanding of the basic task of anomaly detection as well as an assortment of methods to approach anomaly detection, ranging from traditional methods to deep learning. Additionally, you are introduced to Scikit-Learn and are able to create deep learning models in Keras and PyTorch Chapter 5: Boltzmann Machines; What Is a Boltzmann Machine?; Restricted Boltzmann Machine (RBM); Anomaly Detection with the RBM - Credit Card Data Set; Anomaly Detection with the RBM - KDDCUP Data Set; Summary; Chapter 6: Long Short-Term Memory Models; Sequences and Time Series Analysis; What Is a RNN?; What Is an LSTM?; LSTM for Anomaly Detection; Examples of Time Series; art_daily_no_noise; art_daily_nojump; art_daily_jumpsdown; art_daily_perfect_square_wave; art_load_balancer_spikes; ambient_temperature_system_failure; ec2_cpu_utilization; rds_cpu_utilization; Summary

کتاب‌های مشابه

Beginning Anomaly Detection Using Python-Based Deep Learning : With Keras and PyTorch

Beginning Anomaly Detection Using Python-Based Deep Learning : With Keras and PyTorch

۴۹٬۰۰۰ تومان

Beginning Anomaly Detection Using Python-Based Deep Learning, 2nd Edition: Implement Anomaly Detection Applications with Keras and PyTorch

Beginning Anomaly Detection Using Python-Based Deep Learning, 2nd Edition: Implement Anomaly Detection Applications with Keras and PyTorch

۴۹٬۰۰۰ تومان

Python Deep Learning: Exploring deep learning techniques, neural network architectures and GANs with PyTorch, Keras and TensorFlow

Python Deep Learning: Exploring deep learning techniques, neural network architectures and GANs with PyTorch, Keras and TensorFlow

۴۹٬۰۰۰ تومان

Deep Learning with Python: Develop Deep Learning Models on Theano and TensorFLow Using Keras

Deep Learning with Python: Develop Deep Learning Models on Theano and TensorFLow Using Keras

۴۹٬۰۰۰ تومان

Deep Learning with Python (Theano, TensorFlow, Keras): Develop Deep Learning Models on Theano and TensorFlow Using Keras

Deep Learning with Python (Theano, TensorFlow, Keras): Develop Deep Learning Models on Theano and TensorFlow Using Keras

۴۹٬۰۰۰ تومان

Deep Learning with Python : Learn Best Practices of Deep Learning Models with PyTorch

Deep Learning with Python : Learn Best Practices of Deep Learning Models with PyTorch

۴۹٬۰۰۰ تومان

Deep Learning with Python : Learn Best Practices of Deep Learning Models with PyTorch

Deep Learning with Python : Learn Best Practices of Deep Learning Models with PyTorch

۴۹٬۰۰۰ تومان

Deep learning with Keras : beginner's guide to deep learning with Keras

Deep learning with Keras : beginner's guide to deep learning with Keras

۴۹٬۰۰۰ تومان

Probabilistic deep learning with python: with python, keras and tensorflow probability

Probabilistic deep learning with python: with python, keras and tensorflow probability

۴۹٬۰۰۰ تومان

Python Machine Learning: Using Scikit Learn, TensorFlow, PyTorch, and Keras, an Introductory Journey into Machine Learning, Deep Learning, Data Analysis, Algorithms, and Data Science

Python Machine Learning: Using Scikit Learn, TensorFlow, PyTorch, and Keras, an Introductory Journey into Machine Learning, Deep Learning, Data Analysis, Algorithms, and Data Science

۴۹٬۰۰۰ تومان

Computer Vision Using Deep Learning : Neural Network Architectures with Python and Keras

Computer Vision Using Deep Learning : Neural Network Architectures with Python and Keras

۴۹٬۰۰۰ تومان

Deep Learning with Keras: Implement various deep-learning algorithms in Keras and see how deep-learning can be used in games

Deep Learning with Keras: Implement various deep-learning algorithms in Keras and see how deep-learning can be used in games

۴۹٬۰۰۰ تومان

قیمت نهایی

۴۰٬۰۰۰ تومان