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



Реклама



Название: Продвинутый python: заряди свои батарейки
Автор: Артем Егоров
Издательство: Stepik
Год: 2024
Формат: HTML
Страниц: много
Размер: 420 Mb
Язык: Русский

Данный курс позволит вам познакомиться со всеми основными модулями стандартной библиотеке python (за исключением модулей asyncio, multiprocessing, threading) Вы получите массу новых знаний, решите уйму задач на программирование, причем задания будут как по написанию функций, так и созданию классов, что требует знание ООП. Курс позволит выйти вам на новый уровень. Особенность его заключается в практической направленности: практически в каждом разделе мы будем применять полученные знания и вы научитесь работать с файловой системой, отправлять письма, научитесь логированию и многому другому, что будет полезно для вас.


Разместил: Chipa 1-06-2024, 15:46 | Комментарии: 0 | Подробнее
Название: Embedding Artificial Intelligence into ERP Software: A Conceptual View on Business AI with Examples from SAP S/4HANA
Автор: Siar Sarferaz
Издательство: Springer
Год: 2024
Страниц: 436
Язык: английский
Формат: pdf (true), epub
Размер: 57.5 MB

This book explains how to embed Artificial Intelligence (AI) in digitized business processes of ERP software by solving the two related substantial challenges: how can Artificial Intelligence be systematically integrated into ERP business processes for ease of consumption, and how can Artificial Intelligence be made enterprise-ready by covering ERP qualities like compliance, lifecycle management, extensibility, or scalability? As a general introduction, the first part of this book takes the reader through a historical journey towards intelligent ERP systems. In addition, reference processes and a reference architecture for ERP systems are proposed which build the foundation for the suggested subsequent solution concept, including a method for operationalizing intelligence for ERP business processes. Subsequently, in the second part detailed concepts of embedding Artificial Intelligence into ERP software are proposed. In this context the suggested solution architecture is depicted, and specific topics are resolved like data integration, model validation, explainability, data protection and privacy, model degradation and performance. In the last part an implementation framework is suggested which enables the previously introduced concepts and harmonizes the development and operations of Artificial Intelligence ERP applications. This part concludes with case studies considering Artificial Intelligence scenarios of SAP S/4HANA in the areas of logistics, finance and sales which apply the defined solution approach and shows its real-world feasibility. In the context of ERP systems, Artificial Intelligence is utilized to imbue business processes with intelligence, increasing the automation and optimization levels. Data Science techniques are applied for this purpose.
Разместил: Ingvar16 1-06-2024, 14:45 | Комментарии: 0 | Подробнее
Название: Predictive Analytics for the Modern Enterprise: A Practitioner's Guide to Designing and Implementing Solutions (Final Release)
Автор: Nooruddin Abbas Ali
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 361
Язык: английский
Формат: True PDF/True EPUB (Retail Copy)
Размер: 32.6 MB

The surging predictive analytics market is expected to grow from $10.5 billion today to $28 billion by 2026. With the rise in automation across industries, the increase in data-driven decision-making, and the proliferation of IoT devices, predictive analytics has become an operational necessity in today's forward-thinking companies. If you're a data professional, you need to be aligned with your company's business activities more than ever before. This practical book provides the background, tools, and best practices necessary to help you design, implement, and operationalize predictive analytics on-premises or in the cloud. Pandas is an open source Python package that makes it easy to perform data wrangling in Python. It is built on top of the NumPy library that we discussed in the previous section. Pandas makes it easy to work with data for the purpose of Data Science and data analytics. Just as for NumPy the main object provided by the library was an n-dimensional array, for Pandas the main object is a Pandas DataFrame. TensorFlow was created and made open source by Google. It is one of the most-used platforms worldwide for Machine Learning (ML). TensorFlow has wide-ranging applications, including structured data processing, automated image classification, advanced optical character recognition (OCR), video analysis, and sentiment analysis, to name a few. The primary audience for this book is data professionals and technical managers who want to learn the scientific foundation for predictive analytics and its application in today’s enterprise. The book will allow readers to navigate the life cycle of developing predictive analytics capabilities using multiple frameworks, techniques, and platforms. I assume no prior knowledge on the part of the reader except for a basic understanding of programming in Python, a high-level understanding of foundational mathematics, and a high-level understanding of Amazon Web Services (AWS).
Разместил: Ingvar16 1-06-2024, 04:59 | Комментарии: 0 | Подробнее
Название: Recent Advances in Logo Detection Using Machine Learning Paradigms: Theory and Practice
Автор: Yen-Wei Chen, Xiang Ruan, Rahul Kumar Jain
Издательство: Springer
Год: 2024
Страниц: 128
Язык: английский
Формат: pdf (true), epub
Размер: 32.9 MB

This book presents the current trends in Deep Learning-based object detection framework with a focus on logo detection tasks. It introduces a variety of approaches, including attention mechanisms and domain adaptation for logo detection, and describes recent advancement in object detection frameworks using Deep Learning. We offer solutions to the major problems such as the lack of training data and the domain-shift issues. In recent years, there has been a notable transition from rule-based Artificial Intelligence (AI) to Machine-Learning-based AI, with an increasing focus on Deep Learning. Currently, Deep Learning frameworks are at the forefront of AI technology, marking significant advancements in academic and industrial fields. The evolution of deep convolutional neural networks (CNNs) has positioned deep learning as the method of choice for computer vision tasks, including image classification, segmentation, object detection, and human keypoint detection. This surge in Deep Learning has sparked interest in applying Convolutional Neural Networks (CNNs) across various domains, including the task of logo detection. The book is directed to professors, researchers, practitioners in the field of engineering, Computer Science, and related fields as well as anyone interested in using Deep Learning techniques and applications in logo and various object detection tasks.
Разместил: Ingvar16 1-06-2024, 03:54 | Комментарии: 0 | Подробнее
Название: Kotlin in Action, 2nd Edition (Final)
Автор: Sebastian Aigner, Roman Elizarov, Svetlana Isakova, Dmitry Jemerov
Издательство: Manning Publications
Год: 2024
Страниц: 564
Язык: английский
Формат: epub
Размер: 10.1 MB

Expert guidance and amazing examples from Kotlin core developers! It’s everything you need to get up and running fast.Kotlin in Action, Second Edition takes you from language basics to building production-quality applications that take advantage of Kotlin’s unique features. Discover how the language handles everything from statements and functions to classes and types, and the unique features that make Kotlin programming so seamless. The second edition of Kotlin in Action teaches you the Kotlin programming language and how to use it to build applications running on the Java virtual machine (JVM) and Android. It starts with the basic features of the language and proceeds to cover the more distinctive aspects of Kotlin, such as its support for building high-level abstractions and domain-specific languages. The book also provides the information you need to integrate Kotlin with existing Java projects and helps you introduce Kotlin into your current working environment. The book covers Kotlin 2.0. Kotlin in Action, Second Edition, is primarily focused on developers with some level of Java experience.
Разместил: Ingvar16 31-05-2024, 18:16 | Комментарии: 0 | Подробнее
Название: Complete Guide to Qwik: Harness Qwik Resumable Architecture for Lightning-Fast Startup Times
Автор: Giorgio Boa, Ari Lerner
Издательство: newline, Leanpub
Год: 2024-05-22
Страниц: 255
Язык: английский
Формат: pdf (true), epub + code
Размер: 51.4 MB

The Complete Guide to Qwik is a 350+ page, comprehensive book, with a detailed path designed for anyone to master this framework. Packed with practical examples and analyzing details that cover exactly how Qwik works, you will be able to create your own large-scale instant application with Qwik. The problem with modern frameworks is that as the complexity of the application increases the loading speed degrades. Therefore, having underperforming applications, the user experience is also unsatisfactory. The developers themselves will be slowed down by a framework that doesn't help them in their day-to-day work. New Mental Model: Qwik has a completely new design and mental model approach. This new paradigm allows you to create a successful application for your domain that you otherwise would not be able to have. Qwik is unique compared to other frameworks. This framework can send the browser a static page consisting only of HTML and CSS and 1KB of javascript. This almost magically makes the application interactive immediately upon startup. However, it’s worth delving a little deeper into this because, behind every magic trick, there’s a trick. With modern connections, a page containing HTML and CSS is undoubtedly efficient and speedy. It would be the ideal situation, but unfortunately, interactivity is needed, which requires javascript.
Разместил: Ingvar16 31-05-2024, 14:38 | Комментарии: 0 | Подробнее
Название: Deep Learning at Scale: At the Intersection of Hardware, Software, and Data (Third Early Release)
Автор: Suneeta Mall
Издательство: O’Reilly Media, Inc.
Год: 2024-05-24
Страниц: 458
Язык: английский
Формат: epub
Размер: 15.8 MB

