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



Реклама



Название: Умные мобильные проекты с TensorFlow
Автор: Танг Джефф
Издательство: ДМК Пресс
Год: 2019
Формат: pdf
Размер: 21 Мб
Качество: Хорошее
Язык: Русский

Как разработчику, вам всегда нужно следить и быть готовым к тому, что будет в тренде в ближайшем будущем, при этом также сосредотачиваясь на том, что в тренде в настоящее время. Что еще может быть лучше, чем научиться интегрировать лучшее из обоих миров, настоящее и будущее? Искусственный интеллект (ИИ) широко рассматривается как следующее большое событие после мобильных устройств, а Платформа TensorFlow от компании Google является ведущим инструментом с открытым исходным кодом для машинного обучения.
Эта книга охватывает более 10 полноценных приложений для iOS, Android и Raspberry Pi на базе TensorFlow, построенных с нуля и выполняющих всевозможные модели в автономном режиме прямо на устройстве: от компьютерного зрения и обработки речи и языка до генеративно-состязательных сетей и AlphaZero-подобного глубокого самообучения с максимизацией получаемого вознаграждения.
Вы научитесь использовать или вторично тренировать существующие модели TensorFlow, создавать собственные модели и разрабатывать применяющие их интеллектуальные мобильные приложения.
Разместил: rivasss 31-05-2025, 06:27 | Комментарии: 0 | Подробнее
Название: Python Essentials 2025 (Python Fundamentals to Scalable Systems - 4 book series)
Автор: Alec Stovari
Издательство: Independently published
Год: 2025
Страниц: 122+128+122+134
Язык: английский
Формат: pdf
Размер: 41.3 MB

Unlock the full potential of Python with this comprehensive four-part series designed to guide you from foundational programming to expert-level systems development. Whether you're just getting started or ready to dive into the depths of high-performance coding, each volume builds your expertise step-by-step through real-world applications and hands-on techniques. The Ultimate Beginner’s Guide to Python—Fast, Practical, and Hands-On! Want to learn Python the right way—without the fluff? Python Essentials is your step-by-step roadmap to mastering the core concepts every developer needs. Whether you're a complete beginner or transitioning from another language, this book cuts through the noise and teaches you exactly what you need to know to write clean, efficient, and powerful Python code.
Разместил: Ingvar16 31-05-2025, 06:00 | Комментарии: 0 | Подробнее
Название: Learning Game Architecture with Unity: Architect scalable Unity projects with proven design principles and patterns
Автор: Niraj Vishwakarma
Издательство: BPB Publications
Год: 2025
Страниц: 280
Язык: английский
Формат: epub (true)
Размер: 15.9 MB

Designing a scalable Unity project requires more than just coding—it demands thoughtful planning, structured architecture, and adherence to best practices. This book is your ultimate guide to building modular and maintainable Unity projects using C# and proven game architecture techniques. This book provides the tools and knowledge you need to plan, build, and optimize projects with confidence. This book offers a comprehensive guide to game architecture in Unity, starting with the fundamentals and progressing to practical implementation. It covers essential object-oriented programming (OOP) concepts like encapsulation and inheritance, and delves into clean code principles (SOLID) for building maintainable games. You will learn popular design patterns such as singleton and observer, and how to use UML diagrams for project planning. The book provides best practices for setting up Unity projects, including selecting rendering pipelines and utilizing namespaces. This book is for beginner to mid-level Unity developers who want to upskill their capability to manage Unity projects from a scalability and flexibility point of view. Advanced users can also refine their approach and consolidate their existing knowledge into a cohesive, scalable architecture.
Разместил: Ingvar16 30-05-2025, 23:46 | Комментарии: 0 | Подробнее
Название: Architecting ASP.NET Core Applications: ASP.NET Core backend with C# 13 and .NET 9
Автор: Dario Benevento
Издательство: BPB Publications
Год: 2025
Страниц: 488
Язык: английский
Формат: pdf, epub (true)
Размер: 13.5 MB

Architecting ASP.NET Core Applications aims to be a reference guide for building modern, reliable, and scalable web applications. This book guides you from foundational concepts to advanced techniques, ensuring a solid understanding of ASP.NET Core's architecture and capabilities. This book provides a practical guide to mastering ASP.NET Core, from fundamental design principles like SOLID to advanced concepts such as modular architecture, SignalR for real-time communication, and deploying with Docker and Kubernetes. It explains when and how to apply these techniques, offering hands-on examples with repositories for solving real-world challenges. Readers will learn key topics like RESTful API design, Clean Architecture, Domain-Driven Design, Hexagonal Architecture, routing, middleware, CQRS, and modular monoliths. The book also covers Blazor for frontend development, Entity Framework Core for data access, automated testing, security, debugging, and performance tuning, ensuring well-rounded expertise in ASP.NET Core development. This book is for developers and aspiring architects with a basic understanding of C# and ASP.NET Core. Additionally, software design professionals will find this book to be a refresher on contemporary backend development practices.
Разместил: Ingvar16 30-05-2025, 23:11 | Комментарии: 0 | Подробнее
Название: Python for DevOps: Master automation, CI/CD pipelines, and containerization with Python DevOps strategies
Автор: Varghese Chacko
Издательство: BPB Publications
Год: 2025
Страниц: 648
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Python has emerged as a powerhouse for DevOps, enabling efficient automation across various stages of software development and deployment. This book bridges the gap between Python programming and DevOps practices, providing a practical guide for automating infrastructure, workflows, and processes, empowering you to streamline your development lifecycle. This book begins with foundational Python concepts and their application in Linux system administration and data handling. Progressing through command line tool development using argparse and Click, package management with pip, Pipenv, and Docker, you will explore automating cloud infrastructure with AWS, GCP, Azure, and Kubernetes. The book covers configuration management with Ansible, Chef, and Puppet, and CI/CD pipelines using Jenkins, GitLab, and GitHub. You will also learn monitoring with Prometheus, Grafana, and OpenTelemetry, MLOps with Kubeflow and MLflow, serverless architecture using AWS Lambda, Azure Functions and Google Cloud Functions, and security automation with DevSecOps practices. This book is for DevOps engineers, system administrators, software developers, students, and IT professionals seeking to automate infrastructure,deployments, and cloud management using Python. Familiarity with Python, Linux commands, and DevOps concepts is beneficial, but the book is designed to provide guidance to all.
Разместил: Ingvar16 30-05-2025, 23:08 | Комментарии: 0 | Подробнее
Название: Нейросетевые методы в обработке естественного языка
Автор: Гольдберг Й.
Издательство: ДМК
Год: 2019
Cтраниц: 282
Формат: pdf (ocr)
Размер: 47 мб
Язык: русский

Это классическое руководство посвящено применению нейросетевых моделей к обработке данных естественного языка (Natural Language Processing – NLP). В первой половине книги рассматриваются основы машинного обучения с учителем на лингвистических данных и применение векторных, а не символических представлений слов. Обсуждается также абстракция графа вычислений, которая позволяет легко определять и обучать произвольные нейронные сети и лежит в основе современных программных нейросетевых библиотек. Во второй части вводятся более специализированные нейросетевые архитектуры, включая одномерные сверточные сети, рекуррентные нейронные сети, модели условной генерации и модели с механизмом внимания.
Разместил: rivasss 30-05-2025, 16:38 | Комментарии: 0 | Подробнее
Название: Smart Applications of Artificial Intelligence and Big Data
Автор: Salwa Belaqziz, Salma El Hajjami, Hicham Amellal, Redouan Lahmyed, Lahcen Koutti, Boulouz Abdellah, Inam Ullah Khan
Издательство: CRC Press
Год: 2025
Страниц: 344
Язык: английский
Формат: epub (true)
Размер: 11.3 MB

Smart Applications of Artificial Intelligence and Big Data covers a wide range of topics related to AI and Big Data, including Machine Learning, Deep Learning, natural language processing (NLP), computer vision, data analytics, and data mining. It focuses on the integration of these technologies to create smart applications, such as intelligent transportation systems, smart healthcare, smart cities, and smart grids. This book comprises 21 chapters, each providing technical details pertaining to research, practical examples, and case studies to help readers understand the real-world applications of AI and big data technologies. The book also highlights cutting-edge research on AI and Big Data, including novel algorithms, tools, and techniques. It discusses the challenges and opportunities of using AI and Big Data to develop smart applications and provides recommendations for the development of responsible and transparent AI-based systems.
Разместил: Ingvar16 30-05-2025, 16:04 | Комментарии: 0 | Подробнее
Название: The Complete Java Interview Guide: From Core Fundamentals to Enterprise-Level Architecture Patterns
Автор: Aarav Joshi
Издательство: 101 Books
Год: 2025
Страниц: 3401
Язык: английский
Формат: epub (true)
Размер: 13.5 MB

The Complete Java Interview Guide: From Core Fundamentals to Enterprise-Level Architecture Patterns is a comprehensive resource designed to prepare Java developers for technical interviews at all levels. This extensive guide covers 14 meticulously structured chapters, progressing from fundamental Java concepts to advanced enterprise architecture patterns, making it suitable for both junior developers and seasoned professionals. The book addresses critical topics including Java fundamentals, object-oriented programming mastery, advanced type systems, memory management, concurrency, exception handling, collections framework, functional programming, design patterns, database integration, network programming, testing strategies, security practices, and performance optimization. Each chapter contains 8 detailed sections with practical examples, real-world scenarios, and industry best practices.
Разместил: Ingvar16 30-05-2025, 06:54 | Комментарии: 0 | Подробнее
Название: Raspberry Pi для детей
Автор: Вайгенд М.
Издательство: ДМK
Год: 2019
Cтраниц: 564, цвет.ил.
Формат: pdf (ocr)
Размер: 43 мб
Язык: русский

Книга предназначена для первоначального изучения Raspberry PI – одноплатного компьютера размером с банковскую карту. Благодаря простым пошаговым инструкциям юный читатель сможет превратить свою «малинку» и в настоящий медиацентр, и в автосимулятор (с помощью языка Scratch), и в сердце умного дома (программируя на Python и подключая разные датчики). А в конце будет создан настоящий сайт и протестирован на смартфоне. Издание рекомендуется школьникам средних и старших классов, желающим изучить возможности Raspberry PI и научиться на нём программировать.
Разместил: rivasss 30-05-2025, 06:43 | Комментарии: 0 | Подробнее
Название: Ultimate Deno for Web Development: Build Lightning-Fast, Secure Web Applications with Deno Using TypeScript, React, Rust, and Cloud-Ready Tools like Docker, Azure, and Chocolatey
Автор: Veerendra Kumar Jain
Издательство: Orange Education Pvt Ltd, AVA
Год: 2025
Страниц: 376
Язык: английский
Формат: epub (true)
Размер: 102.2 MB

Master Modern Web App Development with Deno, TypeScript, and Rust. Deno is a modern, secure runtime for jаvascript and TypeScript, offering developers a simplified, efficient way to build high-performance web applications with built-in tooling and a robust standard library. In Ultimate Deno for Web Development, you'll dive deep into the Deno ecosystem—from setting up the runtime and understanding its architecture to mastering TypeScript, integrating Rust modules, and leveraging Deno’s security-first execution model. You'll progressively build full-stack applications using modern tools like React, Next.js, and Visual Studio Code, while learning to manage dependencies with Chocolatey and deploy seamlessly with Docker and Microsoft Azure. Real-world examples guide you through creating RESTful APIs, managing users, implementing robust testing strategies, and preparing your applications for production. Each chapter builds upon the last, ensuring a seamless learning journey from fundamentals to deployment.
Разместил: Ingvar16 30-05-2025, 06:03 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности