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

  • Добавил: literator
  • Дата: 28-08-2024, 16:46
  • Комментариев: 0
Название: Developing AI Applications: An Introduction
Автор: Metin Karatas
Издательство: Rheinwerk Publishing Inc.
Год: 2024
Страниц: 435
Язык: английский
Формат: epub (true)
Размер: 15.9 MB

It’s time to get practical about AI. Move past playing around with chatbots and plugging your data into others’ applications—learn how to create your own! Walk through key AI methods like decision trees, convolutional layers, cluster analysis, and more. Get your hands dirty with simple no-code exercises and then apply that knowledge to more complex (but still beginner-friendly!) examples. With information on installing KNIME and using tools like AutoKeras, ChatGPT, and DALL-E, this guide will let you do more with AI! Right at the beginning, we’ll look at a finished Python program for a specific problem and discuss it in detail. We’ll then modify this program so that we can use it to solve other problems. Later on, we’ll continue in this way. We’ll also solve some tasks using the KNIME software, including graphical modules. This way, you don’t have to rewrite programs from scratch. The aim isn’t to give you a comprehensive introduction to the Python programming language or the modules used. After reading this book, you’ll be able to download data records from the internet and develop AIs for them or adapt your existing programs for this purpose. This is a very pragmatic approach. The programming language is only a means to an end. However, if you’ve worked through the book and want to deepen your knowledge in this area, I recommend that you learn the Python programming language.
  • Добавил: literator
  • Дата: 28-08-2024, 15:59
  • Комментариев: 0
Название: Practical Guide to Python: From Basics to Advanced Programming
Автор: Arcadia J. Darell
Издательство: Arcadia J. Publishing
Год: 2024
Страниц: 365
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

This book offers a comprehensive path to learning Python, starting from the basics and progressing to more complex concepts and practical applications. It is designed for anyone looking to gain a solid understanding of the Python language, whether they are complete beginners or experienced programmers seeking to deepen their skills. Python is a high-level programming language known for its readability and simple syntax. One of Python's main goals is to make code easy to read. Python's simple and intuitive syntax allows complex concepts to be expressed in a few lines of code. This increases developer productivity by allowing them to focus on application logic rather than language details. Python is designed to be a cross-platform language, meaning that Python code can run on a wide range of operating systems without modification. Python is available on numerous platforms, from desktops to servers to mobile devices. Python's portability makes it an ideal choice for developing applications that need to run in different environments. Numerous frameworks and libraries have been developed for Python, extending its use in areas such as web development (Django, Flask), Data Science (NumPy, Pandas, Matplotlib), Machine Learning (TensorFlow, Scikit-learn), and many others. These tools have made Python a popular choice for a wide range of applications, from web development to scientific research.
  • Добавил: Chipa
  • Дата: 28-08-2024, 11:24
  • Комментариев: 0

Название: Указатели и память С++
Автор: Виталий Богодухов
Издательство: Stepik
Год: 2024
Формат: PDF
Страниц: много
Размер: 14 Mb
Язык: Русский

В курсе содержится вся необходимая информация для работы с "сырыми" и умными указателями. Так же затрагиваются важные темы, связанные с указателями.


  • Добавил: literator
  • Дата: 28-08-2024, 08:46
  • Комментариев: 0
Название: Code the Classics Volume II
Автор: Russell Barnes
Издательство: Raspberry Pi Press
Год: 2024
Страниц: 369
Язык: английский
Формат: epub (true)
Размер: 61.7 MB

Take inspiration from the some of the greatest video games of the 1980s and learn how to write your own modern classics. Code the Classics Volume II not only tells the stories of some of the seminal video games of the 1980s, but shows you how to create your own games inspired by them, following examples programmed by Raspberry Pi founder Eben Upton. In this book, you'll learn how to run and edit the games in this book by installing Python, Pygame Zero, and an IDE. This book has been written assuming that the reader has at least some knowledge of the Python programming language. Although it is outside of the scope of this book to teach you Python, we’ll go through some of the key features of the language that you’ll need to understand. Unless you only plan on making simple text-based games, there are certain things you always need to be able to do as a game developer: display images, play sound effects, and receive inputs from the keyboard or a game controller. In a basic Python installation, one of these is impossible and the others are hard to do in a way that works well for a real-time game. To address this, there are various libraries available for Python. A library is a collection of functions which can be used in multiple projects. One of the most popular libraries for making games with Python is Pygame, which makes it easy to create a window, draw sprites, play sound effects, and get control inputs. To reduce the amount of boilerplate code for our games, we’re using the library Pygame Zero, which is built on top of the Pygame library. It automates many things that a game programmer would usually need to write themselves. While we cannot fully cover everything that Pygame Zero does, we’ll give an overview of some of its most useful features.
  • Добавил: literator
  • Дата: 28-08-2024, 05:35
  • Комментариев: 0
Название: Optimization Algorithms: AI techniques for design, planning, and control problems
Автор: Alaa Khamis
Издательство: Manning Publications
Год: 2024
Страниц: 669
Язык: английский
Формат: pdf (true)
Размер: 116.2 MB

Solve design, planning, and control problems using modern machine learning and AI techniques. Optimization problems are everywhere in daily life. What’s the fastest route from one place to another? How do you calculate the optimal price for a product? How should you plant crops, allocate resources, and schedule surgeries? Optimization Algorithms introduces the AI algorithms that can solve these complex and poorly-structured problems. Search and optimization algorithms are powerful tools that can help practitioners find optimal or near-optimal solutions to a wide range of design, planning and control problems. When you open a route planning app, call for a rideshare, or schedule a hospital appointment, an AI algorithm works behind the scenes to make sure you get an optimized result. This guide reveals the classical and modern algorithms behind these services. Dive into the exciting world of classical problems like the Travelling Salesman Problem and the Knapsack Problem, as well as cutting-edge modern implementations like graph search methods, metaheuristics and machine learning. Discover how to use these algorithms in real-world situations, with in-depth case studies on assembly line balancing, fitness planning, rideshare dispatching, routing and more. Plus, get hands-on experience with practical exercises to optimize and scale the performance of each algorithm. For AI practitioners familiar with the Python language.
  • Добавил: literator
  • Дата: 27-08-2024, 21:54
  • Комментариев: 0
Название: Azure Adventures with C#: First Steps for C# Developers into Azure Cloud
Автор: Michał Świtalik
Издательство: Apress
Год: 2024
Страниц: 314
Язык: английский
Формат: pdf
Размер: 11.6 MB

Harness the power of Azure to create cutting-edge applications, services, and infrastructure. This book is a comprehensive guide designed to help experienced C# developers master the fundamentals of Microsoft Azure. Whether you're new to Azure or looking to deepen your cloud expertise, this book provides a solid foundation in Azure basics, and resource organization, and covers some of the most commonly used Azure resources. It also includes C# solutions and bicep scripts to deploy infrastructure on Azure. The book starts with Azure fundamentals covering its structure, resource management, and pricing followed by its resource organization. You will then go through the latest version of Azure Functions and its implementation. Storage account features such as containers and queues are discussed next along with securing your applications with Managed Identity. You will learn how to manage, save, and maintain data in Azure using SQL Server and understand the advanced systems for message delivery. And you will learn about the Virtual Network and how Azure resources can be isolated from other services and from the Internet, if needed. For C# developers who want to improve their knowledge and be more competitive, DevOps who desire to automate infrastructure deployment for Azure Cloud, architects who want to familiarize themselves with the fundamental services of the Azure platform.
  • Добавил: literator
  • Дата: 27-08-2024, 16:22
  • Комментариев: 0
Название: Computer arithmetic: Key insights
Автор: Jocelyn O. Padallan
Издательство: Arcler Press
Год: 2024
Страниц: 314
Язык: английский
Формат: pdf (true)
Размер: 23.1 MB

"Computer Arithmetic: Key Insights" is a comprehensive guide that explores the fundamental principles and advanced concepts of computer arithmetic. From numerical representation to algorithms and hardware implementation, this book provides clear explanations, real-world examples, and practical insights. It covers topics such as number systems, arithmetic operations, precision issues, error analysis, parallel algorithms, and hardware implementations. Whether you're a student, researcher, or professional, this invaluable resource equips you with the necessary knowledge to tackle the challenges of modern computing. With its blend of theory and application, "Computer Arithmetic: Key Insights" is a must-have for anyone seeking a deeper understanding of computer arithmetic and its practical implications. Numerous illustrative examples and exercises accompany the theoretical discussions to facilitate hands-on learning and reinforce comprehension. Furthermore, this book acknowledges the rapid advancements in computer architecture and technology. It explores the impact of emerging hardware trends, such as multicore processors, graphics processing units (GPUs), and field-programmable gate arrays (FPGAs), on computer arithmetic. By considering both software and hardware aspects, this book equips readers with a holistic understanding of the subject.
  • Добавил: literator
  • Дата: 27-08-2024, 15:11
  • Комментариев: 0
Название: Full-Stack iOS Development with Swift and Vapor
Автор: Hem Dutt
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 273
Язык: английский
Формат: pdf (true), epub
Размер: 30.7 MB

This comprehensive book combines the strengths of Swift, the Vapor framework, and iOS development to create dynamic, full-stack applications. Perfect for aspiring developers, students, and seasoned iOS professionals, this book equips you with the skills needed to master both server-side and client-side development. Key topics include understanding the fundamentals and history of full-stack development and the concept of a minimum viable product; installing and configuring essential tools and SDKs for Vapor and iOS development; mastering data persistence by integrating PostgreSQL with the Vapor framework; and implementing data storage solutions in iOS apps using Core Data and SQLite. Companion files (sample code and figures) are available for downloading by writing to the publisher.
  • Добавил: literator
  • Дата: 27-08-2024, 14:37
  • Комментариев: 0
Название: Machine Learning with Python
Автор: Tarkeshwar Barua, Kamal Kant Hiran, Ritesh Kumar Jain, Ruchi Doshi
Издательство: De Gruyter
Год: 2024
Страниц: 486
Язык: английский
Формат: pdf (true)
Размер: 40.4 MB

This book explains how to use the programming language Python to develop Machine Learning and Deep Learning tasks. Machine Learning (ML) is a discipline within the field of Artificial Intelligence (AI) that concentrates on the creation of algorithms and models, allowing computer systems to acquire knowledge and make forecasts or choices without the need for explicit programming. The primary objective of ML is to empower computers to autonomously learn and enhance their performance based on experience or data. ML, a branch of AI, enables computers to acquire knowledge and reach conclusions without the need for explicit instructions. This revolutionary discipline encompasses different methodologies, each designed to address specific learning situations. The main forms of ML comprise supervised learning, unsupervised learning, and reinforcement learning, each providing distinct approaches and applications for solving various problems. Python, a widely used general-purpose interpreted programming language, has gained immense popularity. It boasts a dynamic type system, automatic memory management, and supports multiple programming paradigms such as imperative, functional, and procedural. Python enables the creation of automated solutions for various tasks. Currently, major IT companies including Google, Microsoft, and Apple rely on Python as their primary programming language. Notably, Python stands out as the easiest programming language to learn within a short period of time. It empowers developers to build a wide range of applications, such as desktop, web, and mobile, with minimal coding effort, thanks to the abundance of frameworks and libraries available.
  • Добавил: Chipa
  • Дата: 27-08-2024, 12:37
  • Комментариев: 0

Название: FLET - Фуллстэк Разработка Приложений на Чистом Python
Автор: Аве Кодер
Издательство: Stepik
Год: 2024
Формат: PDF
Страниц: много
Размер: 14 Mb
Язык: Русский

Самый быстрый способ создания фуллстэк приложений на Python! Flet позволяет разработчикам легко создавать веб-приложения, мобильные и настольные приложения реального времени на чистом Python. Опыт работы с фронтендом не требуется.