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

Patterns Identification and Data Mining in Weather and Climate, Hannachi


Варианты приобретения
Цена: 20962.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


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

Автор: Hannachi
Название:  Patterns Identification and Data Mining in Weather and Climate
ISBN: 9783030670757
Издательство: Springer
Классификация:




ISBN-10: 3030670759
Обложка/Формат: Soft cover
Страницы: 600
Вес: 1.11 кг.
Дата издания: 17.06.2022
Серия: Springer Atmospheric Sciences
Язык: English
Издание: 1st ed. 2021
Иллюстрации: 42 tables, color; 79 illustrations, color; 122 illustrations, black and white; xxiv, 600 p. 201 illus., 79 illus. in color.; 42 tables, color; 79 illu
Размер: 235 x 155
Читательская аудитория: Postgraduate, research & scholarly
Основная тема: Earth Sciences
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Advances in computer power and observing systems has led to the generation and accumulation of large scale weather & climate data begging for exploration and analysis. Pattern Identification and Data Mining in Weather and Climate presents, from different perspectives, most available, novel and conventional, approaches used to analyze multivariate time series in climate science to identify patterns of variability, teleconnections, and reduce dimensionality. The book discusses different methods to identify patterns of spatiotemporal fields. The book also presents machine learning with a particular focus on the main methods used in climate science. Applications to atmospheric and oceanographic data are also presented and discussed in most chapters. To help guide students and beginners in the field of weather & climate data analysis, basic Matlab skeleton codes are given is some chapters, complemented with a list of software links toward the end of the text. A number of technical appendices are also provided, making the text particularly suitable for didactic purposes. The topic of EOFs and associated pattern identification in space-time data sets has gone through an extraordinary fast development, both in terms of new insights and the breadth of applications. We welcome this text by Abdel Hannachi who not only has a deep insight in the field but has himself made several contributions to new developments in the last 15 years. - Huug van den Dool, Climate Prediction Center, NCEP, College Park, MD, U.S.A. Now that weather and climate science is producing ever larger and richer data sets, the topic of pattern extraction and interpretation has become an essential part. This book provides an up to date overview of the latest techniques and developments in this area. - Maarten Ambaum, Department of Meteorology, University of Reading, U.K. This nicely and expertly written book covers a lot of ground, ranging from classical linear pattern identification techniques to more modern machine learning, illustrated with examples from weather & climate science. It will be very valuable both as a tutorial for graduate and postgraduate students and as a reference text for researchers and practitioners in the field. - Frank Kwasniok, College of Engineering, University of Exeter, U.K.
Дополнительное описание: Chapter 1 Introduction.- Chapter 2 General Setting and Basic Terminology.- Chapter 3 Empirical Orthogonal Functions.- Chapter 4 Rotated and Simplified EOFs.- Chapter 5 Complex/Hilbert EOFs.- Chapter 6 Principal Oscillation Patterns and their extension.- C



The Elements of Statistical Learning

Автор: 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.

Biometric identification technologies based on modern data mining methods

Название: Biometric identification technologies based on modern data mining methods
ISBN: 3030483770 ISBN-13(EAN): 9783030483777
Издательство: Springer
Рейтинг:
Цена: 16070.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book emphasizes recent advances in the creation of biometric identification systems for various applications in the field of human activity. The book displays the problems that arise in modern systems of biometric identification, as well as the level of development and prospects for the introduction of biometric technologies.

Biometric Identification Technologies Based on Modern Data Mining Methods

Автор: Bilan Stepan, Elhoseny Mohamed, Hemanth D. Jude
Название: Biometric Identification Technologies Based on Modern Data Mining Methods
ISBN: 3030483800 ISBN-13(EAN): 9783030483807
Издательство: Springer
Рейтинг:
Цена: 16070.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book emphasizes recent advances in the creation of biometric identification systems for various applications in the field of human activity. The book displays the problems that arise in modern systems of biometric identification, as well as the level of development and prospects for the introduction of biometric technologies.

Data Mining Algorithms in C++

Автор: Timothy Masters
Название: Data Mining Algorithms in C++
ISBN: 148423314X ISBN-13(EAN): 9781484233146
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Discover hidden relationships among the variables in your data, and learn how to exploit these relationships. This book presents a collection of data-mining algorithms that are effective in a wide variety of prediction and classification applications. All algorithms include an intuitive explanation of operation, essential equations, references to more rigorous theory, and commented C++ source code.
Many of these techniques are recent developments, still not in widespread use. Others are standard algorithms given a fresh look. In every case, the focus is on practical applicability, with all code written in such a way that it can easily be included into any program. The Windows-based DATAMINE program lets you experiment with the techniques before incorporating them into your own work.
What you'll learn

  • Monte-Carlo permutation tests provide statistically sound assessment of relationships present in your data.
  • Combinatorially symmetric cross validation reveals whether your model has true power or has just learned noise by overfitting the data.
  • Feature weighting as regularized energy-based learning ranks variables according to their predictive power when there is too little data for traditional methods.
  • The eigenstructure of a dataset enables clustering of variables into groups that exist only within meaningful subspaces of the data.
  • Plotting regions of the variable space where there is disagreement between marginal and actual densities, or where contribution to mutual information is high, provides visual insight into anomalous relationships.

Who this book is for

The techniques presented in this book and in the DATAMINE program will be useful to anyone interested in discovering and exploiting relationships among variables. Although all code examples are written in C++, the algorithms are described in sufficient detail that they can easily be programmed in any language.
Identification, Adaptation, Learning

Автор: Sergio Bittanti; Giorgio Picci
Название: Identification, Adaptation, Learning
ISBN: 3642082483 ISBN-13(EAN): 9783642082481
Издательство: Springer
Рейтинг:
Цена: 38992.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

New Frontiers in Mining Complex Patterns

Автор: Appice
Название: New Frontiers in Mining Complex Patterns
ISBN: 3319786792 ISBN-13(EAN): 9783319786797
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book features a collection of revised and significantly extended versions of the papers accepted for presentation at the 6th International Workshop on New Frontiers in Mining Complex Patterns, NFMCP 2017, held in conjunction with ECML-PKDD 2017 in Skopje, Macedonia, in September 2017.

Identification of Pathogenic Social Media Accounts: From Data to Intelligence to Prediction

Автор: Alvari Hamidreza, Shaabani Elham, Shakarian Paulo
Название: Identification of Pathogenic Social Media Accounts: From Data to Intelligence to Prediction
ISBN: 3030614301 ISBN-13(EAN): 9783030614300
Издательство: Springer
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book sheds light on the challenges facing social media in combating malicious accounts, and aims to introduce current practices to address the challenges.

Mastering Data Mining with Python - Find patterns hidden in your data

Автор: Squire Megan
Название: Mastering Data Mining with Python - Find patterns hidden in your data
ISBN: 1785889958 ISBN-13(EAN): 9781785889950
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Mining Sequential Patterns from Large Data Sets

Автор: Wei Wang; Jiong Yang
Название: Mining Sequential Patterns from Large Data Sets
ISBN: 1441937072 ISBN-13(EAN): 9781441937070
Издательство: Springer
Рейтинг:
Цена: 18167.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Related Work.- Periodic Patterns.- Statistically Significant Patterns.- Approximate Patterns.- Conclusion Remark.

Machine Learning and Data Mining Approaches to Climate Science

Автор: Valliappa Lakshmanan; Eric Gilleland; Amy McGovern
Название: Machine Learning and Data Mining Approaches to Climate Science
ISBN: 3319172190 ISBN-13(EAN): 9783319172194
Издательство: Springer
Рейтинг:
Цена: 26122.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book presents innovative work in Climate Informatics, a new field that reflects the application of data mining methods to climate science, and shows where this new and fast growing field is headed.

Big Data Mining for Climate Change

Автор: Zhang Zhihua, Li Jianping
Название: Big Data Mining for Climate Change
ISBN: 0128187034 ISBN-13(EAN): 9780128187036
Издательство: Elsevier Science
Рейтинг:
Цена: 19875.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Climate change mechanisms, impacts, risks, mitigation, adaption, and governance are widely recognized as the biggest, most interconnected problem facing humanity. Big Data Mining for Climate Change addresses one of the fundamental issues facing scientists of climate or the environment: how to manage the vast amount of information available and analyse it. The resulting integrated and interdisciplinary big data mining approaches are emerging, partially with the help of the United Nation's big data climate challenge, some of which are recommended widely as new approaches for climate change research. Big Data Mining for Climate Change delivers a rich understanding of climate-related big data techniques and highlights how to navigate huge amount of climate data and resources available using big data applications. It guides future directions and will boom big-data-driven researches on modeling, diagnosing and predicting climate change and mitigating related impacts.

This book mainly focuses on climate network models, deep learning techniques for climate dynamics, automated feature extraction of climate variability, and sparsification of big climate data. It also includes a revelatory exploration of big-data-driven low-carbon economy and management. Its content provides cutting-edge knowledge for scientists and advanced students studying climate change from various disciplines, including atmospheric, oceanic and environmental sciences; geography, ecology, energy, economics, management, engineering, and public policy.

  • Provides a step-by-step guide for applying big data mining tools to climate and environmental research
  • Presents a comprehensive review of theory and algorithms of big data mining for climate change
  • Includes current research in climate and environmental science as it relates to using big data algorithms
Climate Extremes: Patterns and Mechanisms

Автор: Wang
Название: Climate Extremes: Patterns and Mechanisms
ISBN: 1119067847 ISBN-13(EAN): 9781119067849
Издательство: Wiley
Рейтинг:
Цена: 27554.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Over a half century of exploration of the Earth's space environment, it has become evident that the interaction between the ionosphere and the magnetosphere plays a dominant role in the evolution and dynamics of magnetospheric plasmas and fields. Interestingly, it was recently discovered that this same interaction is of fundamental importance at other planets and moons throughout the solar system. Based on papers presented at an interdisciplinary AGU Chapman Conference at Yosemite National Park in February 2014, this volume provides an intellectual and visual journey through our exploration and discovery of the paradigm-changing role that the ionosphere plays in determining the filling and dynamics of Earth and planetary environments. The 2014 Chapman conference marks the 40th anniversary of the initial magnetosphere-ionosphere coupling conference at Yosemite in 1974, and thus gives a four decade perspective of the progress of space science research in understanding these fundamental coupling processes. Digital video links to an online archive containing both the 1974 and 2014 meetings are presented throughout this volume for use as an historical resource by the international heliophysics and planetary science communities.

Topics covered in this volume include:

  • Ionosphere as a source of magnetospheric plasma
  • Effects of the low energy ionospheric plasma on the stability and creation of the more energetic plasmas
  • The unified global modeling of the ionosphere and magnetosphere at the Earth and other planets
  • New knowledge of these coupled interactions for heliophysicists and planetary scientists, with a cross-disciplinary approach involving advanced measurement and modeling techniques

Magnetosphere-Ionosphere Coupling in the Solar System is a valuable resource for researchers in the fields of space and planetary science, atmospheric science, space physics, astronomy, and geophysics.

Read an interview with the editors to find out more:
https: //eos.org/editors-vox/filling-earths-space-environment-from-the-sun-or-the-earth


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