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

  • Добавил: literator
  • Дата: 28-01-2025, 09:38
  • Комментариев: 0
Название: Вредные советы для C++ программистов
Автор: Андрей Карпов
Издательство: Автор
Год: 2023
Страниц: 245
Язык: русский
Формат: pdf
Размер: 16.9 MB

В книге читателю предлагается обширный список «советов», которым на самом деле не стоит следовать. Каждый совет сопровождается подробным разбором и рассмотрением неочевидных моментов. Эти пояснения будут полезны новичкам, изучающим программирование. Впрочем, книга развлечёт и профессионалов рассмотрением некоторых нюансов программирования на C++.
  • Добавил: literator
  • Дата: 28-01-2025, 09:10
  • Комментариев: 0
Название: Artificial Intelligence in Medicine and Healthcare
Автор: Ajay Kumar, Sangeeta Rani, Sarita Rathee, Naveen Hemrajani
Издательство: CRC Press
Год: 2025
Страниц: 214
Язык: английский
Формат: pdf (true), epub
Размер: 11.6 MB

This book is discussing Artificial Intelligence-based smart systems for diagnosis and prediction of diseases, Artificial Intelligence in clinical decision-making, and Artificial Intelligence tools for clinical and healthcare data. It further highlights the importance of 5G and 6G communication for telemedicine applications and applications of Machine Learning and Deep Learning in pandemic epidemiology. The emergence of Artificial Intelligence (AI) in medicine and healthcare has been groundbreaking, reshaping the way it diagnoses, treats, and monitors patients. This book provides AI algorithms, tools, and applications based on their intended use in medicine and healthcare. Specifically, it explores AI technologies that are utilized for healthcare, including but not limited to An Artificial Intelligence Inspired IoT Based Solution, Machine Learning Modeling for Smart Healthcare, Deep Learning-based Smart Healthcare Technology, and Robotics in Healthcare, etc.
  • Добавил: literator
  • Дата: 28-01-2025, 07:08
  • Комментариев: 0
Название: ChatGPT and the Future of AI: The Deep Language Revolution
Автор: Terrence J. Sejnowski
Издательство: The MIT Press
Год: 2024
Страниц: 273
Язык: английский
Формат: pdf (true), epub (true)
Размер: 19.1 MB

An insightful exploration of Chat GPT and other advanced AI systems—how we got here, where we’re headed, and what it all means for how we interact with the world. InChatGPT and the Future of AI , the sequel toThe Deep Learning Revolution , Terrence Sejnowski offers a nuanced exploration of large language models (LLMs) like ChatGPT and what their future holds. How should we go about understanding LLMs? Do these language models truly understand what they are saying? Or is it possible that what appears to be intelligence in LLMs may be a mirror that merely reflects the intelligence of the interviewer? In this book, Sejnowski, a pioneer in computational approaches to understanding brain function, answers all our urgent questions about this astonishing new technology. Sejnowski begins by describing the debates surrounding LLMs’ comprehension of language and exploring the notions of “thinking” and “intelligence.” He then takes a deep dive into the historical evolution of language models, focusing on the role of transformers, the correlation between computing power and model size, and the intricate mathematics shaping LLMs.
  • Добавил: umkaS
  • Дата: 28-01-2025, 06:58
  • Комментариев: 0
Название: Полезное программирование
Автор: Комлев Н.Ю.
Издательство: СОЛОН-Пресс
Год: 2019
Cтраниц: 255
Формат: pdf
Размер: 47 мб
Язык: русский

Уникальное руководство к действию, опыт и практика, сконцентрированные на двух сотнях страниц. Книга для тех, кто умеет программировать и уже готов этим зарабатывать. Курс молодого, но профессионального программиста. Практические советы. Что пригодится вам из пройденного и сданного. Что вы будете программировать сначала, а что позже, когда наберётесь опыта. К чему ещё можно применить ваш программистский талант, чтобы руководство одобрило и поощрило. Кратко, доступно, убедительно.
  • Добавил: literator
  • Дата: 28-01-2025, 06:42
  • Комментариев: 0
Название: Mathematical Statistics with Resampling and R, 3rd Edition
Автор: Laura M. Chihara, Tim C. Hesterberg
Издательство: Wiley
Год: 2022
Страниц: 579
Язык: английский
Формат: pdf (true)
Размер: 34.5 MB

This book bridges the latest software applications with the benefits of modern resampling techniques. Resampling helps students understand the meaning of sampling distributions, sampling variability, P-values, hypothesis tests, and confidence intervals. This groundbreaking book shows how to apply modern resampling techniques to mathematical statistics. Extensively class-tested to ensure an accessible presentation, Mathematical Statistics with Resampling and R utilizes the powerful and flexible computer language R to underscore the significance and benefits of modern resampling techniques. Incorporating resampling and bootstrapping methods requires that students use statistical software. We use R or RStudio because they are freely available, powerful, flexible, and a valuable tool in future careers. One of us worked at Google where there was an explosion in the use of R, with more and more non-statisticians learning R (the statisticians already know it). We realize that the learning curve for R is high, but believe that the time invested in mastering R is worth the effort. For the third edition, we decided to incorporate the packages in Hadley Wickham’s Tidyverse, including Ggplot2.
  • Добавил: literator
  • Дата: 28-01-2025, 04:04
  • Комментариев: 0
Название: The Joys of Hashing: Hash Table Programming with C, 2nd Edition
Автор: Thomas Mailund
Издательство: Apress
Год: 2024
Страниц: 225
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.6 MB

Build working implementations of hash tables, written in the C programming language. The new and revised Second Edition has been enhanced with simplified code and more comprehensive explanations, aimed at improving clarity and comprehension while exploiting the latest features in C programming. This book starts with simple first attempts devoid of collision resolution strategies. It then progresses through improvements and extensions illustrating different design ideas and approaches, followed by experiments to validate the choices. You will learn how hash tables, when implemented and used appropriately, are exceptionally efficient data structures for representing sets and lookup tables, providing low overhead, constant time, insertion, deletion, and lookup operations. This book is an introduction to the hash table data structure. When implemented and used appropriately, hash tables are exceptionally efficient data structures for representing sets and lookup tables. They provide constant time, low overhead, insertion, deletion, and lookup. This book assumes you are familiar with programming and the C programming language. The theoretical parts of the book also assume some familiarity with probability theory and algorithmic theory, but nothing beyond what you would learn in an introductory course. The Joys of Hashing walks you through the implementation of efficient hash tables and the pros and cons of different design choices when building tables. The source code used in the book is available on GitHub for your re-use and experiments.
  • Добавил: Natali26
  • Дата: 28-01-2025, 00:48
  • Комментариев: 0
Название: Python For Algorithms And Data Structures
Автор: Declan Ashford
Издательство: Declan Ashford
Год: 2024
Формат: pdf, epub, fb2
Страниц: 475
Размер: 12,86 Мб
Язык: английский

Are you ready to master the core concepts that drive efficient programming and solve complex problems with ease? Python for Algorithms and Data Structures: Unlocking the Power of Python for Data Organization and Efficient Algorithm Design in Programming Challenges and Real-World Applications is your comprehensive guide to mastering algorithms and data structures with Python.
  • Добавил: literator
  • Дата: 27-01-2025, 18:56
  • Комментариев: 0
Название: Deep Reinforcement Learning for Reconfigurable Intelligent Surfaces and UAV Empowered Smart 6G Communications
Автор: Antonino Masaracchia, Khoi Khac Nguyen, Trung Q. Duong, Vishal Sharma
Издательство: The Institution of Engineering and Technology
Год: December 2024
Страниц: 293
Язык: английский
Формат: pdf (true)
Размер: 11.1 MB

Reconfigurable intelligent surface (RIS) has emerged as a cutting-edge technology for beyond 5G and 6G networks due to its low-cost hardware production, nearly passive nature, easy deployment, communication without new waves, and energy-saving benefits. Unmanned aerial vehicle (UAV)-assisted wireless networks significantly enhance network coverage. The book chapters are arranged into four parts according to their topics. More specifically, the first two parts provide background and fundamentals on Artificial Intelligence and Deep Reinforcement Learning, while the last two illustrate how these principles can be applied to solve complex optimisation problems in the context of UAV-enabled and RIS-assisted networks. In Part I, there are two chapters that provide an essential introduction to Artificial Intelligence and deep neural networks. Specifically, Chapter 1 illustrates the relationship between Artificial Intelligence, Machine Learning, and Deep Learning. After introducing these concepts, Chapter 2 delves into the principles of deep reinforcement learning.
  • Добавил: literator
  • Дата: 27-01-2025, 15:55
  • Комментариев: 0
Название: CI/CD Unleashed: Turbocharging Software Deployment for Quicker Delivery
Автор: Tommy Clark
Издательство: Apress
Год: 2025
Страниц: 164
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

The ability to deliver software quickly and efficiently is paramount to a company’s success. This book is a comprehensive guide to continuous integration (CI) and continuous delivery (CD), providing insights and practical strategies for streamlining the software delivery pipeline for speedy and efficient deployments. You’ll start by reviewing the fundamentals of CI/CD, and how it enables teams to automate the building, testing, and deployment of software, for faster and more reliable releases. The book then examines CI/CD pipelines, tooling, caching, and how to leverage these tools to expedite delivery workflows, before highlighting the increased importance of testing and monitoring during that process. You’ll also gain insights into various testing methodologies and learn how to implement them effectively within your CI/CD pipelines.
  • Добавил: literator
  • Дата: 27-01-2025, 05:20
  • Комментариев: 0
Название: Ruby Programming: Dynamic, Object-Oriented Language for Simplicity and Productivity
Автор: Theophilus Edet
Издательство: CompreQuest Books
Год: November 17, 2024
Страниц: 1059
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Ruby Programming: The Dynamic, Object-Oriented Language for Simple and Productive Code. Are you ready to explore Ruby, the dynamic, object-oriented language that emphasizes simplicity and productivity? Ruby Programming: Dynamic, Object-Oriented Language for Simplicity and Productivity is the perfect guide for developers of all levels looking to harness Ruby’s powerful yet elegant syntax and capabilities. Ruby’s focus on human-readable code makes it accessible, and its robust features make it indispensable for building modern applications. Ruby is more than just a programming language; it is a philosophy. Built on the principles of developer happiness and productivity, Ruby emphasizes readability, conciseness, and flexibility. Its intuitive syntax mirrors natural language, making code not only functional but also self-explanatory. Ruby embodies the principles of object-oriented programming while allowing for procedural and functional paradigms, enabling developers to choose the best tool for the task at hand. Whether you are building web applications, automating processes, or exploring advanced programming models, this book gives you the tools to write efficient, elegant, and maintainable Ruby code.