Evolutionary Learning: Advances in Theories and Algorithms

Автор: literator от 22-05-2019, 22:11, Коментариев: 0

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

Название: Evolutionary Learning: Advances in Theories and Algorithms
Автор: Zhi-Hua Zhou, Yang Yu, Chao Qian
Издательство: Springer
Год: 2019
Страниц: 361
Язык: английский
Формат: pdf (true), djvu
Размер: 10.1 MB

Many Machine Learning (ML) tasks involve solving complex optimization problems, such as working on non-differentiable, non-continuous, and non-unique objective functions; in some cases it can prove difficult to even define an explicit objective function. Evolutionary learning applies evolutionary algorithms to address optimization problems in machine learning, and has yielded encouraging outcomes in many applications. However, due to the heuristic nature of evolutionary optimization, most outcomes to date have been empirical and lack theoretical support. This shortcoming has kept evolutionary learning from being well received in the machine learning community, which favors solid theoretical approaches. Machine Learning is a central topic of Artificial Intelligence (AI). It aims at learning generalizable models from data, with which the system performance can be improved. As nowadays data can be continually acquired and accumulated in numerous applications such as image recognition and commodity recommendation, machine learning has been playing an increasingly important role in the successes of these applications.
 

Achieving DevOps: A Novel About Delivering the Best of Agile, DevOps, and Microservices

Автор: literator от 22-05-2019, 21:31, Коментариев: 0

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

Название: Achieving DevOps: A Novel About Delivering the Best of Agile, DevOps, and Microservices
Автор: Dave Harrison, Knox Lively
Издательство: Apress
Год: 2019
Страниц: 515
Язык: английский
Формат: pdf (true), epub
Размер: 12.05 MB

Ben is stuck. A development lead with a strong vision for how the intersection of development and operations at his office can be improved, he can’t help but feel overwhelmed and discouraged by common problems such as slow turnaround time, rushed and ineffective handover documentation, mounting technical debt, and a lagging QA process. What steps should Ben take to build the momentum needed to create positive changes within his company?
 

Numerical Methods of Mathematics Implemented in Fortran

Автор: literator от 22-05-2019, 17:50, Коментариев: 0

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

Название: Numerical Methods of Mathematics Implemented in Fortran
Автор: Sujit Kumar Bose
Издательство: Springer
Год: 2019
Страниц: 479
Язык: английский
Формат: pdf (true), djvu
Размер: 10.1 MB

The computer codes have been written in the Fortran programming language, which is the traditional language for scientific computation. Fortran has a vast repository of source codes used in real-world applications and has continuously been upgraded in line with the computing capacity of the hardware. The language is fully backwards compatible with its earlier versions, facilitating integration with older source codes. For writing the computer codes, I have chosen to use the Fortran programming language. Fortran is a powerful, easy-to-learn and traditional language for scientific computation in which there are a number of inbuilt intrinsic functions.
 

Starting Out With Visual Basic (7th Edition)

Автор: literator от 22-05-2019, 14:23, Коментариев: 0

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

Название: Starting Out With Visual Basic (7th Edition)
Автор: Tony Gaddis, Kip R. Irvine
Издательство: Pearson
Год: 2016
Страниц: 2060
Язык: английский
Формат: pdf (true)
Размер: 31.5 MB

In Starting Out with Visual Basic, Tony Gaddis and Kip Irvine take a step-by-step approach, helping students understand the logic behind developing quality programs while introducing the Visual Basic language. Revised and fully updated throughout for Visual Basic 2015, the Seventh Edition is written in clear, easy-to-understand language, covering all the necessary introductory programming topics. Concise, practical, and real-world example programs not only help students learn to use the various controls, constructs, and features of Visual Basic, but also why and when to use them. The text is designed for students who have no prior programming background, but experienced students will also benefit from its depth of detail and the chapters covering databases, Web applications, and other advanced topics. Each chapter covers a major set of programming topics, introduces controls and GUI elements, and builds knowledge as the student progresses through the book.
 

Pro .NET Framework with the Base Class Library: Understanding the Virtual Execution System and the Common Type System

Автор: literator от 22-05-2019, 11:22, Коментариев: 0

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

Название: Pro .NET Framework with the Base Class Library: Understanding the Virtual Execution System and the Common Type System
Автор: Roger Villela
Издательство: Apress
Год: 2019
Язык: английский
Формат: pdf (true), epub
Размер: 10.18 MB

Learn about the fundamentals and inner workings of the Common Type System (CTS) and the Virtual Execution System (VES) of the Common Language Runtime (CLR) and how they relate to the Base Class Library (BCL) from the perspective of the execution environment.
The author first gives an introduction to the .NET Framework and describes the architectural and engineering resources required when implementing the .NET Framework on any platform.
 

Industrial Applications of Machine Learning

Автор: literator от 22-05-2019, 11:18, Коментариев: 0

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

Название: Industrial Applications of Machine Learning
Автор: Pedro Larranaga, David Atienza
Издательство: CRC Press
Год: 2018
Страниц: 349
Язык: английский
Формат: pdf (true)
Размер: 22.8 MB

Industrial Applications of Machine Learning shows how machine learning can be applied to address real-world problems in the fourth industrial revolution, and provides the required knowledge and tools to empower readers to build their own solutions based on theory and practice. The book introduces the fourth industrial revolution and its current impact on organizations and society. It explores machine learning fundamentals, and includes four case studies that address a real-world problem in the manufacturing or logistics domains, and approaches machine learning solutions from an application-oriented point of view. The book should be of special interest to researchers interested in real-world industrial problems.
 

Getting to Know Vue.js: Learn to Build Single Page Applications in Vue from Scratch

Автор: literator от 22-05-2019, 11:07, Коментариев: 0

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

Название: Getting to Know Vue.js: Learn to Build Single Page Applications in Vue from Scratch
Автор: Brett Nelson
Издательство: Apress
Год: 2018
Язык: английский
Формат: pdf (true), epub
Размер: 12.9 MB

Learn how to render lists of items without repeating your code structure and how to work with conditional rendering items and event handling. Containing all you need to know to get started with Vue.js, this book will take you through using build tools (transpile to ES5), creating custom components, state management, and routers. With Getting to Know Vue.js, you'll see how to combine reusable code with custom components, allowing you to create snippets of reusable code to suit your specific business needs. You'll also explore how to use Single File Components and the Vue.js Command Line Interface (CLI) to build components in a single file and add in build tools as you see fit.
 

Property-Based Testing with PropEr, Erlang, and Elixir: Find Bugs Before Your Users Do

Автор: literator от 22-05-2019, 10:57, Коментариев: 0

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

Название: Property-Based Testing with PropEr, Erlang, and Elixir: Find Bugs Before Your Users Do
Автор: Fred Hebert
Издательство: Pragmatic Bookshelf
Год: 2019
Страниц: 376
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

Property-based testing helps you create better, more solid tests with little code. By using the PropEr framework in both Erlang and Elixir, this book teaches you how to automatically generate test cases, test stateful programs, and change how you design your software for more principled and reliable approaches. You will be able to better explore the problem space, validate the assumptions you make when coming up with program behavior, and expose unexpected weaknesses in your design. PropEr will even show you how to reproduce the bugs it found. With this book, you will be writing efficient property-based tests in no time. Most tests only demonstrate that the code behaves how the developer expected it to behave, and therefore carry the same blind spots as their authors when special conditions or edge cases show up. Learn how to see things differently with property tests written in PropEr.
 

Introduction to Python for Science and Engineering

Автор: literator от 22-05-2019, 10:53, Коментариев: 0

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

Название: Introduction to Python for Science and Engineering
Автор: David J. Pine
Издательство: CRC Press
ISBN: 1138583901
Год: 2018
Страниц: 389
Язык: английский
Формат: pdf (true), djvu
Размер: 10.15 MB

This guide offers a quick and incisive introduction to Python programming for anyone. The author has carefully developed a concise approach to using Python in any discipline of science and engineering, with plenty of examples, practical hints, and insider tips. Readers will see why Python is such a widely appealing program, and learn the basics of syntax, data structures, input and output, plotting, conditionals and loops, user-defined functions, curve fitting, numerical routines, animation, and visualization. The author teaches by example and assumes no programming background for the reader.
 

Ubuntu 18.04 LTS Server: Administration and Reference

Автор: buratino от 22-05-2019, 10:33, Коментариев: 0

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

Название: Ubuntu 18.04 LTS Server: Administration and Reference
Автор: Richard Petersen
Издательство: Surfing Turtle Press
Год: 2018
Формат: epub/pdf(conv.)
Страниц: 620
Размер: 16.2 Mb
Язык: English

This book is designed as an Ubuntu 18.04 LTS Server administration and reference source, covering the Ubuntu servers and their support applications. Server tools are covered as well as the underlying configuration files and system implementations. The emphasis is on what administrators will need to know to perform key server support and management tasks. Coverage of the systemd service management system is integrated into the book.