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

  • Добавил: Natali26
  • Дата: 12-04-2025, 20:24
  • Комментариев: 0
Название: Стандартная библиотека С++ в примерах и пояснениях
Автор: Гримм Р.
Издательство: MC++, ДМК
Год: 2025
Формат: pdf
Страниц: 338
Размер: 15.5 Мб
Язык: русский

Книга представляет собой компактный справочник по стандартной библиотеке языка программирования C++, обновленной до версии стандарта С++23. В ней изложена вся необходимая информация, которую должен знать о стандартной библиотеке профессиональный программист на C++.

  • Добавил: literator
  • Дата: 12-04-2025, 16:25
  • Комментариев: 0
Название: AI in Banking: Practical Applications and Case Studies
Автор: Liyu Shao, Qin Chen, Min He
Издательство: Springer/China Machine Press
Год: 2025
Страниц: 365
Язык: английский
Формат: pdf (true), epub
Размер: 54.4 MB

Big Data and Artificial Intelligence (AI) cannot remain limited to academic theoretical research. It is crucial to utilize them in practical business scenarios, enabling cutting-edge technology to generate tangible value. This book delves into the application of AI from theory to practice, offering detailed insights into AI project design and code implementation across eleven business scenarios in four major sectors: retail banking, e-banking, bank credit, and tech operations. It provides hands-on examples of various technologies, including automatic Machine Learning, integrated learning, graph computation, recommendation systems, causal inference, generative adversarial networks, supervised learning, unsupervised learning, computer vision, reinforcement learning, fuzzy control, automatic control, speech recognition, semantic understanding, Bayesian networks, edge computing, and more. This book stands as a rare and practical guide to AI projects in the banking industry. By avoiding complex mathematical formulas and theoretical analyses, it uses plain language to illustrate how to apply AI technology in commercial banking business scenarios. With its strong readability and practical approach, this book enables readers to swiftly develop their own AI projects.
  • Добавил: umkaS
  • Дата: 12-04-2025, 14:54
  • Комментариев: 0
Название: C# для профессионалов. Тонкости программирования
Автор: Скит Д.
Издательство: Вильямс
Год: 2014 - 3-е изд., новый перевод
Cтраниц: 602
Формат: pdf
Размер: 36 мб
Язык: русский

Книга является обновлением предыдущего издания C# in Depth, ставшего бестселлером, с целью раскрытия новых средств языка C# 5, включая решение проблем, которые связаны с написанием сопровождаемого асинхронного кода. Она предлагает уникальные сведения о сложных областях и темных закоулках языка, которые может предоставить только эксперт Джон Скит.
  • Добавил: literator
  • Дата: 12-04-2025, 13:18
  • Комментариев: 0
Название: Deep Learning on Embedded Systems: A Hands-On Approach Using Jetson Nano and Raspberry Pi
Автор: Tariq M. Arif
Издательство: Wiley
Год: 2025
Страниц: 256
Язык: английский
Формат: epub (true)
Размер: 66.5 MB

Comprehensive, accessible introduction to Deep Learning for engineering tasks through Python programming, low-cost hardware, and freely available software. Deep Learning on Embedded Systems is a comprehensive guide to the practical implementation of Deep Learning for engineering tasks through computers and embedded hardware such as Raspberry Pi and Nvidia Jetson Nano. After an introduction to the field, the book provides fundamental knowledge on Deep Learning, convolutional and recurrent neural networks, computer vision, and basics of Linux terminal and Docker engines. This book shows detailed setup steps of Jetson Nano and Raspberry Pi for utilizing essential frameworks such as PyTorch and OpenCV. GPU configuration and dependency installation procedure for using PyTorch is also discussed allowing newcomers to seamlessly navigate the learning curve. This book outlines a strategy of training complex models on a desktop computer and transferring them to embedded systems for inference. To simplify this, the book mainly focuses on the practical implementation part of Deep Learning using Python programming, low-cost hardware, and freely available software such as Anaconda and Visual Studio Code.
  • Добавил: Natali26
  • Дата: 12-04-2025, 10:18
  • Комментариев: 0
Название: Bash Scripting Made Easy: A Practical Guide with Examples
Автор: William E. Clark
Издательство: NOBTREX LLC.
Год: 2024
Формат: pdf, epub, fb2
Страниц: 311
Размер: 12.1 Мб
Язык: английский

Bash scripting stands as an essential tool for those seeking to automate processes and enhance command-line proficiency. "Bash Scripting Made Easy: A Practical Guide with Examples" serves as a meticulous guide for individuals poised to harness the full potential of Bash. This book is crafted to provide clarity and insight, ensuring readers gain a solid foundation in both fundamental and advanced scripting techniques essential for effective system management and development.
  • Добавил: Natali26
  • Дата: 12-04-2025, 10:03
  • Комментариев: 0
Название: SQL Mastery: Unlocking the Power of Databases
Автор: Mike Zephalon
Издательство: Mike Zephalon
Год: 2024
Формат: pdf
Страниц: 840
Размер: 26,91 Мб
Язык: английский

SQL Mastery: Unlocking the Power of Databases is your ultimate guide to mastering SQL, the language that powers modern databases. Whether you're just starting or looking to enhance your skills, this book covers everything from foundational concepts to advanced querying techniques. Through practical examples and clear explanations, you'll learn how to efficiently retrieve, manipulate, and manage data.
  • Добавил: literator
  • Дата: 12-04-2025, 03:38
  • Комментариев: 0
Название: An Introduction to Theory of Computation: An Algorithmic Approach
Автор: Mitsunori Ogihara
Издательство: Springer
Год: 2025
Страниц: 388
Язык: английский
Формат: pdf (true), epub
Размер: 32.4 MB

This textbook aims to provide a comprehensive introduction to the theory of computation for upper-level undergraduate students and first-year graduate students in Computer Science and related disciplines. It covers a wide range of foundational topics essential for understanding the principles and applications of computation. The book begins with regular languages, exploring finite automata, nondeterministic finite automata, regular expressions, and the equivalence among these apparatuses. It explores state minimization and the Myhill-Nerode Theorem, offering techniques such as pumping lemmas to identify non-regular languages and using the Myhill-Nerode Theorem for non-regularity proofs. Additionally, the closure properties of regular languages are examined. Context-free languages are another focal point, where the text discusses context-free grammars, Chomsky normal form grammars, pushdown automata, and their equivalences. The book includes pumping lemmas and closure properties using CNF grammars and PDA analysis, as well as identifying non-context-free languages and understanding leftmost derivations. Turing machine models are thoroughly covered, with various models and simulations explained. The book outlines configurations, the Church-Turing Thesis, and differentiates between recursive and recursively enumerable languages.
  • Добавил: literator
  • Дата: 12-04-2025, 01:37
  • Комментариев: 0
Название: Accelerate Software Delivery with Shift-Left Testing
Автор: Nagappan Muthupalaniappan
Издательство: Independently published
Год: October 5, 2024
Страниц: 178
Язык: английский
Формат: pdf
Размер: 10.1 MB

Revolutionize your software development process with shift-left testing. In today's fast-paced digital landscape, delivering high-quality software rapidly is imperative. Accelerate Software Delivery with Shift-Left Testing provides a comprehensive roadmap for organizations seeking to transform their development processes. This practical guide empowers teams to embed quality into every stage of the software lifecycle, from inception to deployment. Discover how to break down silos, foster collaboration, and leverage automation to achieve unprecedented levels of speed, efficiency, and customer satisfaction. The software testing sector is expected to adopt novel approaches in the future, such as incorporating AI and ML into testing, putting more emphasis on security tests, and dealing with the issues that come up with new technologies like blockchain and the Internet of Things (IoT). The industry will be able to satisfy the constantly increasing demands of software development thanks to this continual innovation.
  • Добавил: literator
  • Дата: 12-04-2025, 00:19
  • Комментариев: 0
Название: Fundamentals of Robust Machine Learning: Handling Outliers and Anomalies in Data Science
Автор: Resve Saleh, Sohaib Majzoub, A.K.Md. Ehsanes Saleh
Издательство: Wiley
Год: 2025
Страниц: 409
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

An essential guide for tackling outliers and anomalies in Machine Learning and Data Science. In recent years, Machine Learning (ML) has transformed virtually every area of research and technology, becoming one of the key tools for data scientists. Robust Machine Learning is a new approach to handling outliers in datasets, which is an often-overlooked aspect of Data Science. Ignoring outliers can lead to bad business decisions, wrong medical diagnoses, reaching the wrong conclusions or incorrectly assessing feature importance, just to name a few. Fundamentals of Robust Machine Learning offers a thorough but accessible overview of this subject by focusing on how to properly handle outliers and anomalies in datasets. There are two main approaches described in the book: using outlier-tolerant ML tools, or removing outliers before using conventional tools. Balancing theoretical foundations with practical Python code, it provides all the necessary skills to enhance the accuracy, stability and reliability of ML models.
  • Добавил: literator
  • Дата: 11-04-2025, 16:57
  • Комментариев: 0
Название: Git Fundamentals for New Developers: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 273
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

"Git Fundamentals for New Developers: A Practical Guide with Examples" serves as an essential resource for those entering the realm of software development, focusing on the indispensable skills of version control. At the heart of this guide is Git, a widely-adopted version control system known for its powerful features that streamline collaboration and maintain project integrity. Through a clear, structured approach, this book offers both fundamental insights and advanced techniques, empowering new developers to harness the full potential of Git in their daily workflows. The book is meticulously structured to cover the entirety of Git's capabilities, starting with foundational concepts and gradually progressing to more complex topics. Readers will engage with the crucial elements of setting up Git, creating and managing repositories, and navigating both local and remote repositories. Each chapter is crafted to build upon the previous, providing a comprehensive understanding of Git's architecture, branching strategies, and merging practices. Practical exercises and real-world examples are interwoven throughout, ensuring readers can apply what they learn with confidence.