|
 |
|
 |
|
|
 |
|  |
|
Название: Modeling Complex Processes Through Nature-Analogous Methods: Artificial Intelligence and Artificial Life Автор: Christina Klüver, Jürgen Klüver, Jörn Schmidt Издательство: Springer Год: 2025 Страниц: 374 Язык: английский Формат: pdf (true) Размер: 15.0 MB
This book is an introduction to nature-analogous techniques and related formal methods. For each technique, application examples are provided. It covers cellular automata and Boolean networks, evolutionary algorithms, as well as simulated annealing, fuzzy methods, neural networks, and finally hybrid systems, i.e., combinations of various techniques. Based on the theory of complex dynamic systems, theoretical foundations are also presented, and the similarities of these seemingly very heterogeneous techniques are pointed out. The edition has been revised and expanded with current trends such as ChatGPT. The current developments under the umbrella term “Artificial Intelligence” are rapid and hardly manageable. While the (hybrid) models we described were a rarity a few years ago, they are now a matter of course. The coupling of methods from Artificial Intelligence (AI), Artificial Life (AL), and Machine Learning (ML) as well as Deep Learning (DL) is currently too diverse to capture the increasing complexity or to process the large amounts of data. |
Разместил: Ingvar16 25-05-2025, 17:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python for Financial Modeling: Practical Techniques from Data Analysis to Deep Learning Автор: Aarav Joshi Издательство: 101 Books Год: 2025 Страниц: 1956 Язык: английский Формат: epub (true) Размер: 18.3 MB
This comprehensive guide bridges the worlds of finance and Data Science, providing financial professionals with practical Python techniques for modern quantitative analysis. From data acquisition and preprocessing to advanced Machine Learning models, readers will learn how to implement powerful financial modeling tools using Python's robust ecosystem. The book covers essential topics including time series analysis, portfolio optimization, risk assessment, algorithmic trading strategies, and Deep Learning applications in finance. With a hands-on approach, readers will master libraries such as Pandas, NumPy, Scikit-learn, and TensorFlow while building real-world financial models. Whether you're a financial analyst, quantitative researcher, or aspiring data scientist, this book provides the practical skills needed to leverage Python's capabilities for data-driven financial decision-making. Each chapter includes executable code examples, case studies, and best practices to help readers immediately apply these techniques to their own financial projects. |
Разместил: Ingvar16 25-05-2025, 17:07 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Виртуальная реальность в Unity Автор: Джонотан Линовес Издательство: ДМК Пресс Год: 2016 Страниц: 316 Формат: pdf/djvu Размер: 83 мб Язык: русский Книга позволит вам освоить разработку виртуальной реальности в Unity - наиболее популярном на сегодняшний день игровом движке. Вы узнаете, как использовать Unity для разработки VR-приложений, поддерживающих такие устройства, как Oculus Rift и Google Cardboard, позволяющих взаимодействовать с виртуальными мирами. Книга расскажет вам, как создать ряд интересных и занимательных VR-проектов. Вы научитесь управлять игровым движком Unity 3D с помощью редактора Unity и сценариев на С#. К концу книги, вы сможете с помощью Unity создать ряд многофункциональных интерактивных примеров восприятия виртуальной реальности. |
Разместил: rivasss 25-05-2025, 13:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Mastering Asynchronous C++: Modern Techniques for High-Performance Concurrent Programming Автор: Aarav Joshi Издательство: 101 Books Год: 2025 Страниц: 2150 Язык: английский Формат: epub (true) Размер: 10.1 MB
Mastering Asynchronous C++: Modern Techniques for High-Performance Concurrent Programming is the definitive guide for C++ developers seeking to harness the full power of modern asynchronous programming. This comprehensive resource covers cutting-edge C++20, C++23, and emerging C++26 features including coroutines, std::execution framework, and structured concurrency patterns. The book progresses from fundamental concepts like memory models and atomic operations to advanced topics such as custom executors, sender/receiver patterns, and production deployment strategies. You'll master essential libraries including Boost.Asio for network programming, explore real-world applications from high-frequency trading to game engines, and learn performance optimization techniques for multi-core systems. Each chapter combines theoretical foundations with practical implementations, featuring detailed code examples and performance analysis. The book emphasizes modern C++ best practices, RAII principles, and exception safety in concurrent contexts. |
Разместил: Ingvar16 25-05-2025, 06:39 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: jаvascript Programming for Creating Modern GUI Applications: Elevate Your Development Skills Create Cutting-Edge Desktop Apps With React, Electron, And Expert Insights Автор: Ethan J. Code Издательство: Independently published Год: 2025 Страниц: 128 Язык: английский Формат: pdf, epub, mobi Размер: 10.1 MB
Unlock the secrets to crafting modern, high-performance desktop applications using jаvascript, React, and Electron. This comprehensive guide takes you on a journey from the fundamentals of jаvascript programming to advanced techniques for building stunning GUI applications. Inside this book, you'll discover: - React fundamentals: Learn how to build reusable UI components, manage state, and harness the power of JSX; - Electron essentials: Understand how to create cross-platform desktop applications using web technologies; - GUI design principles: Master the art of designing intuitive, user-friendly interfaces; - Best practices: Follow expert advice on structuring, testing, and deploying your applications. Whether you're a seasoned developer or just starting out, this book provides a step-by-step roadmap to building modern desktop applications. |
Разместил: Ingvar16 25-05-2025, 05:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python for Mathematics Автор: Vincent Knight Издательство: CRC Press Серия: The Python Series Год: 2025 Страниц: 268 Язык: английский Формат: pdf (true), epub Размер: 18.4 MB
Python for Mathematics introduces readers to effective methods for doing mathematics using the Python programming language. Most programming texts introduce readers to the building blocks of programming and build up to using more sophisticated tools for a specific purpose, like doing particular mathematical tasks. This is akin to teaching someone how to forge metal so as to make a nail, and then slowly working up to using sophisticated power tools so as to actually build something. This book does things in a different way, by first getting readers to begin using and understanding the tools that are going to be helpful to them as mathematicians, and only then moving onto the granular details. In this way, the practical application of the tools can aid in the understanding of the theory. |
Разместил: Ingvar16 24-05-2025, 21:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Java Coding Programs Автор: Chirag Khimani Издательство: Independently published Год: November 3, 2023 Страниц: 242 Язык: английский Формат: azw3, epub Размер: 71.9 MB
Learning programming is like mastering any other skill: it requires practice, repetition, and experimentation. We don’t learn by simply following rules and reading theories; we must learn by doing, making mistakes, and learning from them. Programming is a combination of art and skill that cannot be learned solely by reading books or watching videos. We must practice writing code to develop a deeper understanding of the concepts and how to apply them to real-world problems. When we solve problems on our own, it is common to make mistakes. However, when we are practicing, we can identify and fix your mistakes more easily. This helps us to write more efficient and reliable code. It also improves your problem solving skills, as we are challenged to come up with creative solutions to different problems. I am delighted to introduce a Java book called “Java Coding Programs”. This book has over 300 color-coded solved programs for each Java concept, helping you to learn the concepts in different ways and improve your problem-solving skills at the same time. |
Разместил: Ingvar16 24-05-2025, 17:48 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Программирование встроенных систем на С++17 Автор: Пош М. Издательство: ДМK Год: 2020 Cтраниц: 394 Формат: pdf (ocr) Размер: 22 мб Язык: русский
C++ — превосходный выбор для разработки встроенных систем, особенно с учетом того, что этот язык не добавляет каких-либо излишеств, улучшает удобство сопровождения и предлагает множество преимуществ над прочими языками программирования. Из книги вы узнаете, как можно применять C++ для создания надежных, конкурентоспособных систем, рационально использующих все доступные аппаратные ресурсы. Начиная с простого примера программирования встроенной системы и описания самых свежих функциональных возможностей, введенных стандартом C++17, эта книга демонстрирует все тонкости и нюансы правильного программирования. |
Разместил: rivasss 24-05-2025, 16:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Algorithmic Mathematics in Machine Learning Автор: Bastian Bohn, Jochen Garcke, Michael Griebel Издательство: SIAM (Society for Industrial and Applied Mathematics) Серия: Data Science Book Series Год: 2024 Страниц: 235 Язык: английский Формат: pdf (true) Размер: 25.5 MB
This unique book explores several well-known Machine Learning and data analysis algorithms from a mathematical and programming perspective. The authors present Machine Learning methods, review the underlying mathematics, and provide programming exercises to deepen the reader's understanding; accompany application areas with exercises that explore the unique characteristics of real-world data sets (e.g., image data for pedestrian detection, biological cell data); and provide new terminology and background information on mathematical concepts, as well as exercises, in “info-boxes” throughout the text. Most chapters of this book will be accompanied by a variety of programming exercises, which are intended to be solved in Jupyter notebooks. There, we also provide templates for some of the programming exercises. We assume that the reader is familiar with basic Python tools and libraries. However, we also provide a brief tutorial on the most important Python and NumPy concepts. Moreover, we will learn how to use the Machine Learning libraries Scikit-Learn and Keras. The latter serves as an interface to Tensor Flow. |
Разместил: Ingvar16 24-05-2025, 15:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Create an Uber Clone in 7 Days: Build a real world full stack mobile app in Java Автор: Shai Almog, Steve Hannah Издательство: Independently published Серия: Clone a Mobile App in Java Год: 2018 Страниц: 511 Язык: английский Формат: epub Размер: 10. MB
The goal of this book is to teach via familiarity. Since the Uber application is well designed and familiar we chose it as the target but the book isn't meant as a "copy Uber" cookbook. Many applications are built around ideas similar to Uber and utilize designs inspired by Uber. It's our assumption that you can learn a lot by understanding how to build something "like" Uber. We break down a real world application from client to the server. This fills in all the pieces, that typical tech books skim over. I wanted to create a book that would show you how to build a fully functional MVP (Minimum Viable Product) within a week. I wanted to illustrate the shortcuts that make sense and those that don’t. This is a powerful approach whether you are building a startup or working within a large corporation. The book requires basic knowledge of Java but doesn't require prior knowledge of Codename One, Spring Boot or MySQL. |
Разместил: Ingvar16 24-05-2025, 15:11 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|