|
|
|
|
|
|
|
| |
|
Название: Основы инженерии данных: как создавать надёжные системы обработки данных Автор: Д. Рис, М. Хоусли Издательство: bhv Год: 2024 Формат: PDF Страниц: 446 Размер: 59 Mb Язык: Русский
Базовая книга по инженерии данных. Рассмотрены все аспекты проектирования и эксплуатации различных архитектур данных, а также полный жизненный цикл работы с данными: подготовка, поглощение, преобразование, очистка, сочетание, оркестрация, конвейеризация. Особое внимание уделено облачным технологиям, распределению нагрузки и безопасному хранению данных. Разобраны приёмы формирования запросов, работы с базами данных и отслеживания потоков данных. Книга даёт исчерпывающее представление о проектировании систем для обработки разнородных данных, поддержании этих систем в упорядоченном и доступном виде и о тенденциях развития современной индустрии данных.
|
Разместил: Chipa 28-07-2024, 12:07 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Изучаем Git: пошаговое руководство с наглядными примерами Автор: Скуликари А. Издательство: bhv Год: 2024 Формат: PDF Страниц: 290 Размер: 29 Mb Язык: Русский
В простой, осязаемой и наглядной форме книга знакомит с Git – самой популярной системой контроля версий. Изложены основы Git: установка, графический интерфейс и командная строка, локальные репозитории и коммиты, ветки и слияния. Рассмотрены хостинговые сервисы и аутентификация, работа с удаленным репозиторием, клонирование и локальное сохранение. Подробно рассмотрены трехсторонние слияния, конфликты слияния, запросы на слияние, а также интеграция изменений из одной ветки в другую с помощью перебазирования. Для закрепления материала служат два сквозных проекта: учебный, демонстрирующий основы, и практический, применимый для реальной работы.
|
Разместил: Chipa 28-07-2024, 11:47 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Mastering Ethereum: Implementing Smart Contracts, 2nd Edition (Early Release) Автор: Carlo Parisi, Alessandro Mazza, and Niccolò Pozzolini Издательство: O’Reilly Media, Inc. Год: 2024-07-25 Страниц: 500 Язык: английский Формат: epub Размер: 10.1 MB
As the first blockchain platform to introduce the concept of smart contracts, Ethereum serves as the gateway to a worldwide, decentralized computing paradigm. With this practical guide, Carlo Parisi, Alessandro Mazza, and Niccolo Pozzolini provide everything you need to know about building smart contracts and DApps on Ethereum and other virtual-machine blockchains. You'll find comprehensive coverage of Ethereum's internal workings to help you understand not just the how but also the why of Ethereum's innovative technology. You'll dive deep into the architecture and operational mechanics of Ethereum by learning essential knowledge for building and interacting effectively with DApps and smart contracts on Ethereum and similar virtual-machine blockchains. However, Ethereum now utilizes two distinct clients: one for consensus and another for execution. Instead of a reference implementation, Ethereum relies on a reference specification, a mathematical description detailed in the Yellow Paper (see “Further Reading”), which has been consistently updated throughout Ethereum’s development. Currently, the Ethereum community is transitioning towards a reference specification written in Python for both the consensus and execution clients. |
Разместил: Ingvar16 28-07-2024, 05:01 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: C++ & Python Coding Manual - Issue 5, 2024 Автор: Papercut Limited Издательство: Papercut Limited Год: 2024 Страниц: 148 Язык: английский Формат: pdf (true) Размер: 55.2 MB
Усовершенствуйте свои навыки, изучив основы Python и C++! Высококачественные справочники и подробные руководства от команды экспертов по изучению Python и применению его в реальных программах. Понимание основ C++ и навыков оптимизации кода. Python и C++ - самые мощные и универсальные языки программирования. Понимание и овладение ими позволяет нам лучше разбираться в современных технологиях и как они взаимодействуют с нами и окружающей средой. |
Разместил: Ingvar16 27-07-2024, 18:11 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Quantum Machine Learning: Quantum Algorithms and Neural Networks Автор: Pethuru Raj, Houbing Herbert Song, Dac-Nhuong Le, Narayan Vyas Издательство: De Gruyter Год: 2024 Страниц: 336 Язык: английский Формат: pdf (true), epub Размер: 34.5 MB
Quantum computing has shown a potential to tackle specific types of problems, especially those involving a daunting number of variables, at an exponentially faster rate compared to classical computers. This volume focuses on quantum variants of Machine Learning algorithms, such as quantum neural networks, quantum reinforcement learning, quantum principal component analysis, quantum support vectors, quantum Boltzmann machines, and many more. Quantum computing (QC) can process calculations tenfold quicker than traditional computing by utilizing the unique characteristics of quantum bits or qubits. The three fundamental ideas of quantum mechanics – superposition, entanglement, and interference – give QC its particular strength. A qubit can store quantum information in a state of superposition, which combines all of the qubit’s potential configurations. Computational spaces can be made complex and multidimensional by using multiple qubits in superposition. These spaces allow for many representations of complex problems. |
Разместил: Ingvar16 27-07-2024, 16:16 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Machine Learning Algorithms in Depth (Final Release) Автор: Vadim Smolyakov Издательство: Manning Publications Год: 2024 Страниц: 328 Язык: английский Формат: pdf (true) Размер: 26.6 MB
Learn how Machine Learning algorithms work from the ground up so you can effectively troubleshoot your models and improve their performance. Fully understanding how Machine Learning algorithms function is essential for any serious ML engineer. In Machine Learning Algorithms in Depth you'll explore practical implementations of dozens of ML algorithms. Machine Learning Algorithms in Depth dives into the design and underlying principles of some of the most exciting Machine Learning (ML) algorithms in the world today. With a particular emphasis on probabilistic algorithms, you'll learn the fundamentals of Bayesian inference and Deep Learning. You'll also explore the core data structures and algorithmic paradigms for Machine Learning. Each algorithm is fully explored with both math and practical implementations so you can see how they work and how they're put into action. Learn how Machine Learning algorithms work from the ground up so you can effectively troubleshoot your models and improve their performance. This book guides you from the core mathematical foundations of the most important ML algorithms to their Python implementations, with a particular focus on probability-based methods. Machine Learning Algorithms in Depth dissects and explains dozens of algorithms across a variety of applications, including finance, computer vision, and NLP. Each algorithm is mathematically derived, followed by its hands-on Python implementation along with insightful code annotations and informative graphics. You'll especially appreciate author Vadim Smolyakov's clear interpretations of Bayesian algorithms for Monte Carlo and Markov models. This book was written for anyone interested in exploring Machine Learning algorithms in depth. The prerequisites for reading this book include a basic level of programming skills in Python, and an intermediate level of understanding of linear algebra, applied probability, and multivariable calculus. |
Разместил: Ingvar16 27-07-2024, 12:30 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: The Complete Obsolete Guide to Generative AI (Final Release) Автор: David Clinton Издательство: Manning Publications Год: 2024 Страниц: 240 Язык: английский Формат: pdf (true) Размер: 22.9 MB
The last book on AI you'll ever need. We swear! AI technology moves so fast that this book is probably already out of date! But don't worry—The Complete Obsolete Guide to Generative AI is still an essential read for anyone who wants to make generative AI into a tool rather than a toy. It shows you how to get the best out of AI no matter what changes come in the future. You'll be able to use common automation and scripting tools to take AI to a new level, and access raw (and powerful) GPT models via API. Where to get started? How about creating exciting images, video, and even audio with AI. Need more? Learn to harness AI to speed up any everyday work task, including writing boilerplate code, creating specialized documents, and analyzing your own data. Push beyond simple ChatGPT prompts! Discover ways to double your productivity and take on projects you never thought were possible! AI—and this book—are here to show you how. Everything you learn about Generative AI tools like Chat-GPT, Copilot, and Claude becomes obsolete almost immediately. So how do you decide where to spend your time—and your company's money? This entertaining and unbelievably practical book shows you what you can (and should!) do with AI now and how to roll with the changes as they happen. I’ll also show you how to use code to automate your prompts. Most of what we’ll see will be useful even if you don’t use the Python and Bash code I’ll show you. Written for developers, admins, and other IT pros. Some examples use simple Python code. |
Разместил: Ingvar16 27-07-2024, 11:42 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: High Performance Python: Practical Performant Programming for Humans, 3rd Edition (Early Release) Автор: Micha Gorelick, Ian Oszvald Издательство: O’Reilly Media, Inc. Год: 2024-07-26 Страниц: 226 Язык: английский Формат: pdf, epub Размер: 10.1 MB
Your Python code may run correctly, but what if you need it to run faster? This practical book shows you how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs. By explaining the fundamental theory behind design choices, this expanded edition of High Performance Python helps experienced Python programmers gain a deeper understanding of Python's implementation. How do you take advantage of multicore architectures or clusters? Or build a system that scales up and down without losing reliability? Authors Micha Gorelick and Ian Ozsvald reveal concrete solutions to many issues and include war stories from companies that use high-performance Python for social media analytics, productionized Machine Learning, and more. |
Разместил: Ingvar16 27-07-2024, 04:14 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Sustainable Development Using Private AI: Security Models and Applications Автор: Uma Maheswari V, Rajanikanth Aluvalu Издательство: CRC Press Год: 2025 Страниц: 319 Язык: английский Формат: pdf (true) Размер: 10.1 MB
This book covers the fundamental concepts of Private AI and its applications. It also covers fusion of Private AI with cutting-edge technologies like cloud computing, Federated Learning and computer vision. Security Models and Applications for Sustainable Development Using Private AI reviews various encryption algorithms used for providing security in Private AI. It discusses the role of training Machine Learning and Deep learning technologies in Private AI. The book provides case studies of using Private AI in various application areas such as purchasing, education, entertainment, medical diagnosis, predictive care, conversational personal assistants, wellness apps, early disease detection, and recommendation systems. The authors provide additional knowledge to handling the customer’s data securely and efficiently. It also provides multi-model dataset storage approaches along with the traditional approaches like anonymization of data and differential privacy mechanisms. Private AI, also known as privacy-preserving AI or confdential AI, is a subset of Artifcial Intelligence that focuses on developing techniques and technologies to protect the privacy and confdentiality of data and models used in AI applications. Privacy is a critical concern in the feld of AI because many AI systems require access to sensitive and personal data, which, if mishandled, can lead to privacy breaches and other adverse consequences. The target audience includes undergraduate and postgraduate students in Computer Science, Information technology, Electronics and Communication Engineering and related disciplines. |
Разместил: Ingvar16 27-07-2024, 02:25 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: React in Depth (Final Release) Автор: Morten Barklund Издательство: Manning Publications Год: 2024 Страниц: 434 Язык: английский Формат: pdf (true) Размер: 23.3 MB
A guide to the advanced React skills used by the very best React developers. React in Depth teaches the React libraries, tools and techniques that are vital to build amazing apps. You’ll put each skill you learn into practice with hands-on projects like a goal-focused task manager, expenses tracker, and custom UI library. React in Depth focuses on the modern best practices of React development, with full and up-to-date coverage of the latest features and changes to the React ecosystem. This book highlights the advanced techniques that turn a React pro into a React wizard, and how you can future-proof your career by mastering new React technologies as they emerge. React in Depth teaches you the best practices of React development, with up-to-date coverage of the React ecosystem. In it, you’ll learn how to put NextJS, Remix, TypeScript, and more in your React toolbox. You’ll explore advanced topics like component patterns, optimization techniques, and developer tooling. Each skill is proven with hands-on examples, from a weather app to a Wordle clone. This book is designed for web developers of all kinds. Whether you’re working on the frontend or the backend or as a fullstack developer, if you’re looking to deepen your expertise in creating both interactive web applications and static sites with modern generators, this book is for you. Ideal readers are already familiar with the fundamentals of React, including JSX, functional components, state management, event handling, and form processing. A solid grasp of HTML, CSS, jаvascript, command-line tools, Git, GitHub, npm, and browser developer tools is also strongly encouraged. |
Разместил: Ingvar16 26-07-2024, 23:36 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|