Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


« Назад.. 1 2 3 4 5 6 7 8 9 10 ... 54952 Вперёд »


Название: Детская эндокринология. Атлас
Автор: Дедов И.И., Петеркова В.А.
Издательство: Москва: ГЭОТАР-Медиа
Год: 2016
Формат: pdf
Страниц: 240
Размер: 97 mb
Язык: Русский

В атласе обобщен 25-летний уникальный клинический опыт Института детской эндокринологии Федерального эндокринологического центра Министерства здравоохранения России. Все эти годы в институте работала большая команда ученых, чьи имена известны не только в России, но и в международных кругах.
Разместил: na5ballov Сегодня, 11:08 | Комментарии: 0 | Подробнее
BBC Sky at Night - May 2025Название: Sky at Night Magazine
Год / месяц: May 2025
Номер: 240
Страниц: 104
Формат: True PDF
Размер: 105 MB
Язык: English

Complementing the much-loved BBC television programme, BBC Sky at Night Magazine is your practical guide to astronomy. Each issue features columns by renowned experts as well as in-depth cosmological features, practical observing tutorials, comprehensive equipment reviews, astrophotography master classes and much, much more.

Журнал BBC Sky at Night Magazine, дополняющий любимую телепрограмму BBC, станет вашим практическим руководством по астрономии.
В каждом выпуске представлены колонки известных экспертов, а также подробные космологические особенности, практические руководства по наблюдениям, подробные обзоры оборудования, мастер-классы по астрофотографии и многое, многое другое.
Разместил: Dovegone Сегодня, 11:02 | Комментарии: 0 | Подробнее

Название: Родос. Путеводитель + мини-разговорник
Автор: Буриан Ф., Ретер-Клюнкер Г.
Издательство: «Аякс-Пресс»
Год: 2018
Формат: pdf
Страниц: 135
Размер: 16 mb
Язык: Русский

Вас ждут уютные улочки Старого города, античный Камирос, восхождение на Атавирос, острова Сими и Халки.
В путеводителе помимо удобных карт и проверенных маршрутов с описанием достопримечательностей размещена и практическая информация – полезные ссылки, адреса, расписание работы музеев и маршруты общественного транспорта, схемы проезда до популярных достопримечательностей и курортов. Разделы, которые помогут подготовиться к путешествию: краткая история государства, информация о транспортном сообщении (международном и внутреннем), календарь событий и праздников. Раздел «Климат» поможет выбрать лучшее время для путешествия, а информация о гостиницах и ресторанах – сориентироваться во всем многообразии предложений.
Разместил: na5ballov Сегодня, 11:01 | Комментарии: 0 | Подробнее

Название: Черта. К 100-летию отмены черты оседлости в Российской империи
Автор: Энгельс А.С. (ред.)
Издательство: Издательская группа «Точка»
Год: 2017
Формат: pdf
Страниц: 424
Размер: 43 mb
Язык: Русский

Эта книга — о жизни наших еврейских бабушек и дедушек, прабабушек и прадедушек и еще более далеких предков. Подавляющее большинство евреев, живших в Российской империи, подчинялись законам, ограничивавшим территорию их пребывания чертой оседлости, а их повседневную жизнь — множеством запретов и предписаний. Книга создана сильным авторским коллективом, в который вошли известные историки, культурологи, коллекционеры, писатели, создатели музейных экспозиций, публицисты.
Разместил: na5ballov Сегодня, 10:06 | Комментарии: 0 | Подробнее

Название: Граф Ростопчин и московская полиция в 1812 году
Автор: Шаламов А.Ю.
Издательство: М.: Кучково поле
Год: 2018
Формат: pdf
Страниц: 368
Размер: 121 mb
Язык: Русский

В книге рассказывается о повседневной жизни и служебной деятельности московских полицейских во время Отечественной войны 1812 года. Впервые подробно рассматриваются такие вопросы, как участие полицейских в боевых действиях и их вклад в победу над противником, состояние подразделений московской полиции в тот период, коррупционная деятельность генерал-губернатора Ф. В. Ростопчина и его приближенных, взаимоотношения органов государственной власти, жителей Москвы и иностранцев в условиях войны.
Разместил: na5ballov Сегодня, 09:27 | Комментарии: 0 | Подробнее
Название: Generative AI in C++: Coding Transformers and LLMs
Автор: David Spuler
Издательство: Yoryck AI Pty Ltd.
Год: March 30, 2024
Страниц: 1206
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Do you know C++ but not AI? Do you dream of writing your own AI engine in C++? From beginner to advanced, this book covers the internals of AI engines in C++, with real source code examples and research paper citations. As a programmer, your job is to harness the power of your AI platform and offer it up to your many users in top-level features. Whether your AI project is about writing sports content or auto-diagnosing X-ray images, your work as an AI developer is based on fundamentally the same architecture. And to do this at a scale that matches the capability of your workhorse models, you need a programming language to match its power. C++ is on the inside of all AI engines. Whereas Python is often on the outside wrapping around the various models, C++ is always closer to the machine and its hardware. PyTorch and Tensorflow have lots of Python code on the top layers, but the grunt work underneath runs in highly optimized C++ code. The main advantage of C++ is that it is super-fast, and has low-level capabilities, that makes its operations close to those of the hardware instructions. This is a perfect match, because AI engines need to run blazingly fast, with hardware-acceleration integrations direct to the GPU to handle literally billions of arithmetic calculations.
Разместил: Ingvar16 Сегодня, 06:05 | Комментарии: 0 | Подробнее
Название: Kubernetes and Cloud Native Associate (KCNA) Exam Guide: KCNA concepts featuring orchestration, architecture, observability, and application delivery
Автор: Sangram Rath
Издательство: BPB Publications
Год: 2025
Страниц: 252
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

"Kubernetes and Cloud-Native Associate (KCNA) Exam Guide" is a comprehensive introductory guide for anyone looking to prepare for the KCNA exam or to simply get started with Kubernetes and cloud-native. It will provide readers with the necessary fundamental knowledge to understand the Cloud Native Computing Foundation (CNCF) ecosystem, especially Kubernetes. The book covers all the exam objectives and much more. The book includes prerequisite chapters for a better understanding of Kubernetes and cloud-native, core chapters based on the domains and competencies of the exam, and a couple of hands-on chapters. Readers will learn about containers, microservices, container orchestration, the internals of Kubernetes, container orchestration in Kubernetes, cloud-native architecture, observability, application delivery, and much more. Each chapter also includes practice questions at the end. Additionally, through hands-on exercises, readers will gain practical experience on Dockers and Kubernetes. Throughout the book, readers will learn about various cloud-native tools and technologies.
Разместил: Ingvar16 Сегодня, 05:25 | Комментарии: 0 | Подробнее
Название: Mastering New Age Computer Vision: Advanced techniques in computer vision object detection, segmentation, and Deep Learning
Автор: Zonunfeli Ralte
Издательство: BPB Publications
Год: 2025
Страниц: 426
Язык: английский
Формат: epub (true)
Размер: 11.8 MB

Mastering New Age Computer Vision is a comprehensive guide that explores the latest advancements in computer vision, a field that is enabling machines to not only see but also understand and interpret the visual world in increasingly sophisticated ways, guiding you from foundational concepts to practical applications. This book explores cutting-edge computer vision techniques, starting with zero-shot and few-shot learning, DETR, and DINO for object detection. It covers advanced segmentation models like Segment Anything and Vision Transformers, along with YOLO and CLIP. Using PyTorch, readers will learn image regression, multi-task learning, multi-instance learning, and deep metric learning. Hands-on coding examples, dataset preparation, and optimization techniques help apply these methods in real-world scenarios. This book is for data scientists, AI practitioners, and researchers with a basic understanding of Python programming and ML concepts. Familiarity with deep learning frameworks like PyTorch and foundational knowledge of computer vision will help readers fully grasp the advanced techniques discussed.
Разместил: Ingvar16 Сегодня, 02:01 | Комментарии: 0 | Подробнее
Название: Natural Language Processing Cookbook: Step-by-step practical solution for unlocking the power of natural language processing potential
Автор: Rosario Moscato, Alessio Ligios, Corrado Silvestri
Издательство: BPB Publications
Год: 2025
Страниц: 404
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Natural language processing (NLP) is revolutionizing how machines understand and interact with human language, creating powerful applications from chatbots to text analytics. This provides a practical, hands-on approach to mastering these technologies, making complex NLP concepts accessible through step-by-step recipes and real-world examples. This book walks you through the world of teaching computers to understand human language, starting with the basics and building up to advanced techniques. You will learn how to break down text into meaningful pieces, use Python programming to handle text data, and clean up messy text for analysis. The book shows you how computers can understand the meaning behind words using methods like word embeddings and BERT. You will discover how to identify parts of speech and recognize names of people and places in text, and how to sort text into different categories using ML. Advanced topics include finding hidden themes in document collections, building chatbots that can have conversations, and creating visual representations of text data. Throughout the book, practical Python examples help you implement these techniques while considering how to evaluate and deploy real-world NLP systems.
Разместил: Ingvar16 Сегодня, 01:17 | Комментарии: 0 | Подробнее
Название: Drinking French: The Iconic Cocktails, Apéritifs, and Café Traditions of France, with 160 Recipes
Автор: David Lebovitz
Год: 2020
Издательство: Ten Speed Press
Cтраниц: 304
Формат: epub/pdf
Размер: 84,8 Мб
Язык: English

TALES OF THE COCKTAIL SPIRITED AWARD® WINNER • IACP AWARD FINALIST • The New York Times bestselling author of My Paris Kitchen serves up more than 160 recipes for trendy cocktails, quintessential apéritifs, café favorites, complementary snacks, and more.
Bestselling cookbook author, memoirist, and popular blogger David Lebovitz delves into the drinking culture of France in Drinking French. This beautifully photographed collection features 160 recipes for everything from coffee, hot chocolate, and tea to Kir and regional apéritifs, classic and modern cocktails from the hottest Paris bars, and creative infusions using fresh fruit and French liqueurs. And because the French can't imagine drinking without having something to eat alongside, David includes crispy, salty snacks to serve with your concoctions.
Разместил: TTT22 Сегодня, 00:36 | Комментарии: 0 | Подробнее

« Назад.. 1 2 3 4 5 6 7 8 9 10 ... 54952 Вперёд »

 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности