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

  • Добавил: literator
  • Дата: 9-10-2023, 21:39
  • Комментариев: 0
Название: Developing Apps with GPT-4 and ChatGPT: Build Intelligent Chatbots, Content Generators, and More
Автор: Olivier Caelen, Marie-Alice Blete
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 160
Язык: английский
Формат: pdf (true), epub (true)
Размер: 11.8 MB

This minibook is a comprehensive guide for Python developers who want to learn how to build applications with large language models. Authors Olivier Caelen and Marie-Alice Blete cover the main features and benefits of GPT-4 and ChatGPT and explain how they work. You'll also get a step-by-step guide for developing applications using the GPT-4 and ChatGPT Python library, including text generation, Q&A, and content summarization tools. Written in clear and concise language, Developing Apps with GPT-4 and ChatGPT includes easy-to-follow examples to help you understand and apply the concepts to your projects. Python code examples are available in a GitHub repository, and the book includes a glossary of key terms. Ready to harness the power of large language models in your applications? This book is a must. This book is designed to be accessible to all, but some basic Python knowledge is preferred. Through clear explanations, example projects, and step-by-step instructions, we invite you to discover with us how GPT-4 and ChatGPT can transform the way we interact with machines.
  • Добавил: literator
  • Дата: 9-10-2023, 20:43
  • Комментариев: 0
Название: Numerical Techniques in MATLAB: Fundamental to Advanced Concepts
Автор: Taimoor Salahuddin
Издательство: CRC Press
Год: 2024
Страниц: 268
Язык: английский
Формат: pdf (true), epub (true)
Размер: 12.2 MB

In this book, various numerical methods are discussed in a comprehensive way. It delivers a mixture of theory, examples and MATLAB practicing exercises to help the students in improving their skills. To understand the MATLAB programming in a friendly style, the examples are solved. The MATLAB codes are mentioned in the end of each topic. Throughout the text, a balance between theory, examples and programming is maintained. This book has been designed specifically for research scholars who want to study and apply numerical methods in science and engineering by using MATLAB®. The language is comprehensive and sufficient explanation is provided so that scholars can get insight into the numerical techniques and understand them easily. I have been teaching this subject for the last six years and have witnessed that many students are facing problems understanding MATLAB. By keeping this in mind, I have written this book so that any science or engineering scholar can easily solve problems through MATLAB. The numerical methods are explained; however, the main theme is to objectify use of numerical methods through MATLAB software. Every presented method has been explained with examples. The main steps which are kept in mind for MATLAB programming are elaborated in the form of an algorithm and the codes are developed.
  • Добавил: Igor1977
  • Дата: 9-10-2023, 10:59
  • Комментариев: 0

Название: C++. Базовый курс CD (+код)
Автор: Шилдт Герберт
Издательство: М.: Вильямс
Год: 2010
Формат: pdf
Страниц: 624
Размер: 11 mb
Язык: русский

В этой книге описаны все основные средства языка С++ - от элементарных понятий до супервозможностей. После рассмотрения основ программирования на C++ (переменных, операторов, инструкций управления, функций, классов и объектов) читатель освоит такие более сложные средства языка, как механизм обработки исключительных ситуаций (исключений), шаблоны, пространства имен, динамическая идентификация типов, стандартная библиотека шаблонов (STL), а также познакомится с расширенным набором ключевых слов, используемым в .NET-программировании. Автор справочника - общепризнанный авторитет в области программирования на языках C и C++, Java и C# - включил в текст своей книги и советы программистам, которые позволят повысить эффективность их работы.
Книга рассчитана на широкий круг читателей, желающих изучить язык программирования С++.
  • Добавил: literator
  • Дата: 9-10-2023, 08:27
  • Комментариев: 0
Название: Fundamentals of Quantum Computing: An Analogy-Based Guide
Автор: Kevin Taylor
Издательство: Independently published
Год: 2023
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Starting with the basics of quantum mechanics, this book builds a strong foundation for understanding the core principles of quantum computing, ensuring that readers with no prior knowledge can follow along, via heavy use of analogies and very little complicated mathematics. The book explores a vast range of material, from quantum natural language processing networks to the gritty details of how qubits are modified in quantum algorithms. Quantum computing may seem to most a heavy, tedious, and infinitely abstract field. However, as daunting as it may be, the field of quantum computing holds the answers for some of the world’s most complex problems, problems that choke up even the most powerful supercomputers. This isn’t to say quantum computers are objectively superior to classical computers, but simply different. If classical computers were cars, quantum computers would be planes. In some cases, it makes sense to use the car – it can be impractical to take a plane for the 3 miles you need to travel. Sometimes, though, it makes sense to fly for a few hours instead of trying to drive across an entire continent. Of course, this analogy is a simplification of the differences between the two, but it still serves as an important boundary nonetheless.
  • Добавил: umkaS
  • Дата: 9-10-2023, 07:53
  • Комментариев: 0
Название: Создание Windows-приложений в среде Delphi
Автор: Федотова С.В.
Издательство: СОЛОН-Пресс
Год: 2016
Cтраниц: 220
Формат: pdf
Размер: 32 мб
Язык: русский

Учебное пособие «Создание Windows-приложений в среде Delphi» предназначено для учащихся средних школ, студентов технических вузов, преподавателей информатики. Данный курс программирования предполагает последовательное изучение материала от простого к сложному. Читателю, впервые приступившему к изучению темы, предлагаются все необходимые сведения для понимания и соответствующей организации процесса программирования при создании Windows-приложения.
  • Добавил: literator
  • Дата: 8-10-2023, 19:57
  • Комментариев: 0
Название: Scaling Python with Dask: From Data Science to Machine Learning (Final)
Автор: Holden Karau, Mika Kimmins
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 226
Язык: английский
Формат: True PDF, True EPUB (Retail Copy)
Размер: 17.5 MB

Modern systems contain multi-core CPUs and GPUs that have the potential for parallel computing. But many scientific Python tools were not designed to leverage this parallelism. With this short but thorough resource, data scientists and Python programmers will learn how the Dask open source library for parallel computing provides APIs that make it easy to parallelize PyData libraries including NumPy, Pandas, and Scikit-learn. We wrote this book for data scientists and data engineers familiar with Python and pandas who are looking to handle larger-scale problems than their current tooling allows. Current PySpark users will find that some of this material overlaps with their existing knowledge of PySpark, but we hope they still find it helpful, and not just for getting away from the Java Virtual Machine (JVM). Dask is a framework for parallelized computing with Python that scales from multiple cores on one machine to data centers with thousands of machines. Authors Holden Karau and Mika Kimmins show you how to use Dask computations in local systems and then scale to the cloud for heavier workloads. This practical book explains why Dask is popular among industry experts and academics and is used by organizations that include Walmart, Capital One, Harvard Medical School, and NASA.
  • Добавил: umkaS
  • Дата: 8-10-2023, 16:43
  • Комментариев: 0
Название: Программирование FPGA для начинающих. Создавайте цифровые устройства и электронные схемы с помощью SystemVerilog
Автор: Бруно Ф.
Издательство: ДMK
Год: 2022
Cтраниц: 304
Формат: pdf
Размер: 38 мб
Язык: русский

Читатель получит общее представление о программируемых логических интегральных схемах, научится программировать на языке SystemVerilog, разработает, выполнит тестирование и реализует ряд проектов разной степени сложности от простого калькулятора до комплексного проекта, использующего AXI и внешнюю периферию, подключенную через PS/2 и VGA.Демонстрационные примеры реализованы на доступных платах Nexys A7 или Basys 3 (с чипами Xilinx) и сопровождаются исходными кодами.
  • Добавил: umkaS
  • Дата: 8-10-2023, 16:16
  • Комментариев: 0
Название: Освоение Lightning Network. Протокол второслойной блочной цепи для мгновенных Bitcoin-платежей
Автор: Антонопулос А. Н., Осунтокун О., Пикхард Р.
Издательство: ДMK
Год: 2022 (2023)
Cтраниц: 450
Формат: pdf
Размер: 35 мб
Язык: русский

Lightning – маршрутизируемая сеть платежных каналов, которая предоставляет безопасные, дешевые, быстрые платежи Bitcoin с высокой степенью при-ватности, даже когда дело касается малых сумм. В этой книге приводится обзор сети Lightning, базовых концепций, которые легли в ее основу, и принциповее работы. Примеры проиллюстрированы на языках Go, C++, Python и с исполь-зованием командной строки Unix-подобной операционной системы.
  • Добавил: literator
  • Дата: 8-10-2023, 05:36
  • Комментариев: 0
Название: Python For Busy People : Designed for Busy People with Deadlines
Автор: Derrick Cassidy
Издательство: Leanpub
Год: 2023-10-01
Страниц: 179
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.1 MB

This book was designed with the novice Python programmer and/or information technology professional who doesn't have programming experience, but wants or needs to learn Python to do jobs or tasks related to the programming language. If you need to learn Python for tasks such as data scrubbing, network automation, web development, etc., this is the book for you. In my personal experience, I had to learn Python to analyze data sets from CSV files and excel spreadsheets using Pandas. With Pandas for example, it is important to learn about Python functions, classes, lists, sets, and dictionaries to name a few, to clean raw data sets to make the data useful for data analysis. If you are a Network Engineer, or work in other information technology disciplines, there is a high possibility that you had to pull APIs (Application Programming Interfaces) from external data sources (i.e. outside of your company or client’s network) needed for things like internal audit purposes as an example. If this sounds like you this is the right book for you. This text will get you on the right track to learning the essentials of the Python programming language. Python has become the programming language of choice for many day to day IT tasks, in many companies globally. One of the many reasons that Python have been used by some many IT departments is Python is powerful. The Python language is expressive and productive, with a “batteries included” approach packaged with a extensive standard library as well as a plethora of third-party libraries. With Python you can build simple scripts to complex applications.
  • Добавил: literator
  • Дата: 8-10-2023, 04:51
  • Комментариев: 0
Название: Artificial Intelligence in Cyber Security: Theories and Applications
Автор: Tushar Bhardwaj, Himanshu Upadhyay, Tarun Kumar Sharma
Издательство: Springer
Год: 2023
Страниц: 144
Язык: английский
Формат: pdf (true), epub
Размер: 13.1 MB

This book highlights the applications and theory of Artificial Intelligence in the domain of cybersecurity. The book proposes new approaches and ideas to present applications of innovative approaches in real-time environments. In the past few decades, there has been an exponential rise in the application of Artificial Intelligence (AI) technologies (such as Deep Learning, Machine Learning, blockchain) for solving complex and intricate problems arising in the domain of cybersecurity. The versatility of these techniques has made them a favorite among scientists and researchers working in diverse areas. Explicitly, we propose a deep learning-based framework with various unsupervised learning algorithms. The authors have performed the hyperparameter optimization of these algorithms using Sci-kit-learn Machine Learning frameworks and popular Deep Learning framework TensorFlow. This book serves as a reference for young scholars, researchers, and industry professionals working in the field of Artificial Intelligence and Cybersecurity.