Algebraic Graph Algorithms: A Practical Guide Using Python

Автор: TRex от 18-11-2021, 09:57, Коментариев: 0

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

Название: Algebraic Graph Algorithms: A Practical Guide Using Python
Автор: K. Erciyes
Издательство: Springer
Год: 2021
Формат: ePUB, PDF
Страниц: 229
Размер: 28 Mb
Язык: English

This textbook discusses the design and implementation of basic algebraic graph algorithms, and algebraic graph algorithms for complex networks, employing matroids whenever possible. The text describes the design of a simple parallel matrix algorithm kernel that can be used for parallel processing of algebraic graph algorithms. Example code is presented in pseudocode, together with case studies in Python and MPI. The text assumes readers have a background in graph theory and/or graph algorithms.
 

Advanced Decision Sciences Based on Deep Learning and Ensemble Learning Algorithms: A Practical Approach Using Python

Автор: TRex от 18-11-2021, 08:46, Коментариев: 0

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

Название: Advanced Decision Sciences Based on Deep Learning and Ensemble Learning Algorithms: A Practical Approach Using Python
Автор: S. Sumathi, Suresh Rajappa, L. Ashok Kumar, Surekha Paneerselvam
Издательство: Nova Science Publishers
Год: 2021
Формат: PDF
Страниц: 370
Размер: 11,5 Mb
Язык: English

Advanced Decision Sciences Based on Deep Learning and Ensemble Learning Algorithms: A Practical Approach Using Python describes the deep learning models and ensemble approaches applied to decision-making problems. The authors have addressed the concepts of deep learning, convolutional neural networks, recurrent neural networks, and ensemble learning in a practical sense providing complete code and implementation for several real-world examples. The authors of this book teach the concepts of machine learning for undergraduate and graduate-level classes and have worked with Fortune 500 clients to formulate data analytics strategies and operationalize these strategies. The book will benefit information professionals, programmers, consultants, professors, students, and industry experts who seek a variety of real-world illustrations with an implementation based on machine learning algorithms.
 

Задачи и алгоритмы целочисленного программирования. Анализ устойчивости

Автор: kotmatros255 от 18-11-2021, 07:20, Коментариев: 0

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

Задачи и алгоритмы целочисленного программирования. Анализ устойчивостиНазвание: Задачи и алгоритмы целочисленного программирования. Анализ устойчивости
Автор: Колоколов А.А., Девятирикова М.В.
Издательство: Омский государственный университет им. Ф.М. Достоевского
Год: 2015
ISBN: 978-5-7779-1873-4
Формат: pdf
Страниц: 96
Размер: 10,2 Мб
Язык: русский

Излагаются результаты исследований устойчивости задач и алгоритмов целочисленного программирования, полученные на основе авторского подхода. Данный подход базируется на методе регулярных разбиений релаксационных множеств задач целочисленного программирования, предложенном А.А. Колоколовым. Основное внимание уделяется применению L-разбиения.
 

Building Micro-Frontends: Scaling Frontend Projects and Teams (Final Release)

Автор: literator от 18-11-2021, 02:18, Коментариев: 0

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

Название: Building Micro-Frontends: Scaling Frontend Projects and Teams (Final Release)
Автор: Luca Mezzalira
Издательство: O’Reilly Media, Inc.
Год: 2021-11-17
Страниц: 538
Язык: английский
Формат: pdf, epub
Размер: 12.7 MB

Micro-frontends are the answer to today's increasingly complex web applications. Inspired by the microservices model, this approach lets organizations break interfaces into separate features managed by different teams of developers. In this practical guide, Luca Mezzalira shows software architects and senior developers how to build and deliver artifacts atomically rather than use a big bang deployment structure.
 

Go Brain Teasers: Exercise Your Mind

Автор: literator от 17-11-2021, 20:30, Коментариев: 0

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

Go Brain Teasers: Exercise Your MindНазвание: Go Brain Teasers: Exercise Your Mind
Автор: Miki Tebeka
Издательство: Pragmatic Bookshelf
Год: September 2021 (V. P1.0)
Страниц: 112
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This book contains 25 short programs that will challenge your understanding of Go. Like any big project, the Go developers had to make some design decisions that at times seem surprising. This book uses those quirks as a teaching opportunity. By understanding the gaps in your knowledge, you'll become better at what you do. Some of the teasers are from the author's experience shipping bugs to production, and some from others doing the same. Teasers and puzzles are fun, and learning how to solve them can teach you to avoid programming mistakes and maybe even impress your colleagues and future employers.
 

Crafting Interpreters

Автор: literator от 17-11-2021, 19:59, Коментариев: 0

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

Crafting InterpretersНазвание: Crafting Interpreters
Автор: Robert Nystrom
Издательство: ‎Genever Benning
Год: 2021
Страниц: 312
Язык: английский
Формат: pdf (true)
Размер: 13.1 MB

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. While academic language folks sometimes look down on object-oriented languages, the reality is that they are widely used even for language work. GCC and LLVM are written in C++, as are most jаvascript virtual machines. Object-oriented languages are ubiquitous and the tools and compilers for a language are often written in the same language.
 

Modernizing Enterprise Java: A Concise Cloud Native Guide for Developers (Final)

Автор: literator от 17-11-2021, 18:10, Коментариев: 0

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

Modernizing Enterprise Java: A Concise Cloud Native Guide for Developers (Final)Название: Modernizing Enterprise Java: A Concise Cloud Native Guide for Developers (Final)
Автор: Markus Eisele, Natale Vinto
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 164
Язык: английский
Формат: pdf (true)+pdf (conv), epub
Размер: 10.2 MB, 10.2 MB

While containers, microservices, and distributed systems dominate discussions in the tech world, the majority of applications in use today still run monolithic architectures that follow traditional development processes. This practical book helps developers examine long-established Java-based models and demonstrates how to bring these monolithic applications successfully into the future. Relying on their years of experience modernizing applications, authors Markus Eisele and Natale Vinto walk you through the steps necessary to update your organization's Java applications. You'll discover how to dismantle your monolithic application and move to an up-to-date software stack that works across cloud and on-premises installations.
 

Git Apprentice (2nd Edition)

Автор: literator от 17-11-2021, 17:15, Коментариев: 0

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

Название: Git Apprentice (2nd Edition)
Автор: Chris Belanger, Bhagat Singh
Издательство: Razeware LLC
Год: 2021
Страниц: 159
Язык: английский
Формат: pdf (true), epub
Размер: 24.8 MB

Learn Git!Chances are if you’re involved with software development you’ve heard of and have used Git at some point in your life. Version control systems are critical for any successful collaborative software project. Git is both simple to start using and accommodating for the most complex tasks with version control. Even seasoned Git users hit roadblocks on how to handle common situations. Git Apprentice is here to help! This book is the easiest and fastest way to get hands-on experience with using Git for version control of your projects.
 

Friendly Webflux : A Practical Guide to Reactive Programming with Spring Webflux

Автор: literator от 17-11-2021, 15:49, Коментариев: 0

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

Friendly Webflux : A Practical Guide to Reactive Programming with Spring WebfluxНазвание: Friendly Webflux: A Practical Guide to Reactive Programming with Spring Webflux
Автор: Iurii Mednikov (Yuri Mednikov)
Издательство: Leanpub
Год: 2021-04-05
Страниц: 189
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

The "Friendly Webflux" book is a practical guide for Java developers, who want to develop reactive apps with Spring 5, Spring Webflux and Project Reactor. The book covers all aspects, including unit and load testing, authentication (JWT, TOTP), databases. It also deals with topics of client-side programming with Vue.js, React.js and Svelte.js. The book targets intermediate Java software developers, who want to create reactive applications with Spring. A previous experience with the Spring Framework is not required.
 

Python Regular Expressions : A Little Guide

Автор: literator от 17-11-2021, 15:24, Коментариев: 0

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

Python Regular Expressions : A Little GuideНазвание: Python Regular Expressions: A Little Guide
Автор: Scientific Programmer
Издательство: Leanpub
Год: 2018-09-09
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Python + Regex? You may not find this combination easy, which partly happens because of the Python’s obfuscated regex documentation too!
In this little book, to make your life easy, less words, but more examples are used that you should be able to complete in less than 30 minutes! Python + Regex? Many of you do not find this combination easy, which partly happens because of the Python's obfuscated regex documentation too! In this course, to make your life easy, we have used some real-world examples. The goals are: - Teach you how to use the Python regular expressions (re) module and relevant functions by running interactive examples.