Bringing a deep-learning project into production at scale is quite challenging. To successfully scale your project, a foundational understanding of full stack Deep Learning, including the knowledge that lies at the intersection of hardware, software, data, and algorithms, is required. This book illustrates complex concepts of full stack Deep Learning and reinforces them through hands-on exercises to arm you with tools and techniques to scale your project. A scaling effort is only beneficial when it's effective and efficient. To that end, this guide explains the intricate concepts and techniques that will help you scale effectively and efficiently. This book aims to help you develop a deeper knowledge of the Deep Learning stack—specifically, how Deep Learning interfaces with hardware, software, and data. It will serve as a valuable resource when you want to scale your Deep Learning model, either by expanding the hardware resources or by adding larger volumes of data or increasing the capacity of the model itself. This book is written for Machine Learning practitioners from all walks of life: engineers, data engineers, MLOps, Deep Learning scientists, Machine Learning engineers, and others interested in learning about model development at scale. It assumes that the reader already has a fundamental knowledge of deep learning concepts such as optimizers, learning objectives and loss functions, and model assembly and compilation, as well as some experience with model development. Familiarity with Python and PyTorch is also essential for the practical sections of the book.
Разместил: Ingvar16 31-05-2024, 05:06 | Комментарии: 0 | Подробнее
Название: Intelligent Algorithms: Theory and Practice
Автор: Han Huang, Zhifeng Hao
Издательство: Elsevier/China Machine Press
Год: 2024
Страниц: 253
Язык: английский
Формат: pdf (true), epub
Размер: 23.3 MB

The Theory and Practice of Intelligent Algorithms discusses the latest achievements of the computation time analysis theory and practical applications of intelligent algorithms. In five chapters, the book covers (1) New methods of intelligent algorithm computation time analysis; (2)Application of intelligent algorithms in computer vision; (3) Application of intelligent algorithms in logistics scheduling; (4) Application of intelligent algorithms in software testing; and (5) Application of intelligent algorithm in multi-objective optimization. Intelligent algorithms are the algorithmic forms of computational intelligence methods. These algorithms are the common technical methods used by Artificial Intelligence (AI) in intelligent perception, intelligent decision-making, and intelligent planning. At this stage, intelligent algorithms are usually manifested as evolutionary computation, swarm intelligence, Machine Learning, other algorithms, and their combinations. Existing literature on intelligent algorithms focuses on theories, methods, and simulation experiments, leaving practical applications underexplored, especially the application of cutting-edge research in Artificial Intelligence. This book aims to serve as a reference book with practical cases for practitioners of intelligent algorithms based on cutting-edge research results.
Разместил: Ingvar16 31-05-2024, 03:10 | Комментарии: 0 | Подробнее
Название: Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and javascript, 3rd Edition (Fourth Early Release)
Автор: Harry J.W. Percival
Издательство: O’Reilly Media, Inc.
Год: 2024-05-16
Страниц: 198
Язык: английский
Формат: epub
Размер: 10.1 MB

The third edition of this trusted guide demonstrates the practical advantages of test-driven development (TDD) with Python and describes how to develop a real web application. You'll learn how to write and run tests before building each part of your app and then develop the minimum amount of code required to pass those tests. In the process, author Harry Percival teaches software and web developers the basics of Django, Selenium, Git, javascript, and Mock libraries, along with current web development techniques. This book—updated for Python 3.11 and Django 4—clearly demonstrates how TDD encourages simple designs and inspires confidence. My main aim is to impart a methodology — a way of doing web development, which I think makes for better web apps and happier developers. There’s not much point in a book that just covers material you could find by Googling, so this book isn’t a guide to Python syntax, or a tutorial on web development per se. Instead, I hope to teach you how to use TDD to get more reliably to our shared, holy goal: clean code that works.
Разместил: Ingvar16 30-05-2024, 19:31 | Комментарии: 0 | Подробнее
Название: Ultimate Microservices with RabbitMQ: Master Microservices Architecture and RabbitMQ Integration to Build Scalable, Resilient Systems, and to Drive Innovation in Software Development
Автор: Peter Morlion
Издательство: Orange Education Pvt Ltd, AVA
Год: 2024
Страниц: 232
Язык: английский
Формат: epub (true)
Размер: 76.1 MB

Learn the ins and outs of a RabbitMQ-enabled microservices system. Embark on a transformative journey into the world of microservices architecture with 'Ultimate Microservices with RabbitMQ'. This comprehensive resource equips you with the knowledge and tools needed to design, deploy, and manage scalable microservices architectures using RabbitMQ as a messaging backbone. From laying the groundwork with foundational concepts to implementing advanced techniques, this book covers everything you need to know to build resilient and high-performing microservices-based systems. It dives into the intricacies of RabbitMQ messaging to leverage its capabilities to facilitate communication and data exchange across distributed systems. You will discover best practices for designing scalable and fault-tolerant microservices architectures, and gain insights into effective integration strategies. The book will help you learn to combine microservices and RabbitMQ for designing, building and maintaining robust architectures that leverage the strengths of both paradigms. By the end of this book, you will be primed to navigate the complexities of modern software development with confidence, driving innovation and efficiency in professional endeavors. This book is tailored for software developers, architects, and engineering managers intrigued by microservices and messaging with RabbitMQ.
Разместил: Ingvar16 30-05-2024, 16:00 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности