Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


The Statistical Physics of Data Assimilation and Machine LearningНазвание: The Statistical Physics of Data Assimilation and Machine Learning
Автор: Henry D. I. Abarbanel
Издательство: Cambridge University Press
Год: 2022
Страниц: 207
Язык: английский
Формат: pdf (true)
Размер: 138.8 MB

Data assimilation is a hugely important mathematical technique, relevant in fields as diverse as geophysics, Data Science, and neuroscience. This modern book provides an authoritative treatment of the field as it relates to several scientific disciplines, with a particular emphasis on recent developments from Machine Learning (ML) and its role in the optimisation of data assimilation. Underlying theory from statistical physics, such as path integrals and Monte Carlo methods, are developed in the text as a basis for data assimilation, and the author then explores examples from current multidisciplinary research such as the modelling of shallow water systems, ocean dynamics, and neuronal dynamics in the avian brain. The theory of data assimilation and Machine Learning is introduced in an accessible and unified manner, and the book is suitable for undergraduate and graduate students from science and engineering without specialized experience of statistical physics.
Разместил: Ingvar16 31-01-2022, 18:16 | Комментарии: 0 | Подробнее
Название: Hands-on Supervised Learning with Python: Learn How to Solve Machine Learning Problems with Supervised Learning Algorithms
Автор: Gnana Lakshmi T C, Madeleine Shang
Издательство: BPB Publications
Год: 2021
Формат: True ePUB, PDF
Страниц: 474
Размер: 13,7 Mb
Язык: English

You will learn about the fundamentals of Machine Learning and Python programming post, which you will be introduced to predictive modelling and the different methodologies in predictive modelling. You will be introduced to Supervised Learning algorithms and Unsupervised Learning algorithms and the difference between them.
We will focus on learning supervised machine learning algorithms covering Linear Regression, Logistic Regression, Support Vector Machines, Decision Trees and Artificial Neural Networks. For each of these algorithms, you will work hands-on with open-source datasets and use python programming to program the machine learning algorithms. You will learn about cleaning the data and optimizing the features to get the best results out of your machine learning model. You will learn about the various parameters that determine the accuracy of your model and how you can tune your model based on the reflection of these parameters.
Разместил: vitvikvas 31-01-2022, 12:13 | Комментарии: 0 | Подробнее
Название: Neural Network for Beginners: Build Deep Neural Networks and Develop Strong Fundamentals using Python’s NumPy and Matplotlib
Автор: Sebastian Klaas
Издательство: BPB Publications
Год: 2022
Формат: True ePUB
Страниц: 376
Размер: 10 Mb
Язык: English

KEY FEATURES
● Understand applications like reinforcement learning, automatic driving and image generation.
● Understand neural networks accompanied with figures and charts.
● Learn about determining coefficients and initial values of weights.

DESCRIPTION
Deep learning helps you solve issues related to data problems as it has a vast array of mathematical algorithms and has capacity to detect patterns.
Разместил: vitvikvas 31-01-2022, 11:49 | Комментарии: 0 | Подробнее
Название: Advance Core Python Programming: Begin your Journey to Master the World of Python
Автор: Meenu Kohli
Издательство: BPB Publications
Год: 2021
Формат: True ePUB, PDF
Страниц: 658
Размер: 19,6 Mb
Язык: English

Advance Core Python Programming is designed for Programmers who have a good understanding of Python basics and are ready to take the next steps. For entry-level Python programmers willing to dive deeper into programming, this book provides a path that will help them to add innovative features to their applications. This book starts by introducing you to the concept of Functions and Recursion and then moves on to higher levels of introducing you to OOP concepts, Files, integrating Python with database, threading, errors, exceptions, testing, debugging, data visualization, data analysis, GUI, data structures and algorithms. All these topics are the need of the hour and this book simplifies all these critical and essential concepts of Python for you. Knowledge of these topics will ease the functioning of your envisioned application.

Throughout the book, you will have access to several coding examples which will help you to understand the real practical application of advanced Python concepts and you will be able to work on any kind of Python project with confidence.
Разместил: vitvikvas 31-01-2022, 11:36 | Комментарии: 0 | Подробнее
Differential Evolution: From Theory to PracticeНазвание: Differential Evolution: From Theory to Practice
Автор: B. Vinoth Kumar, Diego Oliva, P. N. Suganthan
Издательство: Springer
Серия: Studies in Computational Intelligence
Год: 2022
Страниц: 389
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book addresses and disseminates state-of-the-art research and development of differential evolution (DE) and its recent advances, such as the development of adaptive, self-adaptive and hybrid techniques. Differential evolution is a population-based meta-heuristic technique for global optimization capable of handling non-differentiable, non-linear and multi-modal objective functions. Many advances have been made recently in differential evolution, from theory to applications. This book comprises contributions which include theoretical developments in DE, performance comparisons of DE, hybrid DE approaches, parallel and distributed DE for multi-objective optimization, software implementations, and real-world applications. The book is useful for researchers, practitioners, and students in disciplines such as optimization, heuristics, operations research and natural computing.
Разместил: Ingvar16 31-01-2022, 10:04 | Комментарии: 0 | Подробнее
Practical Automation with PowerShell (MEAP v05)Название: Practical Automation with PowerShell (MEAP v05)
Автор: Matthew Dowst
Издательство: Manning Publications
Год: 2022
Страниц: 229
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Take PowerShell beyond simple scripts and build time-saving automations for your team, your users, and the world. Practical Automation in PowerShell reveals how you can use PowerShell to build automation solutions for a huge number of common admin and DevOps tasks. It takes you beyond scripting basics and shows you how to handle the unforeseen complexities that can keep automations from becoming reusable and resilient. You’ll discover tools and platforms that let you share your automations with your team and even roll them out to non-technical users through easy-to-understand Sharepoint frontends.
Разместил: Ingvar16 31-01-2022, 09:28 | Комментарии: 0 | Подробнее
Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 AssemblyНазвание: Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 Assembly
Автор: Robert Plantz
Издательство: No Starch Press
Год: 2022
Страниц: 515
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB, 10.1 MB

Introduction to Computer Organization gives programmers a practical understanding of what happens in a computer when you execute your code. You may never have to write x86-64 assembly language or design hardware yourself, but knowing how the hardware and software works will give you greater control and confidence over your coding decisions. We start with high level fundamental concepts like memory organization, binary logic, and data types and then explore how they are implemented at the assembly language level.
Разместил: Ingvar16 31-01-2022, 07:01 | Комментарии: 0 | Подробнее
Using Python 3.9 and BeautifulSoup to Web Scrape Market, Economic, Financial and Historical Company Earnings DataНазвание: Using Python 3.9 and BeautifulSoup to Web Scrape Market, Economic, Financial and Historical Company Earnings Data
Автор: John Lee
Издательство: Independently published
Год: January 01, 2022
Страниц: 357
Язык: английский
Формат: epub
Размер: 34.7 MB

We will use Python and the Python Library BeautifulSoup to retrieve many different types of market, financial and economic data. The types of market, financial and economic data we will retrieve are stock, market index, currency rates, bonds, futures, mutual funds, electronically traded funds (ETF), commodities, balance sheet, income statement, statement of cash flow, GDP, consumer price index, unemployment rate, household income and money supply. Chapter 28 discusses how to retrieve historical company earnings. When web scraping, we will use the BeautifulSoup Python library. People who read this book will need a working knowledge of Python. This book will not explain Python; instead, readers will study the code to learn different Python techniques and where to get the financial, market and economic data. Like experience programmers, the reader will google any Python programming concept that needs more clarifications.
Разместил: Ingvar16 30-01-2022, 20:55 | Комментарии: 0 | Подробнее
Название: Job Ready Python
Автор: Haythem Balti
Издательство: John Wiley & Sons
Год: 2022
Формат: True PDF, ePUB
Страниц: 691
Размер: 10 Mb,17 Mb
Язык: English

Get ready to take on Python with a practical and job-focused guide
Job Ready Python offers readers a straightforward and elegant approach to learning Python that emphasizes hands-on and employable skills you can apply to real-world environments immediately.
Based on the renowned mthree Global Academy and Software Guild training program, this book will get you up to speed in the basics of Python, loops and data structures, object-oriented programming, and data processing.
Разместил: vitvikvas 30-01-2022, 10:34 | Комментарии: 0 | Подробнее
Research Anthology on Artificial Neural Network ApplicationsНазвание: Research Anthology on Artificial Neural Network Applications
Автор: MehdiKhosrow-Pour (Editor-in-Chief)
Издательство: Engineering Science Reference, IGI Global
Год: 2022
Страниц: 1612
Язык: английский
Формат: pdf (true)
Размер: 63.9 MB

Artificial neural networks (ANNs) present many benefits in analyzing complex data in a proficient manner. As an effective and efficient problem-solving method, ANNs are incredibly useful in many different fields. From education to medicine and banking to engineering, artificial neural networks are a growing phenomenon as more realize the plethora of uses and benefits they provide. Due to their complexity, it is vital for researchers to understand ANN capabilities in various fields.
Разместил: Ingvar16 30-01-2022, 05:04 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности