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



Реклама


Kubernetes Secrets Management (Final Release)Название: Kubernetes Secrets Management (Final Release)
Автор: Alex Soto Bueno, Andrew Block
Издательство: Manning Publications
Год: 2023
Страниц: 248
Язык: английский
Формат: epub (true)
Размер: 10.2 MB

Safely manage your secret information like passwords, keys, and certificates in Kubernetes. This practical guide is full of best practices and methods for adding layers of security that will defend the critical data of your applications. Secrets, like database passwords and API keys, are some of the most important data in your application. Kubernetes Secrets Management reveals how to store these sensitive assets in Kubernetes in a way that’s protected against leaks and hacks. You’ll learn the default capabilities of Kubernetes secrets, where they’re lacking, and alternative options to strengthen applications and infrastructure. Discover a security-first mindset that is vital for storing and using secrets correctly, and tools and concepts that will help you manage sensitive assets such as certificates, keys, and key rotation.
Разместил: Ingvar16 14-02-2023, 07:12 | Комментарии: 0 | Подробнее
Machine Learning under Resource Constraints, Vol. 1-3Название: Machine Learning under Resource Constraints, Volume 1-3
Автор: Katharina Morik, Jorg Rahnenfuhrer, Christian Wietfeld
Издательство: De Gruyter
Год: 2023
Страниц: 506+364+478
Язык: английский
Формат: pdf (true)
Размер: 129.6 MB

"Машинное обучение в условиях ограниченности ресурсов: в трех томах" рассматривает новые алгоритмы машинного обучения, которые сталкиваются с проблемами высокой пропускной способности данных, высокой размерности или сложной структуры данных. Ограничения на ресурсы определяются соотношением между требованиями к обработке данных и возможностями вычислительной техники. Ресурсами являются время выполнения, память, связь и энергия. Следовательно, современные компьютерные архитектуры играют важную роль. Новые алгоритмы машинного обучения оптимизируются с учетом минимального потребления ресурсов. Более того, полученные прогнозы выполняются на различных архитектурах для экономии ресурсов. В книге представлен всеобъемлющий обзор новых подходов к исследованию машинного обучения, учитывающих ограничения ресурсов, а также применение описанных методов в различных областях науки и техники.
Разместил: Ingvar16 14-02-2023, 06:44 | Комментарии: 0 | Подробнее
Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security (3rd Early Release)Название: Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security (3rd Early Release)
Автор: Liz Rice
Издательство: O’Reilly Media, Inc.
Год: 2023-02-13
Страниц: 232
Язык: английский
Формат: pdf, epub, mobi
Размер: 11.5 MB

What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves. It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works. Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. The entire eBPF program is defined as a string called “program” in the Python code. This C program needs to be compiled before it can be executed, but BCC takes care of that for you. The eBPF program is loaded into the kernel and attached to an event, so the program will be triggered whenever a new executable gets launched on the machine. All that remains to do in the Python code is to read the tracing that is output by the kernel, and write it on screen. eBPF programs can be used to dynamically change the behavior of the system. There’s no need to reboot the machine or restart existing processes - eBPF code starts taking effect as soon as it is attached to an event.
Разместил: Ingvar16 14-02-2023, 06:23 | Комментарии: 0 | Подробнее
Python for beginners: Your comprehensive step-by-step guide to learn everything about PythonНазвание: Python for beginners: Your comprehensive step-by-step guide to learn everything about Python
Автор: Daniel Harder
Издательство: TECHHUP
Год: 2022
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Python was developed by Guido van Rossum in the late eighties and early nineties at the National Research Institute for Mathematics and Computer Science in the Netherlands. Python is derived from many other languages, including ABC, Modula-3, C, C++, Algol-68, SmallTalk, and Unix shell and other scripting languages. Python is copyrighted. Like Perl, Python source code is now available under the GNU General Public License (GPL). Python is now maintained by a core development team at the institute, although Guido van Rossum still holds a vital role in directing its progress.
Разместил: Ingvar16 14-02-2023, 06:06 | Комментарии: 0 | Подробнее
Effective Machine Learning Teams: Best Practices for ML Practitioners (Early Release)Название: Effective Machine Learning Teams: Best Practices for ML Practitioners (Early Release)
Автор: David Tan, Ada Leung
Издательство: O’Reilly Media, Inc.
Год: 2023-02-13
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Gain the valuable skills and techniques you need to accelerate the delivery of Machine Learning solutions. With this practical guide, data scientists and ML engineers will learn how to bridge the gap between data science and Lean software delivery in a practical and simple way. David Tan and Ada Leung from Thoughtworks show you how to apply time-tested software engineering skills and Lean delivery practices that will improve your effectiveness in ML projects. Based on the authors' experience across multiple real-world data and ML projects, the proven techniques in this book will help teams avoid common traps in the ML world, so you can iterate more quickly and reliably. With these techniques, data scientists and ML engineers can overcome friction and experience flow when delivering Machine Learning solutions.
Разместил: Ingvar16 14-02-2023, 05:39 | Комментарии: 0 | Подробнее
C++ for beginners: Your comprehensive step-by-step guide to learn everything about C++Название: C++ for beginners: Your comprehensive step-by-step guide to learn everything about C++
Автор: Daniel Harder
Издательство: TECHHUP
Год: 2022
Страниц: 176
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

C++ (pronounced "C plus plus") is a high-level general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Embarcadero, Oracle, and IBM, so it is available on many platforms. C++ was designed with systems programming and embedded, resource-constrained software and large systems in mind, with performance, efficiency, and flexibility of use as its design highlights.C++ has also been found useful in many other contexts, with key strengths being software infrastructure and resource-constrained applications, including desktop applications, video games, servers (e.g. e-commerce, web search, or databases), and performance-critical applications (e.g. telephone switches or space probes).
Разместил: Ingvar16 13-02-2023, 20:13 | Комментарии: 0 | Подробнее
Название: Шаблоны DAX. Наиболее полное собрание готовых к использованию решений на языке DAX для Power BI, Analysis Services и Power Pivot
Автор: Феррари А., Руссо М.
Издательство: ДМК Пресс
Год: 2021
Cтраниц: 408
Формат: pdf
Размер: 19 мб
Язык: русский

Данная книга предназначена для разработчиков, уже знакомых с языком DAX и желающих повысить свою квалификацию, используя представленные здесь шаблоны. В большинстве из них применяются продвинутые техники DAX, которые читателю следует освоить и использовать в своих рабочих сценариях. Авторы уделяют пристальное внимание сценариям с использованием функций логики операций со временем, а также рассматривают большое количество действительно полезных шаблонов, наиболее часто встречающихся на практике. Для каждого шаблона предоставляются демонстрационные файлы в формате Power BI и Power Pivot для Excel. Иногда версии кода незначительно отличаются.
Разместил: rivasss 13-02-2023, 17:57 | Комментарии: 0 | Подробнее
Python Data Science Handbook: Essential Tools for Working with Data, 2nd Edition (Final Release)Название: Python Data Science Handbook: Essential Tools for Working with Data, 2nd Edition (Final Release)
Автор: Jake VanderPlas
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 591
Язык: английский
Формат: True/Retail PDF EPUB
Размер: 30.8 MB

Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of Python Data Science Handbook do you get them all--IPython, NumPy, pandas, Matplotlib, scikit-learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find the second edition of this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python.
Разместил: Ingvar16 13-02-2023, 08:40 | Комментарии: 0 | Подробнее
Practicing Trustworthy Machine Learning: Consistent, Transparent, and Fair AI Pipelines (Final Release)Название: Practicing Trustworthy Machine Learning: Consistent, Transparent, and Fair AI Pipelines (Final Release)
Автор: Yada Pruksachatkun, Matthew McAteer, Subhabrata Majumdar
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 303
Язык: английский
Формат: True/Retail PDF EPUB
Размер: 47.0 MB

With the increasing use of AI in high-stakes domains such as medicine, law, and defense, organizations spend a lot of time and money to make ML models trustworthy. Many books on the subject offer deep dives into theories and concepts. This guide provides a practical starting point to help development teams produce models that are secure, more robust, less biased, and more explainable. This book is written for anyone who is currently working with Machine Learning models and wants to be sure that the fruits of their labor will not cause unintended harm when released into the real world. The primary audience of the book are engineers and data scientists who have some familiarity with Machine Learning. Parts of the book should be accessible to non-engineers, such as product managers and executives with a conceptual understanding of ML. Some of you may be building ML systems that make higher-stakes decisions than they encountered in your previous job or in academia. We assume you are are familiar with the very basics of Deep Learning, and Python for the code samples.
Разместил: Ingvar16 13-02-2023, 04:22 | Комментарии: 0 | Подробнее
A Student's Guide to Python for Physical Modeling, 2nd EditionНазвание: A Student's Guide to Python for Physical Modeling, 2nd Edition
Автор: Jesse M. Kinder, Philip Nelson
Издательство: Princeton University Press
Год: 2021
Страниц: 241
Язык: английский
Формат: pdf (true)
Размер: 10.3 MB

A fully updated tutorial on the basics of the Python programming language for science students. Python is a computer programming language that has gained popularity throughout the sciences. This fully updated second edition of A Student's Guide to Python for Physical Modeling aims to help you, the student, teach yourself enough of the Python programming language to get started with physical modeling. You will learn how to install an open-source Python programming environment and use it to accomplish many common scientific computing tasks: importing, exporting, and visualizing data; numerical analysis; and simulation. No prior programming experience is assumed. Numerous code samples and exercises—with solutions—illustrate new ideas as they are introduced. This guide also includes supplemental online resources: code samples, data sets, tutorials, and more. This edition includes new material on symbolic calculations with SymPy, an introduction to Python libraries for Data Science and Machine Learning (Pandas and Sklearn), and a primer on Python classes and object-oriented programming. A new appendix also introduces command line tools and version control with Git.
Разместил: Ingvar16 13-02-2023, 03:48 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности