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



Реклама


Decomposition-based Evolutionary Optimization In Complex EnvironmentsНазвание: Decomposition-based Evolutionary Optimization In Complex Environments
Автор: Juan Li, Bin Xin, Jie Chen
Издательство: World Scientific Publishing
Год: 2021
Страниц: 248
Язык: английский
Формат: pdf (true)
Размер: 15.2 MB

Multi-objective optimization problems (MOPs) and uncertain optimization problems (UOPs) which widely exist in real life are challengeable problems in the fields of decision making, system designing, and scheduling, amongst others. Decomposition exploits the ideas of ‘making things simple’ and ‘divide and conquer’ to transform a complex problem into a series of simple ones with the aim of reducing the computational complexity. The evolutionary algorithm (EA) is a type of classical stochastic optimization method and has been proved to be capable of dealing with complicated problems. Decomposition is an efficient and prevailing strategy in the field of traditional mathematical programming.
Разместил: Ingvar16 8-11-2021, 15:03 | Комментарии: 0 | Подробнее
Название: Become A Ninja With Angular (v13.0.0)
Автор: Ninja Squad
Издательство: Ninja Squad
Год: 2021-11-04
Страниц: 322
Язык: английский
Формат: pdf (true), html, epub
Размер: 10.1 MB

[2021-11-04] Актуализация версии книги.

Книга "Стань ниндзя с Angular" поможет программистам понять философию Angular на практике (в настоящее время 13.0.0 ), новые инструменты (такие как ES2015, TypeScript, SystemJS, Webpack, Angular CLI ...) и каждую часть инфраструктуры. К концу чтения данного руководства вы сможете начать свой проект и создавать свои удивительные приложения!
Разместил: Ingvar16 8-11-2021, 13:52 | Комментарии: 0 | Подробнее
Название: C#. Программирование 2D и 3D векторной графики (+ CD)
Автор: Тюкачев Н. А., Хлебостроев В. Г.
Издательство: Лань
Год: 2022
Cтраниц: 320
Формат: pdf
Размер: 22 мб
Язык: русский

Книга посвящена программированию векторной графики. Описываются основные методы графических классов и приводятся примеры их использования, рассматриваются аффинные преобразования на плоскости и в трехмерном пространстве и различные виды проецирования. Приводится обзор различных моделей трехмерных тел. Одна из них посвящена сложной теме — бинарным операциям над множествами. Описан лучевой алгоритм определения принадлежности точки многоугольнику и многограннику. Описывается библиотека OpenGL и ее основные команды. Приводятся простые примеры 2D графики.
Разместил: rivasss 8-11-2021, 09:03 | Комментарии: 0 | Подробнее
Foundations of Computing An Accessible Introduction to Formal LanguagesНазвание: Foundations of Computing: An Accessible Introduction to Formal Languages
Автор: Charles D. Allison
Издательство: Leanpub
Год: 2021-07-01
Страниц: 286
Язык: английский
Формат: pdf (true), epub
Размер: 64.7 MB

An accessible, practical approach to formal languages with an introduction to computability. A textbook for upper-division Computer Science majors covering formal languages and automata with an introduction to computability. Intended to give CS majors a solid foundation in the Theory of Computation without being overly formal mathematically, while retaining the rigor of the material. Several programming examples appear, and a small number of modest programming projects appear in the exercises. I use Python 3. Python is among the most readable of programming languages; it is often referred to as “executable pseudocode.”
Разместил: Ingvar16 7-11-2021, 15:23 | Комментарии: 0 | Подробнее
Artificial Intelligence and Machine Learning in Business Management: Concepts, Challenges, and Case StudiesНазвание: Artificial Intelligence and Machine Learning in Business Management: Concepts, Challenges, and Case Studies
Автор: Sandeep K. Panda, Vaibhav Mishra, R. Balamurali
Издательство: CRC Press
Год: 2022
Страниц: 279
Язык: английский
Формат: pdf (true)
Размер: 29.4 MB

The focus of this book is to introduce Artificial Intelligence (AI) and Machine Learning (ML) technologies into the context of Business Management. The book gives insights into the implementation and impact of AI and ML to business leaders, managers, technology developers, and implementers. With the maturing use of AI or ML in the field of business intelligence, this book examines several projects with innovative uses of AI beyond data organization and access. It follows the Predictive Modeling Toolkit for providing new insight on how to use improved AI tools in the field of business. ML is a field of study that gives computers an ability to learn without being explicitly programmed, whereas data science deals with extracting knowledge from data. Deep Learning is a big artificial neural network which mimics the network of neurons in a human brain. It is a subset of ML and is called “deep learning” because it uses deep neural networks for learning.
Разместил: Ingvar16 7-11-2021, 14:02 | Комментарии: 0 | Подробнее
Название: Test-Driven Development for JAVA Developers
Автор: Joseph Thachil George
Издательство: Leanpub
Год: 2021-04-04
Страниц: 209
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

In software development, test-driven development is a software development model that provides that the drafting of automatic tests takes place before that of the software to be tested, and that the development of the application software is exclusively oriented towards the goal of passing the automatic tests previously set up. How to do test-driven development using Java and spring boot technology with various tools explained in this book. In computer science, software development, test-driven development (in short TDD is a software development model, which provides that the drafting of the automatic testing occurs before the software that must be tested, and that the development of a software application is exclusively oriented to the goal of passing the automated tests you have previously prepared.
Разместил: Ingvar16 6-11-2021, 21:22 | Комментарии: 0 | Подробнее
Fast Feedback Using RubyНазвание: Fast Feedback Using Ruby
Автор: Stephan Kamper
Издательство: Leanpub
Год: 2021-01-08
Страниц: 103
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.2 MB

Let's use Ruby to automatically get feedback as early as possible. Whether running automated tests or creating image files from raw data, Ruby can be used to automate these tasks. Furthermore, it can also be used to automate running tasks whenever a file changes. Does that sound like a good idea? Then this book is for you. The book describes various ways of getting feedback — and fast feedback — using Ruby tools, such as plain Ruby scripts and Rake tasks. It also shows a way to automatically execute these tools, using Guard.
Разместил: Ingvar16 6-11-2021, 21:22 | Комментарии: 0 | Подробнее
Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale, 2nd Edition (Final)Название: Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale, 2nd Edition (Final)
Автор: Gwen Shapira, Todd Palino, Rajini Sivaram
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 425
Язык: английский
Формат: epub
Размер: 10.1 MB

Every enterprise application creates data, whether it consists of log messages, metrics, user activity, outgoing messages, or something else. Moving all of this data is just as important as the data itself. This book's updated second edition shows application architects, developers, and production engineers new to the Kafka open source streaming platform how to handle real-time data feeds. Additional chapters cover Kafka's AdminClient API, new security features, and tooling changes. Engineers from Confluent and LinkedIn responsible for developing Kafka explain how to deploy production Kafka clusters, write reliable event-driven microservices, and build scalable stream processing applications with this platform.
Разместил: Ingvar16 6-11-2021, 13:41 | Комментарии: 0 | Подробнее
Название: Essential Math for Data Science: Take Control of Your Data with Fundamental Linear Algebra, Probability, and Statistics (Third Early Release)
Автор: Thomas Nield
Издательство: O’Reilly Media, Inc.
Год: 2021-11-05
Страниц: 216
Язык: английский
Формат: epub
Размер: 10.1 MB

To succeed in data science you need some math proficiency. But not just any math. This common-sense guide provides a clear, plain English survey of the math you'll need in data science, including probability, statistics, hypothesis testing, linear algebra, machine learning, and calculus. Practical examples with Python code will help you see how the math applies to the work you'll be doing, providing a clear understanding of how concepts work under the hood while connecting them to applications like Machine Learning. You'll get a solid foundation in the math essential for data science.
Разместил: Ingvar16 6-11-2021, 04:32 | Комментарии: 0 | Подробнее
Название: Mastering Apache Pulsar (Third Early Release)
Автор: Jowanza Joseph
Издательство: O’Reilly Media, Inc.
Год: 2021-11-05
Страниц: 274
Язык: английский
Формат: epub
Размер: 10.1 MB

Every enterprise application creates data, including log messages, metrics, user activity, and outgoing messages. Learning how to move these items is almost as important as the data itself. If you're an application architect, developer, or production engineer new to Apache Pulsar, this practical guide shows you how to use this open source event streaming platform to handle real-time data feeds. Jowanza Joseph, staff software engineer at Finicity, explains how to deploy production Pulsar clusters, write reliable event streaming applications, and build scalable real-time data pipelines with this platform. Through detailed examples, you'll learn Pulsar's design principles, reliability guarantees, key APIs, and architecture details, including the replication protocol, the load manager, and the storage layer.
Разместил: Ingvar16 6-11-2021, 04:11 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности