Назад Вперед

Data-Driven Decision Support System in Intelligent HealthCare

Автор: literator от 23-06-2025, 22:58, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Data-Driven Decision Support System in Intelligent HealthCare
Автор: Debnath Bhattacharyya, Yu-Chen Hu
Издательство: CRC Press
Год: 2025
Страниц: 272
Язык: английский
Формат: epub (true)
Размер: 11.7 MB

Machine Intelligence with Generative AI is one of the most trending topics with applications in almost all fields of life. In healthcare, it is not only accelerating the development of new products, but also automating the generation of new and synthetic content making it easier to train and improve Machine Learning models. Some of the biggest achievements of Generative AI in healthcare have been drug discovery, personalized care, differentially private synthetic data generation, operational efficiency, and many more. Generative AI models like Generative Adversarial Networks (GANs), and Variational Autoencoders are employed to generate synthetic medical images, aiding in data augmentation, facilitating disease diagnosis, and enabling advanced medical imaging research. Additionally, Generative AI techniques are being utilized for creating realistic electronic health records (EHRs) and simulated patient data, supporting privacy-preserving data sharing, and empowering innovative studies for personalized medicine and drug development. This volume delves into the realm of Machine Intelligence with Generative AI and explores its impact on the healthcare industry.
 

Огородник № 7 2019 Украина

Автор: Tetyanka_ от 23-06-2025, 22:38, Коментариев: 0

Категория: ЖУРНАЛЫ » ДОМ И САД

Название: Огородник
Номер/дата выпуска: № 7/276 (июль) 2019
Изд-во: ООО «Юнивест Медиа»
Страниц: 50
Формат: PDF
Размер: 74,06 Мб
Язык: русский, украинский

Красочный современный журнал для любителей дач и огородов. Интересные статьи и полезные советы по уходу за различными культурами, а также по дизайну участка.
В номере:
- "Огород": «Коллекция»: томат * «Опыт»: перец * «Защита растений»: кукуруза * «Мы с вами»: слизни; «перина» для почвы *
- "Сад": «Селекция»: абрикос * «Сорт»: яблоня * «Соседи по планете»: сады в Польше * «Фермерство»: рыночные перспективы смородины * «День за днем»: виноградник: что делать в июле *
- "Дизайн усадьбы": «Пора цветения»: флоксы * «Технологии»: 7 правил здоровья и красоты дельфиниумов * «Новый взгляд»: лилейник * Цветники в греческом стиле *
 

Gourmet Traveller - July 2025. The Japan ussue

Автор: Tetyanka_ от 23-06-2025, 22:11, Коментариев: 0

Категория: ЖУРНАЛЫ » КУЛИНАРНЫЕ

Название: Gourmet Traveller (AU)
Выпуск /Год: Vol 20 No 5 / July 2025
Редактор: Joanna Hunkin
Издательство: Are Media Pty Limited
Cтраниц: 156
Формат: pdf
Размер: 86,77 Мб
Язык: English

The Japan ussue: where to eat, drink and shop in Japan

Gourmet Traveller, Australia's premier food and travel magazine, features innovative recipes from the country's best chefs, reviews and food news, and explores exotic destinations, special properties and unique experiences around the globe.
 

Armenian Needlelace and Embroidery

Автор: sama_sha от 23-06-2025, 21:36, Коментариев: 0

Категория: КНИГИ » ХОББИ И ДОСУГ

Название: Armenian Needlelace and Embroidery
Автор: Alice Odian Kasparian
Издательство: Epm Pubns Inc
Год: January 1, 1983
Размер: 68 Мб
Формат: PDF
Страниц: 128
Язык: Английский

В книге "Армянское рукоделие и вышивка" читатель познакомится с этими удивительно красивыми кружевами с узлами и роскошными двусторонними вышивками, которые украшали дома и гардеробы даже самых бедных армян до их национальной трагедии. К счастью, рукоделие не было полностью утрачено. Техники, узоры и редкие образцы были представлены на пяти континентах несколькими выжившими мастерами-практиками.
 

The Watercolor Feast: Learn to Paint Simple Fruits, Vegetables, and Flowers

Автор: sama_sha от 23-06-2025, 20:40, Коментариев: 0

Категория: КНИГИ » ЖИВОПИСЬ И РИСОВАНИЕ

The Watercolor Feast: Learn to Paint Simple Fruits, Vegetables, and FlowersНазвание: The Watercolor Feast: Learn to Paint Simple Fruits, Vegetables, and Flowers
Автор: Erin Gleeson
Издательство: Harry N. Abrams
Год: April 15, 2025
Размер: 178 Мб
Формат: EPUB
Страниц: 160
Язык: Английский

Книги автора бестселлеров Erin Gleeson, оформленные в ярком стиле, на протяжении многих лет переносили читателей в ее прекрасную хижину в лесах Северной Калифорнии, и теперь она рассказывает, как воссоздать свои фирменные акварельные иллюстрации. Даже новички в акварельной живописи могут следовать простым пошаговым инструкциям, приведенным в 40 веселых, легких и красивых руководствах, приведенных в книге.
 

Get Set Go: Go programming fundamentals, environment setup, and core concepts

Автор: literator от 23-06-2025, 19:45, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Get Set Go: Go programming fundamentals, environment setup, and core concepts
Автор: Amrit Pal Singh
Издательство: BPB Publications
Год: 2025
Страниц: 187
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Go, a modern programming language renowned for its efficiency and concurrency, empowers developers to build scalable and robust applications. Get Set Go is your practical guide to learn this powerful technology, designed to take you from foundational concepts to advanced development techniques with clarity and ease. This book systematically guides you through the essentials, starting with setting up your Go environment and writing your first programs, while understanding Go modules and basic output. You will then explore core language elements like diverse data types, control structures, functions, and effective error handling. Progressing further, you will learn to manipulate strings and files, delve into the intricacies of Go's reflection capabilities, and harness the power of concurrency with goroutines and channels. Finally, you will also unlock the potential of generics for writing reusable code and learn to secure your Go applications with cryptography. This book is for developers wanting to learn Go and experienced programmers seeking a structured guide. While no prior Go knowledge is needed, understanding basic programming concepts will benefit software engineers, backend developers, and tech enthusiasts.
 

Домашняя лаборатория №6 2025

Автор: Sirena от 23-06-2025, 19:21, Коментариев: 0

Категория: ЖУРНАЛЫ » НАУЧНО-ПОПУЛЯРНЫЕ

Название: Домашняя лаборатория
Издательство: Домашняя лаборатория
Качество: оригинал
Страниц: 858
Формат: DjVu (e-book)
Размер файла: 38,8 МБ
Язык: русский

«Домашняя лаборатория» - это весьма большой и увлекательный, научно-прикладной и образовательный, но некоммерческий интернет-журнал, созданный группой энтузиастов. Интернет-журнал содержит материалы, найденные в Интернет или написанные для Интернет. Основная тематика статей - то, что можно сделать самому, от садовых поделок до сверхпроводников, но есть и просто полезные материалы.
 

Изучаем Power Query

Автор: umkaS от 23-06-2025, 18:15, Коментариев: 0

Категория: КНИГИ » ОС И БД

Название: Изучаем Power Query
Автор: Фоукс Л., Спарроу У.
Издательство: ДМК Пресс
Год: 2021
Cтраниц: 378
Формат: pdf
Размер: 44 мб
Язык: русский

Power Query – технология, позволяющая соединяться с источниками данных, а также преобразовывать и очищать информацию для ее дальнейшего анализа. Эта книга научит вас создавать интерактивные отчеты и дашборды посредством Excel и Power BI, используя множество источников данных.
 

Флот в Русско-японской войне и современность

Автор: umkaS от 23-06-2025, 18:12, Коментариев: 0

Категория: КНИГИ » ВОЕННАЯ ТЕМАТИКА

Название: Флот в Русско-японской войне и современность
Автор: Капитанец И.М.
Издательство: М.: Вече
Год: 2004
Cтраниц: 422
Формат: pdf
Размер: 11 мб
Язык: русский

Новая книга адмирала флота И. М. Капитанца посвящена русскому флоту, участвовавшему в Русско-японской войне 1904-1905 гг. Автор рассматривает ход войны, анализирует причины поражения Российской империи в войне на Дальнем Востоке, проводит параллели с сегодняшним экономическим и политическим положением России и состоянием российского флота.
 

Fundamentals of Software Architecture: Practical guide to building resilient software and high-performance systems

Автор: literator от 23-06-2025, 17:42, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Fundamentals of Software Architecture: Practical guide to building resilient software and high-performance systems
Автор: Craig Risi
Издательство: BPB Publications
Год: 2025
Страниц: 556
Язык: английский
Формат: True/Retail EPUB
Размер: 10.1 MB

With the rising complexity of modern software systems, strong, scalable software architecture has become the backbone of any successful application. This book gives you the essential knowledge to grasp the core ideas and methods of effective software design, helping you build strong, flexible systems right from the start. The book systematically navigates the critical aspects of software architecture, commencing with a clear definition of its significance and the pivotal role of the software architect. It delves into fundamental architectural properties like performance, security, and maintainability, underscoring the importance of modularity in crafting well-structured systems. You will explore various established architectural styles, including microservices and layered architecture, alongside key design patterns such as MVC and repository, gaining insights into their practical application. This book is for software developers, technical leads, and anyone involved in software creation, seeking a foundational understanding of software architecture principles and practices to enhance their design skills and project outcomes.
 
Назад Вперед