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



Реклама


Название: AI-Powered Developer: Build great software with ChatGPT and Copilot (Final Release)
Автор: Nathan B. Crocker
Издательство: Manning Publications
Год: 2024
Страниц: 242
Язык: английский
Формат: pdf (true)
Размер: 21.1 MB

Use groundbreaking generative AI tools to increase your productivity, efficiency, and code quality. You just got a promotion! AI coding tools like GitHub Copilot, ChatGPT, and Amazon CodeWhisperer turn every developer into an engineering manager, overseeing a super-smart and super-fast junior coder. AI-Powered Developer demonstrates effective techniques and best practices for getting the most out of AI-powered coding using tools like Copilot and ChatGPT. The book cuts through the hype, showcasing real-world examples of how these tools ease and enhance your everyday tasks. You’ll soon be using AI for everything from writing boilerplate to assisting with software design. AI-Powered Developer shows you how to put AI coding tools like Github Copilot and ChatGPT into action. Throughout the book, you’ll generate code and design ideas as you build an IT Asset Management system using AI in every step of the development process. Clear advice and hands-on examples show you how to integrate these tools into your daily workflow. You’ll create self-documenting applications, generate predictive suggestions, and even use AI to test and explain your code. This practical book helps you develop an instinct for AI code and an understanding of what problems AI can and can’t solve. You’ll soon be confident in your transition to this new way to build software, aided by your diligent team of AI assistants. For software developers familiar with Python.
Разместил: Ingvar16 21-08-2024, 16:00 | Комментарии: 0 | Подробнее

Название: Docker для начинающих: Шаг за шагом
Автор: Максим Дуплей
Издательство: Stepik
Год: 2024
Формат: PDF
Страниц: много
Размер: 12 Mb
Язык: Русский

Docker для начинающих: Шаг за шагом - предназначен для разработчиков, системных администраторов и DevOps-специалистов, желающих освоить современный инструмент для контейнеризации приложений.



Разместил: Chipa 21-08-2024, 13:41 | Комментарии: 0 | Подробнее
Название: LLMs and Generative AI for Healthcare: The Next Frontier
Автор: Kerrie Holley, Manish Mathur
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 266
Язык: английский
Формат: epub
Размер: 43.0 MB

Large language models (LLMs) and Generative AI are rapidly changing the healthcare industry. These technologies have the potential to revolutionize healthcare by improving the efficiency, accuracy, and personalization of care. This practical book shows healthcare leaders, researchers, data scientists, and AI engineers the potential of LLMs and Generative AI today and in the future, using storytelling and illustrative use cases in healthcare. Authors Kerrie Holley, former Google healthcare professionals, guide you through the transformative potential of large language models (LLMs) and generative AI in healthcare. From personalized patient care and clinical decision support to drug discovery and public health applications, this comprehensive exploration covers real-world uses and future possibilities of LLMs and generative AI in healthcare. LLMs are natural language processing (NLP) Machine Learning models that can seemingly understand and generate human language text. LLMs are a type of Artificial Intelligence (AI) that comprehends and manipulates human language with remarkable proficiency. They are called “large” because they are trained on vast amounts of text data, often billions of words, which enables them to learn the nuances of human language. Generative AI is a subset or type of AI, just as LLMs and Machine Learning are types of AI. Generative AI is focused on creating new content such as text, images, video, or audio often in response to a user’s questions. The generated outputs often resemble human created content in terms of style and structure. When we use phrases such as LLMs or generative AI in this book, we do so as catch-all terms that encompass a wide range of AI systems, even if they have different attributes or employ different Machine Learning algorithms. These catch-all terms include but are not limited to LLMs, small language models, multimodal models, and generative AI.
Разместил: Ingvar16 21-08-2024, 08:21 | Комментарии: 0 | Подробнее
[sup][/sup]Название: Large Language Models: Concepts, Techniques and Applications
Автор: John Atkinson?Abutridy
Издательство: CRC Press
Год: 2025
Страниц: 185
Язык: английский
Формат: pdf (true)
Размер: 10.15 MB

This book serves as an introduction to the science and applications of Large Language Models (LLMs). You'll discover the common thread that drives some of the most revolutionary recent applications of Artificial Intelligence (AI): from conversational systems like ChatGPT or BARD, to machine translation, summary generation, question answering, and much more. At the heart of these innovative applications is a powerful and rapidly evolving discipline, natural language processing (NLP). For more than 60 years, research in this science has been focused on enabling machines to efficiently understand and generate human language. The secrets behind these technological advances lie in LLMs, whose power lies in their ability to capture complex patterns and learn contextual representations of language. How do these LLMs work? What are the available models and how are they evaluated? This book will help you answer these and many other questions. Designed to guide you step by step, with six chapters combining theory and practice, along with exercises in Python on the Colab platform, you will master the secrets of LLMs and their application in NLP. From deep neural networks and attention mechanisms, to the most relevant LLMs such as BERT, GPT-4, LLaMA, Palm-2 and Falcon, this book guides you through the most important achievements in NLP. Not only will you learn the benchmarks used to evaluate the capabilities of these models, but you will also gain the skill to create your own NLP applications. It will be of great value to professionals, researchers and students within AI, Data Science and beyond.
Разместил: Ingvar16 21-08-2024, 07:37 | Комментарии: 0 | Подробнее
Название: Learn Linux system programming with C++: Understand how the Linux kernel works and how to interact with it
Автор: Katie Millie
Издательство: Independently published
Год: 2024
Страниц: 276
Язык: английский
Формат: epub
Размер: 10.1 MB

Learn Linux System Programming with C++: Unlocking the Kernel's Secrets. Are you ready to dive deep into the heart of your computer? Linux, the operating system that powers everything from smartphones to supercomputers, is a complex and fascinating world. To truly master it, you need to understand how it interacts with hardware at the lowest level. That's where system programming comes in. This book is your passport to this exciting domain. You'll learn to wield the power of C++, the language of choice for kernel development, to interact directly with the Linux kernel. Imagine being able to create high-performance network applications, develop custom device drivers, or optimize system performance. With a deep understanding of Linux system programming, these aren't just dreams, they're achievable goals. We'll start from the ground up, covering essential concepts like system calls, process management, memory management,and file I/O. You'll learn how to interact with the kernel, create user-space applications, and even explore the world of kernel modules. C++ offers the power and flexibility to interact directly with hardware, making it the language of choice for performance-critical applications. Linux, with its open-source philosophy and rich ecosystem, provides the perfect platform for exploration and innovation. Together, they form an unstoppable duo. But this isn't just about theory. Practical examples and hands-on exercises will solidify your understanding. You'll build real-world projects, from simple command-line tools to more complex system utilities.
Разместил: Ingvar16 21-08-2024, 07:02 | Комментарии: 0 | Подробнее
Название: Getting Started with Docker
Автор: Nigel Poulton
Издательство: Leanpub
Год: 2024-04-06
Страниц: 109
Язык: английский
Формат: pdf (true), epub
Размер: 18.5 MB

Brought to you by best-selling author and global training guru Nigel Poulton, Getting Started with Docker is the fastest way to wrap your head around Docker and containers, and get your hands-on deploying a multi-container apps. When you've finished the book, you'll be ready to rock 'n' roll with Docker. Do you need to lear Docker, and do you like learning through hands-on? If yes, this is the book for you... Getting Started with Docker, brought to you by best-selling author Nigel Poulton, assumes zero prior experience and gets you to the point you can containerize and deploy a simple multi-container app. Containers are the most popular way to package and run modern applications. They’re smaller, faster, and more portable than virtual machines, and they work with existing applications written in existing languages – no need to learn any new languages or frameworks! The process of packaging an application as an image is called containerization. It takes the application source code, including all dependencies, and builds it into an image. This image is usually small and contains everything needed to run the app. When you're done, you'll be ready to start using Docker at work.
Разместил: Ingvar16 20-08-2024, 20:47 | Комментарии: 0 | Подробнее
Название: C++20 - Get the Details
Автор: Rainer Grimm
Издательство: Leanpub
Год: 2023-09-13
Страниц: 678
Язык: английский
Формат: pdf (true), epub
Размер: 25.1 MB

C++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules. My book C++20 is a tutorial and a reference for the C++20 standard. It teaches you C++20 and provides details of this new, thrilling C++ standard. The exciting factor is mainly due to the big four of C++20. As the C++20 standard is brand-new, many examples can only be compiled and executed with a specific compiler. I use the newest GCC, Clang, and MSVC compilers. Coroutines are generalized functions that can be suspended and resumed later while maintaining their state. Coroutines are a convenient way to write event-driven applications. Event-driven applications can be simulations, games, servers, user interfaces, or even algorithms. Coroutines are also typically used for cooperative multitasking. C++20 does not provide concrete coroutines, but C++20 provides a framework for implementing coroutines. This framework consists of more than 20 functions, and some of which you must implement, some of which you can override. Therefore, you can tailor coroutines to your needs.
Разместил: Ingvar16 20-08-2024, 19:56 | Комментарии: 0 | Подробнее

Название: Сборка проектов с помощью CMake
Автор: Воронин С.П.
Издательство: Самиздат
Год: 2024
Страниц: 21
Язык: Русский
Формат: PDF
Размер: 5 Mб

В статье рассмотрен необходимый минимум сведений о CMake, необходимый для сборки проекта. Показано, как использование CMake, упрощает процесс сборки сложных приложений, использующих сторонние и самописные библиотеки. Рассмотрен процесс сборки разными компиляторами и под различные операционные системы.
Что такое CMake? Можно ли без него обойтись? Порядок работы и особенности синтаксиса. Самые необходимые команды. Переменные в CMake. Как подключить библиотеки? Кроссплатформенная разработка.
Разместил: Gena_Bukin 20-08-2024, 19:28 | Комментарии: 0 | Подробнее
Название: Programming with Python for Engineers
Автор: Sinan Kalkan, Onur T. Sehitoglu, Gokturk Ucoluk
Издательство: Springer
Год: 2024
Страниц: 295
Язык: английский
Формат: pdf
Размер: 19.0 MB

This book introduces computing and programming with undergraduate engineering students in mind. It uses Python (Version 3) as the programming language, chosen for its simplicity, readability, wide applicability and large collection of libraries. After introducing engineering-related Python libraries, such as NumPy, Pandas, Matplotlib, Sci-kit, Programming with Python for Engineers shows how Python can be used to implement methods common in a wide spectrum of engineering-related problems drawn from (for example): design, control, decision-making, scheduling and planning. This book is intended to be an accompanying textbook for teaching programming to science and engineering students with no prior programming expertise. This endeavor requires a delicate balance between providing in-depth details on computers and programming in a complete manner and the programming needs of science and engineering disciplines. With the hope of providing a suitable balance, the book uses Python as the programming language, since it is easy to learn and program with.
Разместил: Ingvar16 20-08-2024, 15:19 | Комментарии: 0 | Подробнее
Название: Clean Code Fundamentals : Hands-on Guide to Understand the Fundamentals of Software Craftsmanship and Clean Code in Java
Автор: Martin Hock
Издательство: Leanpub
Год: 2024-07-07
Страниц: 312
Язык: английский
Формат: pdf (true), epub
Размер: 20.4 MB

This book gives an overview and discusses in-depth knowledge for the analysis and improvement of your software code. You will be able to apply principles, patterns, techniques, and tools needed to write clean code. Nothing affects the work of a team as much as bad, illegible, sloppy, and quickly written code that has not been designed carefully. Team dynamics can be improved, requirements can be redefined, and the schedule can be modified. However, if bad code takes over, it becomes more and more a burden for the team. Programmers should develop all the time. Even if they think that they have sufficient skills and knowledge to move around in current projects, they should not stop there, and it is worthwhile for them to learn new concepts, approaches, language, and frameworks from time to time. Learning should be a journey and not a destination. This book discusses the basics of software quality, principles, patterns, and best practices of writing better code. It also contains many code examples in Java of increasing complexity. Among other things topics like software metrics, static software testing, and tools which can help to measure software quality will be covered. Software testing is not limited to a specific phase of a project. Already during the coding phase or the build process, critical and difficult to find software defects can be detected in the source code. The necessary procedures and tools are presented in this book.
Разместил: Ingvar16 20-08-2024, 14:48 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности