Vtome.ru - электронная библиотека

  • Добавил: TRex
  • Дата: 15-08-2021, 10:13
  • Комментариев: 0
Название: Production Kubernetes
Автор: Josh Rosso, Rich Lander, Alex Brand
Издательство: O’Reilly Media
Год: 2021
Формат: True PDF, ePUB
Страниц: 509
Размер: 14 Mb, 34 Mb
Язык: English

Kubernetes has become the dominant container orchestrator, but many organizations that have recently adopted this system are still struggling to run actual production workloads. In this practical book, four software engineers from VMware bring their shared experiences running Kubernetes in production and provide insight on key challenges and best practices.
The brilliance of Kubernetes is how configurable and extensible the system is, from pluggable runtimes to storage integrations. For platform engineers, software developers, infosec, network engineers, storage engineers, and others, this book examines how the path to success with Kubernetes involves a variety of technology, pattern, and abstraction considerations.
  • Добавил: TRex
  • Дата: 15-08-2021, 08:39
  • Комментариев: 0
Название: Advanced R Solutions
Автор: Malte Grosser, Henning Bumann, Hadley Wickham
Издательство: CRC Press
Год: 2022
Формат: PDF
Страниц: 302
Размер: 10 Mb
Язык: English

This book offers solutions to all 284 exercises in Advanced R, Second Edition. All the solutions have been carefully documented and made to be as clear and accessible as possible. Working through the exercises and their solutions will give you a deeper understanding of a variety of programming challenges, many of which are relevant to everyday work. This will expand your set of tools on a technical and conceptual level. You will be able to transfer many of the specific programming schemes directly and will discover far more elegant solutions to everyday problems.
  • Добавил: TRex
  • Дата: 15-08-2021, 07:52
  • Комментариев: 0
Название: Earth Observation Using Python: A Practical Programming Guide
Автор: Rebekah B. Esmaili
Издательство: Wiley
Год: 2021
Формат: PDF
Страниц: 287
Размер: 96 Mb
Язык: English

Learn basic Python programming to create functional and effective visualizations from earth observation satellite data sets
Thousands of satellite datasets are freely available online, but scientists need the right tools to efficiently analyze data and share results. Python has easy-to-learn syntax and thousands of libraries to perform common Earth science programming tasks.
Earth Observation Using Python: A Practical Programming Guide presents an example-driven collection of basic methods, applications, and visualizations to process satellite data sets for Earth science research.
  • Добавил: TRex
  • Дата: 14-08-2021, 21:06
  • Комментариев: 0
Название: Python Distilled (Developer's Library)
Автор: David M. Beazley
Издательство: Pearson
Год: 2021
Формат: ePUB
Страниц: 352
Размер: 29,6 Mb
Язык: English

Expert Insight for Modern Python (3.6+) Development from the Author of Python Essential Reference
The richness of modern Python challenges developers at all levels. How can programmers who are new to Python know where to begin without being overwhelmed? How can experienced Python developers know they're coding in a manner that is clear and effective? How does one make the jump from learning about individual features to thinking in Python at a deeper level? Dave Beazley's new Python Distilled addresses these and many other real-world issues.
  • Добавил: literator
  • Дата: 14-08-2021, 20:55
  • Комментариев: 0
Погружение в РефакторингНазвание: Погружение в Рефакторинг
Автор: Александр Швец
Издательство: Refactoring.Guru
Год: 2017
Страниц: 353
Язык: русский
Формат: pdf
Размер: 11,9 MB

Рефакторинг - это контролируемый процесс улучшения кода, без написания новой функциональности. Результат рефакторинга - это чистый код и простой дизайн. Я попытался перенести в эту книгу максимум информации, доступной в полном курсе о рефакторинге. По большей части, мне это удалось. Но некоторые вещи, вроде живых примеров, попросту невозможно преподнести в рамках статичной электронной книги. Поэтому, воспринимайте эту книгу как вспомогательный материал, а не полную замену курса. Книга разбита на две большие секции: Запахи плохого кода и Техники рефакторинга. В первой секции описано то, как не надо писать код. Во второй - то, как уже написанный плохой код можно улучшить. Примеры в этом варианте книги приведены на языке Java.
  • Добавил: umkaS
  • Дата: 14-08-2021, 11:14
  • Комментариев: 0
Название: Чистый код. Создание, анализ и рефакторинг
Автор: Мартин Р.
Издательство: Питер
Год: 2010
Cтраниц: 464
Формат: pdf
Размер: 30 мб
Язык: русский

Эта книга посвящена хорошему программированию. Она полна реальных примеров кода. Мы будем рассматривать код с различных направлений: сверху вниз, снизу вверх и даже изнутри. Прочитав книгу, вы узнаете много нового о коде. Более того, вы научитесь отличать хороший код от плохого. Вы узнаете, как писать хороший код и как преобразовать плохой код в хороший. Книга состоит из трех частей.
  • Добавил: TRex
  • Дата: 13-08-2021, 18:54
  • Комментариев: 0
Название: Practical Weak Supervision (Early Release)
Автор: Wee Hyong Tok, Amit Bahree, Senja Filipi
Издательство: O’Reilly Media
Год: 2021-08-13: Fifth Release
Формат: ePUB
Страниц: 200
Размер: 20 Mb
Язык: English

Most data scientists and engineers today rely on quality labeled data to train their machine learning models. But building training sets manually is time-consuming and expensive, leaving many companies with unfinished ML projects. There's a more practical approach. In this book, Amit Bahree, Senja Filipi, and Wee Hyong Tok from Microsoft show you how to create products using weakly supervised learning models.
  • Добавил: TRex
  • Дата: 13-08-2021, 18:26
  • Комментариев: 0
Название: Multithreaded jаvascript (Early Release)
Автор: Thomas Hunter II and Bryan English
Издательство: O’Reilly Media
Год: 2021-08-13: Fourth Release
Формат: EPUB
Страниц: 200
Размер: 10 Mb
Язык: English

Traditionally, jаvascript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the language--such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser--jаvascript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language.
  • Добавил: TRex
  • Дата: 13-08-2021, 14:49
  • Комментариев: 0
Название: Beginning Azure Cognitive Services: Data-Driven Decision Making Through Artificial Intelligence
Автор: Alicia Moniz, Matt Gordon, Ida Bergum, Mia Chang, Ginger Grant
Издательство: Apress
Год: 2021
Формат: PDF
Страниц: 322
Размер: 13,1 Mb
Язык: English

Get started with Azure Cognitive Services and its APIs that expose machine learning as a service. This book introduces the suite of Azure Cognitive Services and helps you take advantage of the proven machine learning algorithms that have been developed by experts and made available through Cognitive Services, easily integrating those algorithms into your own applications without having to develop the algorithms from scratch. The book also shows you how to use the algorithms provided by Cognitive Services to accelerate data analysis and development within your organization.
  • Добавил: literator
  • Дата: 13-08-2021, 13:29
  • Комментариев: 0
Artificial Intelligence and Data Mining Approaches in Security FrameworksНазвание: Artificial Intelligence and Data Mining Approaches in Security Frameworks
Автор: Neeraj Bhargava, Ritu Bhargava
Издательство: Wiley-Scrivener
Год: 2021
Страниц: 320
Язык: английский
Формат: pdf (true)
Размер: 20.6 MB

Artificial intelligence (AI) and data mining is the fastest growing field in computer science. AI and data mining algorithms and techniques are found to be useful in different areas like pattern recognition, automatic threat detection, automatic problem solving, visual recognition, fraud detection, detecting developmental delay in children, and many other applications. However, applying AI and data mining techniques or algorithms successfully in these areas needs a concerted effort, fostering integrative research between experts ranging from diverse disciplines from data science to Artificial Intelligence. Successful application of security frameworks to enable meaningful, cost effective, personalize security service is a primary aim of engineers and researchers today. However realizing this goal requires effective understanding, application and amalgamation of AI and Data Mining and several other computing technologies.