LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 22-09-2023, 13:52
  • Комментариев: 0
Название: From Objects to Functions: Build Your Software Faster and Safer With Functional Programming and Kotlin
Автор: Uberto Barbini
Издательство: Pragmatic Bookshelf
Год: September 2023 (Version: P1.0)
Страниц: 674
Язык: английский
Формат: epub (true), mobi
Размер: 11.3 MB

Build applications quicker and with less effort using functional programming and Kotlin. Learn by building a complete application, from gathering requirements to delivering a microservice architecture following functional programming principles. Learn how to implement CQRS and EventSourcing in a functional way to map the domain into code better and to keep the cost of change low for the whole application life cycle. If you're curious about functional programming or you are struggling with how to put it into practice, this guide will help you increase your productivity composing small functions together instead of creating fat objects. Switching to the functional paradigm isn't easy when you're used to object-oriented programming. You need more than just lambdas and mapping over collections to get a declarative style and disentangle the state from the computations. Use transformations and compositions to help you write less code with better results. Boost your productivity and harness the power of functional programming by creating real-world applications rather than focusing on theoretical concepts.
  • Добавил: literator
  • Дата: 22-09-2023, 13:09
  • Комментариев: 0
Название: Practical A/B Testing: Creating Experimentation-Driven Products
Автор: Leemay Nassery
Издательство: Pragmatic Bookshelf
Год: May 2023 (Version: P1.0)
Страниц: 209
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Whether you're a catalyst for organizational change or have the support you need to create an engineering culture that embraces A/B testing, this book will help you do it right. The step-by-step instructions will demystify the entire process, from constructing an A/B test to breaking down the decision factors to build an engineering platform. When you're ready to run the A/B test of your dreams, you'll have the perfect blueprint. With smart, tactful approaches to orchestrating A/B testing on a product, you'll quickly discover how to reap all the benefits that A/B testing has to offer - benefits that span your users, your product, and your team. Take the reins today, and be the change you want to see in your engineering and product organizations. Develop a hypothesis statement that's backed with metrics that demonstrate if your prediction for the experiment is correct. Build more inclusive products by leveraging audience segmentation strategies and ad-hoc post analysis to better understand the impact of changes on specific user groups. Determine which path is best for your team when deciding whether to go with a third-party A/B test framework or to build the A/B testing platform in-house. And finally, learn how to cultivate an experimentation-friendly culture within your team.
  • Добавил: literator
  • Дата: 22-09-2023, 12:41
  • Комментариев: 0
Название: Golang для профи: Создаем профессиональные утилиты, параллельные серверы и сервисы, 3-е издание
Автор: Михалис Цукалос
Издательство: Питер
Год: 2024
Страниц: 624
Язык: русский
Формат: pdf
Размер: 10.7 MB

Язык Go — это простой и понятный язык для создания высокопроизводительных систем будущего. Используйте Go в реальных производственных системах. В новое издание включены такие темы, как создание серверов и клиентов RESTful, знакомство с дженериками Go и разработка серверов и клиентов gRPC. Третье издание «Golang для профи» исследует практические возможности Go и описывает такие продвинутые темы, как параллелизм и работа сборщика мусора Go, использование Go с Docker, разработка мощных утилит командной строки, обработка данных в формате JSON (jаvascript Object Notation) и взаимодействие с базами данных. Кроме того, книга дает дополнительные сведения о работе внутренних механизмов Go, знание которых позволит оптимизировать код на Go и использовать типы и структуры данных новыми и необычными способами. Также охватываются некоторые нюансы и идиомы языка Go, предлагаются упражнения и приводятся ссылки на ресурсы для закрепления полученных знаний. Станьте опытным программистом на Go, создавая системы и внедряя передовые методы программирования на Go в свои проекты!
  • Добавил: literator
  • Дата: 22-09-2023, 11:49
  • Комментариев: 0
Название: Functional Programming in Java: Harness the Power of Streams and Lambda Expressions, 2nd Edition
Автор: Venkat Subramaniam
Издательство: Pragmatic Bookshelf
Год: July 2023 (Version: P1.0)
Страниц: 313
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. Apply the techniques you learn to turn highly complex imperative code into elegant and easy-to-understand functional-style code. Updated to the latest version of Java, this edition has four new chapters on error handling, refactoring to functional style, transforming data, and idioms of functional programming. Don't struggle with the limitations of the imperative style; instead learn to combine object-oriented programming with the functional style to reduce the accidental complexity. Harness the functional programming capabilities of Java to create applications where the program reveals its intentions and your team can quickly understand and modify code to align with changing business requirements. Unlock the power of lambda expressions and the Streams API to turn the oft-written spaghetti code into highly concise, expressive, elegant, and maintainable code. See how Streams make the arduous task of parallelizing code as easy as flipping a switch when superior speed is necessary.
  • Добавил: literator
  • Дата: 22-09-2023, 04:45
  • Комментариев: 0
Название: Cloud Native Microservices With Kubernetes: A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes
Автор: Aymen El Amri
Издательство: Leanpub
Год: 2023-06-21
Страниц: 369
Язык: английский
Формат: pdf (true), epub
Размер: 17.7 MB

"Cloud Native Microservices With Kubernetes" is a hands-on, example-rich guide focused on real-world examples and practical learning that covers everything needed from the basics to the most advanced concepts. In this comprehensive guide, we will dive deep into the intricacies of microservices, high-availability strategies, CI/CD, GitOps, and observability in a Cloud Native world. Our exploration will include GitOps, with a focus on creating an efficient GitOps workflow using Argo CD. We will adeptly handle CI/CD (continuous delivery and deployment) strategies such as Blue/Green, Canary deployments, and Rolling updates. In addition, we will cover how to expertly manage data in Kubernetes using persistent volumes and stateful sets. We will navigate the creation of various types of services in Kubernetes and how to expose them to the outside world using Ingress and Service Mesh. The book focuses on achieving high availability, scalability, and efficient deployment, monitoring, CI/CD, and everything else you need to build your next microservices architecture. All of this can be done by leveraging the power of Kubernetes and its ecosystem.
  • Добавил: literator
  • Дата: 22-09-2023, 04:35
  • Комментариев: 0
Название: Explainable Artificial Intelligence for Intelligent Transportation Systems
Автор: Amina Adadi, Afaf Bouhoute
Издательство: CRC Press
Год: 2024
Страниц: 286
Язык: английский
Формат: pdf (true)
Размер: 28.6 MB

Artificial Intelligence (AI) and Machine Learning (ML) are set to revolutionize all industries, and the Intelligent Transportation Systems (ITS) field is no exception. While ML, especially Deep Learning models, achieve great performance in terms of accuracy, the outcomes provided are not amenable to human scrutiny and can hardly be explained. This can be very problematic, especially for systems of a safety-critical nature such as transportation systems. Explainable AI (XAI) methods have been proposed to tackle this issue by producing human interpretable representations of machine learning models while maintaining performance. These methods hold the potential to increase public acceptance and trust in AI-based ITS. Artificial Intelligence (AI), particularly Machine and Deep Learning, has been significantly advancing Intelligent Transportation Systems (ITS) research and industry. Due to their ability to recognize and to classify patterns in large datasets, AI algorithms have been successfully applied to address the major problems and challenges associated with traffic management and autonomous driving, e.g., sensing, perception, prediction, detection, and decision-making. However, in their current incarnation, AI models, especially Deep Neural Networks (DNN), suffer from the lack of interpretability.
  • Добавил: literator
  • Дата: 22-09-2023, 04:09
  • Комментариев: 0
Название: The Complete C++ & Python Manual - 16th Edition 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Страниц: 148
Язык: английский
Формат: pdf
Размер: 62,2 MB

Раскройте возможности Python и C++. Наличие базовых знаний о программировании может открыть много разных дверей для новичка. Вы можете лучше понять, как работают аппаратное и программное обеспечение вместе, как функционирует ваш компьютер или устройство и как невероятные игровые среды с открытым миром преобразуются из целей и нулей в то, что находится на вашем мониторе или телевизоре. Технология повсюду, и все это связано между собой посредством программирования. Ваш телевизор, микроволновая печь, автомобильные развлечения и сам Интернет зависят от хороших программ, чтобы заставить их работать так, как вы хотите. На этих страницах находятся строительные блоки, которые помогут вам предпринять ваши первые шаги в мир программирования. Мы взяли два самых мощных и универсальных языках программирования: Python и C ++ и разбили их на небольшие учебные пособия и руководства, чтобы помочь вам узнать, как они работают, и как заставить их работать на вас.
  • Добавил: literator
  • Дата: 21-09-2023, 21:25
  • Комментариев: 0
Название: Low-Code AI: A Practical Project-Driven Introduction to Machine Learning (Final)
Автор: Gwendolyn Stripling, Michael Abel
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 325
Язык: английский
Формат: True EPUB (Retail Copy)
Размер: 14.9 MB

Take a data-first and use-case–driven approach with Low-Code AI to understand Machine Learning and Deep Learning concepts. This hands-on guide presents three problem-focused ways to learn no-code ML using AutoML, low-code using BigQuery ML, and custom code using scikit-learn and Keras. In each case, you'll learn key ML concepts by using real-world datasets with realistic problems. Business and data analysts get a project-based introduction to ML/AI using a detailed, data-driven approach: loading and analyzing data; feeding data into an ML model; building, training, and testing; and deploying the model into production. Authors Michael Abel and Gwendolyn Stripling show you how to build machine learning models for retail, healthcare, financial services, energy, and telecommunications. Artificial Intelligence (AI) can be defined as the broad field of study where computers show intelligence. The phrase “show intelligence” is vague; it could be interpreted as a computer making a decision that we would expect from a living being. In recent decades, another form of AI has become more ubiquitous. Machine learning (ML) is the discipline of having computers learn algorithms from the data provided rather than the programmer having to provide the algorithms. Another way to phrase this in contrast to expert systems is that ML is about using data to discover the rules versus having experts write the rules for you.
  • Добавил: literator
  • Дата: 21-09-2023, 21:05
  • Комментариев: 0
Название: Learning Data Science: Data Wrangling, Exploration, Visualization, and Modeling with Python (Final)
Автор: Sam Lau, Joseph Gonzalez, Deborah Nolan
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 594
Язык: английский
Формат: True EPUB (Retail Copy)
Размер: 15.7 MB

As an aspiring data scientist, you appreciate why organizations rely on data for important decisions—whether it's for companies designing websites, cities deciding how to improve services, or scientists discovering how to stop the spread of disease. And you want the skills required to distill a messy pile of data into actionable insights. We call this the data science lifecycle: the process of collecting, wrangling, analyzing, and drawing conclusions from data. Learning Data Science is the first book to cover foundational skills in both programming and statistics that encompass this entire lifecycle. It's aimed at those who wish to become data scientists or who already work with data scientists, and at data analysts who wish to cross the "technical/nontechnical" divide. If you have a basic knowledge of Python programming, you'll learn how to work with data using industry-standard tools like Pandas.
  • Добавил: literator
  • Дата: 21-09-2023, 18:46
  • Комментариев: 0
Название: Forecasting with Artificial Intelligence: Theory and Applications
Автор: Mohsen Hamoudia, Spyros Makridakis, Evangelos Spiliotis
Издательство: Palgrave Macmillan
Год: 2023
Страниц: 441
Язык: английский
Формат: pdf (true), epub
Размер: 22.1 MB

This book is a comprehensive guide that explores the intersection of Artificial Intelligence (AI) and forecasting, providing the latest insights and trends in this rapidly evolving field. This book explores the intersection of Artificial Intelligence (AI) and forecasting, providing an overview of the current capabilities and potential implications of the former for the theory and practice of forecasting. It contains 14 chapters that touch on various topics, such as the concept of AI, its impact on economic decision-making, traditional and machine learning-based forecasting methods, challenges in demand forecasting, global forecasting models, including key illustrations, state-of-the-art implementations, best practices and notable advances, meta-learning and feature-based forecasting, ensembling, Deep Learning, scalability in industrial and optimization applications, and forecasting performance evaluation.