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

  • Добавил: TRex
  • Дата: 15-11-2021, 14:27
  • Комментариев: 0
Название: Learn AI with Python: Explore Machine Learning and Deep Learning techniques for Building Smart AI Systems Using Scikit-Learn
Автор: Gaurav Leekha
Издательство: BPB Publications
Год: 2022
Формат: ePUB, PDF
Страниц: 527
Размер: 10 Mb
Язык: English

Build AI applications using Python to intelligently interact with the world around you.
Key Features
● Covers the practical aspects of Machine Learning and Deep Learning concepts with the help of this example-rich guide to Python.
● Includes graphical illustrations of Natural Language Processing and its implementation in NLTK.
● Covers deep learning models such as R-CNN and YOLO for object recognition and teaches how to build an image classifier using CNN.
  • Добавил: TRex
  • Дата: 15-11-2021, 13:58
  • Комментариев: 0
Название: Beginning IntelliJ IDEA Integrated Development Environment for Java Programming
Автор: Ted Hagos
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 283
Размер: 28 Mb
Язык: English

Get started quickly with IntelliJ, from installation to configuration to working with the source code and more. This tutorial will show you how to leverage IntelliJ’s tools to develop clean, efficient Java applications.
Author Ted Hagos will first walk you through buidling your first Java applications using IntelliJ. Then, he’ll show you how to analyze your application, top to bottom; using version control and tools that allow you expand your application for big data or data science applications and more. You'll also learn some of the IDE’s advanced features to fully maximize your application's capabilities.
  • Добавил: ekvator
  • Дата: 14-11-2021, 19:06
  • Комментариев: 0
Введение в логическое программирование
Название: Введение в логическое программирование
Автор: Майкл Дженесерет, Винай К. Чаудри
Издательство: ДМК Пресс
Год: 2022
Формат: pdf
Страниц: 194
Размер: 10,7 Мб
Язык: русский

Логическое программирование – это стиль программирования, в котором программы принимают форму наборов предложений на языке символической логики. В последнее время интерес к нему вырос благодаря возможности применения в дедуктивных базах данных, электронных таблицах, создании бизнес-логики при управлении предприятием и др. Данная книга знакомит с теорией логического программирования, современными технологиями и популярными применениями. Авторы ведут читателя от изучения базовых понятий (наборы данных, запросы, обновления и т. д.) к практическому применению вычислительной логики. Книга удобно структурирована: рассмотрение новых терминов сопровождается многочисленными примерами; в конце глав приводятся упражнения, позволяющие закрепить пройденный материал.
  • Добавил: literator
  • Дата: 14-11-2021, 15:42
  • Комментариев: 0
Trends and Advancements of Image Processing and Its ApplicationsНазвание: Trends and Advancements of Image Processing and Its Applications
Автор: Prashant Johri, Mario Jose Divan, Ruqaiya Khanam
Издательство: Springer
Серия: EAI/Springer Innovations in Communication and Computing
Год: 2022
Страниц: 306
Язык: английский
Формат: pdf (true)
Размер: 11.2 MB

Image processing is a great tool for many applications in our day-to-day life. Anyone could be captivated by the variety of forms, colors, textures, and motion among other perceptible aspects in the world. This book is intended to cover current technological innovations and applications in the emerging field of image processing and analysis techniques with application in the clinical industry, remote sensing, forensics, astronomy, manufacturing, defense, and many more that depend on image storage, display, and information disclosure about the world around us. The book presents the concepts and techniques of remote sensing, such as image mining and geographical and agricultural resources, medical image detection and diagnoses, image recognition and analysis, Artificial Intelligence (AI), computer vision, Machine Learning (ML), Deep Learning-based image analysis, pattern recognition and capsule networks in object tracking, remote sensing, moving object tracking, and wavelet transformation.
  • Добавил: TRex
  • Дата: 14-11-2021, 13:05
  • Комментариев: 0
Название: Java: The Complete Reference, 12th Edition
Автор: Herbert Schildt
Издательство: McGraw Hill
Год: 2022
Формат: True PDF, ePUB
Страниц: 1280
Размер: 23,4 Mb, 121 Mb
Язык: English

The Definitive Java Programming Guide
Fully updated for Java SE 17, Java™: The Complete Reference, Twelfth Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You’ll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Swing, JavaBeans, and servlets are examined, and numerous examples demonstrate Java in action. Of course, recent additions to the Java language, such as records, sealed classes, and switch expressions are discussed in detail. Best of all, the book is written in the clear, crisp, uncompromising style that has made Schildt the choice of millions worldwide.
  • Добавил: kotmatros255
  • Дата: 14-11-2021, 08:34
  • Комментариев: 0
Макросы и приложения. Курс лекцийНазвание: Макросы и приложения. Курс лекций
Автор: Муратова С.Ю.
Издательство: МИСиС
Год: 2012
ISBN: 978-5-87623-623-4
Формат: pdf
Страниц: 156
Размер: 17,1 Мб
Язык: русский

Одним из эффективных средств создания информационных систем или автоматизированных рабочих мест является программа MicroSoft Excel, которая предоставляет разработчику возможность использовать одновременно преимущества визуального программирования и электронной таблицы.
  • Добавил: literator
  • Дата: 13-11-2021, 19:05
  • Комментариев: 0
Название: Language Server Protocol and Implementation: Supporting Language-Smart Editing and Programming Tools
Автор: Nadeeshaan Gunasinghe, Nipuna Marcus
Издательство: Apress
Год: 2022
Страниц: 250
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Understand the important aspects of implementing a production-grade language server in support of language-smart tools such as code editors and other programming utilities. This book shows you how to create a single implementation of a language server that can be used by multiple tools, enabling you to do the job once in a way that can be shared and reused. This book covers the language server protocol used for communication between programming tools and your language server. The book also provides an in-depth understanding of the design, implementation, and user experience aspects which should be considered when implementing a language server. The book walks you through an example language server implementation to illustrate the basic concepts, then goes on to cover advanced aspects of language server use such as progress reporting, launchers, and extension points.
  • Добавил: literator
  • Дата: 13-11-2021, 18:52
  • Комментариев: 0
Название: Unity Networking Fundamentals: Creating Multiplayer Games with Unity
Автор: Sloan Kelly, Khagendra Kumar
Издательство: Apress
Год: 2022
Страниц: 276
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Learn the fundamentals of networking with Unity and C#. This book covers a variety of topics, including accessing data using RESTful APIs, local networked games, and creating multiplayer online games using client-server architecture. The book provides the basics of networking, sockets, TCP vs. UDP, client-server architecture, serialization, RESTful APIs, network latency, and client-side prediction. Projects are presented to illustrate the concepts, including a chat client/server overlay for your game, and a 3D maze game that allows up to four players to connect over the network. By the end of the book, you will be familiar with low-level networking concepts such as protocols and architecture as well as high-level knowledge on how to create applications that use a client/server architecture for multiplayer games.
  • Добавил: literator
  • Дата: 13-11-2021, 18:39
  • Комментариев: 0
Название: WebAssembly for Cloud: A Basic Guide for Wasm-Based Cloud Apps
Автор: Shashank Mohan Jain
Издательство: Apress
Год: 2022
Страниц: 170
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Journey into the amazing world of WebAssembly (Wasm) and learn about how it can be applied on the cloud. This book is an introduction to Wasm aimed at professionals accustomed to working with cloud-related technologies such as Kubernetes and Istio service mesh. Author Shashank Jain begins with an introduction to Wasm and its related tooling such as wasm-bindgen and wapc. He then walks you through code examples using Rust, Golang, and jаvascript to demonstrate how they can be compiled to Wasm and consumed from Wasm runtimes deployed standalone, as well as on the cloud. You will see how a wasm module can be run through anhttp interface, and how Wasm fits into CNCF projects such as Kubernetes and Istio service mesh. After that, you’ll learn how the polyglot nature of WebAssembly can be leveraged through examples written in languages like Rust and consumed via Golang and jаvascript, with a focus on how WebAssembly allows interoperability between them.
  • Добавил: literator
  • Дата: 13-11-2021, 15:18
  • Комментариев: 0
Название: Agile Game Development: Build, Play, Repeat, 2nd Edition
Автор: Clinton Keith
Издательство: Pearson Eduction
Год: 2021
Страниц: 572
Язык: английский
Формат: pdf (true)
Размер: 59.4 MB

The definitive guide to more effective and personally fulfilling game development with Agile Methods―now revamped to reflect ten more years of experience and improvements. Game development is in crisis―facing bloated budgets, impossible schedules, unmanageable complexity, and death-march overtime. It’s no wonder so many development studios are struggling to survive. Fortunately, there is a solution. Agile and Lean methods have revolutionized development in the game development industry. In Agile Game Development, long-time game developer and consultant Clinton Keith shows exactly how these methods have been successfully applied to the unique challenges of modern game development.