Advanced analytics and deep learning models, Mire, A
Автор: Rogel-Salazar, Jesus Название: Advanced Data Science and Analytics with Python ISBN: 0429446616 ISBN-13(EAN): 9780429446610 Издательство: Taylor&Francis Рейтинг: Цена: 16078.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The book is intended for practitioners in data science and data analytics in both academic and business environments. It aims to present the reader with concepts in data science and analytics that were deemed to be more advanced or simply out of scope in the author`s first book.
Автор: Rogel-Salazar, Jesus Название: Advanced Data Science and Analytics with Python ISBN: 1138315060 ISBN-13(EAN): 9781138315068 Издательство: Taylor&Francis Рейтинг: Цена: 7501.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The book is intended for practitioners in data science and data analytics in both academic and business environments. It aims to present the reader with concepts in data science and analytics that were deemed to be more advanced or simply out of scope in the author`s first book.
Описание: This book constitutes the refereed proceedings of the 4th ECML PKDD Workshop on Advanced Analytics and Learning on Temporal Data, AALTD 2019, held in Ghent, Belgium, in September 2020. The 15 full papers presented in this book were carefully reviewed and selected from 29 submissions.
Описание: Ceph is an open source, software-defined storage solution that leverages and runs on a commodity hardware to provide Exabyte-level scalability. Ceph`s popularity is growing as it is well known to be a highly reliable storage system with no single point of failure and no vendor lock-in.
Автор: Skopik Florian, Wurzenberger Markus, Landauer Max Название: Smart Log Data Analytics: Techniques for Advanced Security Analysis ISBN: 3030744493 ISBN-13(EAN): 9783030744496 Издательство: Springer Цена: 20962.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book provides insights into smart ways of computer log data analysis, with the goal of spotting adversarial actions.
Автор: Stimmel Carol L. Название: Big Data Analytics Strategies for the Smart Grid ISBN: 1482218283 ISBN-13(EAN): 9781482218282 Издательство: Taylor&Francis Рейтинг: Цена: 13779.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
By implementing a comprehensive data analytics program, utility companies can meet the continually evolving challenges of modern grids that are operationally efficient, while reconciling the demands of greenhouse gas legislation and establishing a meaningful return on investment from smart grid deployments.
Readable and accessible, Big Data Analytics Strategies for the Smart Grid addresses the needs of applying big data technologies and approaches, including Big Data cybersecurity, to the critical infrastructure that makes up the electrical utility grid. It supplies industry stakeholders with an in-depth understanding of the engineering, business, and customer domains within the power delivery market. The book explores the unique needs of electrical utility grids, including operational technology, IT, storage, processing, and how to transform grid assets for the benefit of both the utility business and energy consumers. It not only provides specific examples that illustrate how analytics work and how they are best applied, but also describes how to avoid potential problems and pitfalls. Discussing security and data privacy, it explores the role of the utility in protecting their customers' right to privacy while still engaging in forward-looking business practices. The book includes discussions of:
SAS for asset management tools
The AutoGrid approach to commercial analytics
Space-Time Insight's work at the California ISO (CAISO)
This book is an ideal resource for mid- to upper-level utility executives who need to understand the business value of smart grid data analytics. It explains critical concepts in a manner that will better position executives to make the right decisions about building their analytics programs.
At the same time, the book provides sufficient technical depth that it is useful for data analytics professionals who need to better understand the nuances of the engineering and business challenges unique to the utilities industry.
One-stop solution for NLP practitioners, ML developers and data scientists to build effective NLP systems that can perform real-world complicated tasks
Key Features
Implement deep learning algorithms such as BiLSTMS, CRFs, and many more using TensorFlow 2
Explore classical NLP techniques and libraries including parts-of-speech tagging and tokenization
Learn practical applications of NLP covering the forefronts of the field like sentiment analysis and generating text
Book Description
In the last couple of years, there have been tremendous advances in natural language processing, and we are now moving from research labs into practical applications. Advanced Natural Language Processing comes with a perfect blend of both the theoretical and practical aspects of trending and complex NLP techniques.
This book is focused on innovative applications in the field of NLP, language generation, and dialogue systems. It goes into the details of applying the concepts of text pre-processing using techniques such as tokenization, parts of speech tagging, and lemmatization using popular libraries such as Stanford NLP and SpaCy. Named Entity Recognition (NER), a cornerstone of task-oriented bots, is built from scratch using Conditional Random Fields and Viterbi Decoding on top of RNNs.
Taking a practical and application-focused perspective, the book covers key emerging areas such as generating text for use in sentence completion and text summarization, bridging images and text by generating captions for images, and managing dialogue aspects of chatbot design. It also covers one of the most important reasons behind recent advances in NLP - applying transfer learning and fine-tuning using TensorFlow 2.
Further, it covers practical techniques that can simplify the labelling of textual data which otherwise proves to be a costly affair. The book also has a working code for each tech piece so that you can adapt them to your use cases.
By the end of this TensorFlow book, you will have an advanced knowledge of the tools, techniques and deep learning architecture used to solve complex NLP problems.
What You Will Learn
Grasp important pre-steps in building NLP applications like POS tagging
Deal with vast amounts of unlabeled and small labelled Datasets in NLP
Use transfer and weakly supervised learning using libraries like Snorkel
Perform sentiment analysis using BERT
Apply encoder-decoder NN architectures and beam search for summarizing text
Use transformer models with attention to bring images and text together
Build applications that generate captions and answer questions about images
Use advanced TensorFlow techniques like learning rate annealing, custom layers, and custom loss functions to build the latest deep NLP models
Who this book is for
This is not an introductory book and assumes the reader is familiar with basics of NLP and has fundamental Python skills, as well as basic knowledge of machine learning and undergraduate-level calculus and linear algebra.
The readers who can benefit the most from this book include:
Intermediate ML developers who are familiar with the basics of supervised learning and deep learning techniques
Professionals who already use TensorFlow/Python for purposes such as data science, ML, research, and analysis
Описание: PART I: Machine Learning for Forecasting Chapter 1: Models for ForecastingChapter Goal: Explains the different categories of models that are relevant for forecasting in high level languageNo pages: 10Sub -Topics1. Time series models2. Supervised vs unsupervised models3. Classification vs regression models4. Univariate vs multivariate models Chapter 2: Model Evaluation for ForecastingChapter Goal: Explains model evaluation with specific adaptations to keep in mind for forecastingNo pages: 15Sub -Topics1. Train test split2. Cross validation for forecasting3. Backtesting PART II: Univariate Time Series Models Chapter 3: The AR ModelChapter Goal: explain the AR model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding AR model2. Mathematical explanation of the AR model3. Worked out Python forecasting example with the AR model Chapter 4: The MA modelChapter Goal: explain the MA model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding MA model2. Mathematical explanation of the MA model3. Worked out Python forecasting example with the MA model Chapter 5: The ARMA modelChapter Goal: explain the ARMA model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding ARMA model2. Mathematical explanation of the ARMA model3. Worked out Python forecasting example with the ARMA model Chapter 6: The ARIMA modelChapter Goal: Explains the ARIMA model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding ARIMA model2. Mathematical explanation of the ARIMA model3. Worked out Python forecasting example with the ARIMA model Chapter 7: The SARIMA ModelChapter Goal: Explains the SARIMA model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding SARIMA model2. Mathematical explanation of the SARIMA model3. Worked out Python forecasting example with the SARIMA model PART III: Multivariate Time Series Models Chapter 8: The VAR modelChapter Goal: Explains the VAR model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding VAR model2. Mathematical explanation of the VAR model3. Worked out Python forecasting example with the VAR model Chapter 9: The Bayesian VAR modelChapter Goal: Explains the Bayesian VAR model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding Bayesian VAR model2. Mathematical explanation of the Bayesian VAR model3. Worked out Python forecasting example with the Bayesian VAR model PART IV: Supervised Machine Learning Models Chapter 10: The Linear Regression modelChapter Goal: Explains the Linear Regression model (intuitively, mathematically and give python application with code and data set)No pages: 8Sub -Topics1. Understanding Linear Regression model
Автор: J. Joshua Thomas, Pinar Karagoz, B. Bazeer Ahamed, Pandian Vasant Название: Deep Learning Techniques and Optimization Strategies in Big Data Analytics ISBN: 179981193X ISBN-13(EAN): 9781799811930 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 27027.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Many approaches have sprouted from artificial intelligence (AI) and produced major breakthroughs in the computer science and engineering industries. Deep learning is a method that is transforming the world of data and analytics. Optimization of this new approach is still unclear, however, and there's a need for research on the various applications and techniques of deep learning in the field of computing. Deep Learning Techniques and Optimization Strategies in Big Data Analytics is a collection of innovative research on the methods and applications of deep learning strategies in the fields of computer science and information systems. While highlighting topics including data integration, computational modeling, and scheduling systems, this book is ideally designed for engineers, IT specialists, data analysts, data scientists, engineers, researchers, academicians, and students seeking current research on deep learning methods and its application in the digital industry.
Автор: J. Joshua Thomas, Pinar Karagoz, B. Bazeer Ahamed, Название: Deep Learning Techniques and Optimization Strategies in Big Data Analytics ISBN: 1799811921 ISBN-13(EAN): 9781799811923 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 35897.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Many approaches have sprouted from artificial intelligence (AI) and produced major breakthroughs in the computer science and engineering industries. Deep learning is a method that is transforming the world of data and analytics. Optimization of this new approach is still unclear, however, and there's a need for research on the various applications and techniques of deep learning in the field of computing. Deep Learning Techniques and Optimization Strategies in Big Data Analytics is a collection of innovative research on the methods and applications of deep learning strategies in the fields of computer science and information systems. While highlighting topics including data integration, computational modeling, and scheduling systems, this book is ideally designed for engineers, IT specialists, data analysts, data scientists, engineers, researchers, academicians, and students seeking current research on deep learning methods and its application in the digital industry.
Автор: Ratha Nalini K., Patel Vishal M., Chellappa Rama Название: Deep Learning-Based Face Analytics ISBN: 3030746968 ISBN-13(EAN): 9783030746964 Издательство: Springer Цена: 25155.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book provides an overview of different deep learning-based methods for face recognition and related problems.
Автор: Rai Bharatendra Название: Advanced Deep Learning with R ISBN: 1789538777 ISBN-13(EAN): 9781789538779 Издательство: Неизвестно Рейтинг: Цена: 7600.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book will help readers to apply deep learning algorithms in R using advanced examples. You will cover variants of neural network models such as ANN, CNN, RNN, LSTM, and more using expert techniques. Readers will make use of popular deep learning libraries such as Keras-R, Tensorflow-R, and more to implement AI models.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru