Optimisation Algorithms for Hand Posture Estimation

Optimisation Algorithms for Hand Posture Estimation
Author :
Publisher : Springer Nature
Total Pages : 210
Release :
ISBN-10 : 9789811397578
ISBN-13 : 9811397570
Rating : 4/5 (78 Downloads)

Synopsis Optimisation Algorithms for Hand Posture Estimation by : Shahrzad Saremi

This book reviews the literature on hand posture estimation using generative methods, identifying the current gaps, such as sensitivity to hand shapes, sensitivity to a good initial posture, difficult hand posture recovery in cases of loss in tracking, and lack of addressing multiple objectives to maximize accuracy and minimize computational cost. To fill these gaps, it proposes a new 3D hand model that combines the best features of the current 3D hand models in the literature. It also discusses the development of a hand shape optimization technique. To find the global optimum for the single-objective problem formulated, it improves and applies particle swarm optimization (PSO), one of the most highly regarded optimization algorithms and one that is used successfully in both science and industry. After formulating the problem, multi-objective particle swarm optimization (MOPSO) is employed to estimate the Pareto optimal front as the solution for this bi-objective problem. The book also demonstrates the effectiveness of the improved PSO in hand posture recovery in cases of tracking loss. Lastly, the book examines the formulation of hand posture estimation as a bi-objective problem for the first time. The case studies included feature 50 hand postures extracted from five standard datasets, and were used to benchmark the proposed 3D hand model, hand shape optimization, and hand posture recovery.

Nature-Inspired Optimizers

Nature-Inspired Optimizers
Author :
Publisher : Springer
Total Pages : 245
Release :
ISBN-10 : 9783030121273
ISBN-13 : 3030121275
Rating : 4/5 (73 Downloads)

Synopsis Nature-Inspired Optimizers by : Seyedali Mirjalili

This book covers the conventional and most recent theories and applications in the area of evolutionary algorithms, swarm intelligence, and meta-heuristics. Each chapter offers a comprehensive description of a specific algorithm, from the mathematical model to its practical application. Different kind of optimization problems are solved in this book, including those related to path planning, image processing, hand gesture detection, among others. All in all, the book offers a tutorial on how to design, adapt, and evaluate evolutionary algorithms. Source codes for most of the proposed techniques have been included as supplementary materials on a dedicated webpage.

Metaheuristic Optimization: Nature-Inspired Algorithms Swarm and Computational Intelligence, Theory and Applications

Metaheuristic Optimization: Nature-Inspired Algorithms Swarm and Computational Intelligence, Theory and Applications
Author :
Publisher : Springer Nature
Total Pages : 196
Release :
ISBN-10 : 9783030611118
ISBN-13 : 3030611116
Rating : 4/5 (18 Downloads)

Synopsis Metaheuristic Optimization: Nature-Inspired Algorithms Swarm and Computational Intelligence, Theory and Applications by : Modestus O. Okwu

This book exemplifies how algorithms are developed by mimicking nature. Classical techniques for solving day-to-day problems is time-consuming and cannot address complex problems. Metaheuristic algorithms are nature-inspired optimization techniques for solving real-life complex problems. This book emphasizes the social behaviour of insects, animals and other natural entities, in terms of converging power and benefits. Major nature-inspired algorithms discussed in this book include the bee colony algorithm, ant colony algorithm, grey wolf optimization algorithm, whale optimization algorithm, firefly algorithm, bat algorithm, ant lion optimization algorithm, grasshopper optimization algorithm, butterfly optimization algorithm and others. The algorithms have been arranged in chapters to help readers gain better insight into nature-inspired systems and swarm intelligence. All the MATLAB codes have been provided in the appendices of the book to enable readers practice how to solve examples included in all sections. This book is for experts in Engineering and Applied Sciences, Natural and Formal Sciences, Economics, Humanities and Social Sciences.

AI 2017: Advances in Artificial Intelligence

AI 2017: Advances in Artificial Intelligence
Author :
Publisher : Springer
Total Pages : 380
Release :
ISBN-10 : 9783319630045
ISBN-13 : 3319630040
Rating : 4/5 (45 Downloads)

Synopsis AI 2017: Advances in Artificial Intelligence by : Wei Peng

This book constitutes the refereed proceedings of the 30th Australasian Joint Conference on Artificial Intelligence, AI 2017, held in Melbourne, VIC, Australia, in August 2017. The 29 full papers were carefully reviewed and selected from 58 submissions. This volume covers a wide spectrum of research streams in artificial intelligence ranging from machine learning, optimization to big data science and their practical applications.

Evolutionary Algorithms and Neural Networks

Evolutionary Algorithms and Neural Networks
Author :
Publisher : Springer
Total Pages : 164
Release :
ISBN-10 : 9783319930251
ISBN-13 : 3319930257
Rating : 4/5 (51 Downloads)

Synopsis Evolutionary Algorithms and Neural Networks by : Seyedali Mirjalili

This book introduces readers to the fundamentals of artificial neural networks, with a special emphasis on evolutionary algorithms. At first, the book offers a literature review of several well-regarded evolutionary algorithms, including particle swarm and ant colony optimization, genetic algorithms and biogeography-based optimization. It then proposes evolutionary version of several types of neural networks such as feed forward neural networks, radial basis function networks, as well as recurrent neural networks and multi-later perceptron. Most of the challenges that have to be addressed when training artificial neural networks using evolutionary algorithms are discussed in detail. The book also demonstrates the application of the proposed algorithms for several purposes such as classification, clustering, approximation, and prediction problems. It provides a tutorial on how to design, adapt, and evaluate artificial neural networks as well, and includes source codes for most of the proposed techniques as supplementary materials.

Uncertainties in Modern Power Systems

Uncertainties in Modern Power Systems
Author :
Publisher : Academic Press
Total Pages : 718
Release :
ISBN-10 : 9780128208939
ISBN-13 : 0128208937
Rating : 4/5 (39 Downloads)

Synopsis Uncertainties in Modern Power Systems by : Ahmed F. Zobaa

Uncertainties in Modern Power Systems combines several aspects of uncertainty management in power systems at the planning and operation stages within an integrated framework. This book provides the state-of-the-art in electric network planning, including time-scales, reliability, quality, optimal allocation of compensators and distributed generators, mathematical formulation, and search algorithms. The book introduces innovative research outcomes, programs, algorithms, and approaches that consolidate the present status and future opportunities and challenges of power systems. The book also offers a comprehensive description of the overall process in terms of understanding, creating, data gathering, and managing complex electrical engineering applications with uncertainties. This reference is useful for researchers, engineers, and operators in power distribution systems. - Includes innovative research outcomes, programs, algorithms, and approaches that consolidate current status and future of modern power systems - Discusses how uncertainties will impact on the performance of power systems - Offers solutions to significant challenges in power systems planning to achieve the best operational performance of the different electric power sectors

Algorithms for Optimization

Algorithms for Optimization
Author :
Publisher : MIT Press
Total Pages : 521
Release :
ISBN-10 : 9780262039420
ISBN-13 : 0262039427
Rating : 4/5 (20 Downloads)

Synopsis Algorithms for Optimization by : Mykel J. Kochenderfer

A comprehensive introduction to optimization with a focus on practical algorithms for the design of engineering systems. This book offers a comprehensive introduction to optimization with a focus on practical algorithms. The book approaches optimization from an engineering perspective, where the objective is to design a system that optimizes a set of metrics subject to constraints. Readers will learn about computational approaches for a range of challenges, including searching high-dimensional spaces, handling problems where there are multiple competing objectives, and accommodating uncertainty in the metrics. Figures, examples, and exercises convey the intuition behind the mathematical approaches. The text provides concrete implementations in the Julia programming language. Topics covered include derivatives and their generalization to multiple dimensions; local descent and first- and second-order methods that inform local descent; stochastic methods, which introduce randomness into the optimization process; linear constrained optimization, when both the objective function and the constraints are linear; surrogate models, probabilistic surrogate models, and using probabilistic surrogate models to guide optimization; optimization under uncertainty; uncertainty propagation; expression optimization; and multidisciplinary design optimization. Appendixes offer an introduction to the Julia language, test functions for evaluating algorithm performance, and mathematical concepts used in the derivation and analysis of the optimization methods discussed in the text. The book can be used by advanced undergraduates and graduate students in mathematics, statistics, computer science, any engineering field, (including electrical engineering and aerospace engineering), and operations research, and as a reference for professionals.

Nature Inspired Optimization for Electrical Power System

Nature Inspired Optimization for Electrical Power System
Author :
Publisher : Springer Nature
Total Pages : 138
Release :
ISBN-10 : 9789811540042
ISBN-13 : 9811540047
Rating : 4/5 (42 Downloads)

Synopsis Nature Inspired Optimization for Electrical Power System by : Manjaree Pandit

This book presents a wide range of optimization methods and their applications to various electrical power system problems such as economical load dispatch, demand supply management in microgrids, levelized energy pricing, load frequency control and congestion management, and reactive power management in radial distribution systems. Problems related to electrical power systems are often highly complex due to the massive dimensions, nonlinearity, non-convexity and discontinuity associated with objective functions. These systems also have a large number of equality and inequality constraints, which give rise to optimization problems that are difficult to solve using classical numerical methods. In this regard, nature inspired optimization algorithms offer an effective alternative, due to their ease of use, population-based parallel search mechanism, non-dependence on the nature of the problem, and ability to accommodate non-differentiable, non-convex problems. The analytical model of nature inspired techniques mimics the natural behaviors and intelligence of life forms. These techniques are mainly based on evolution, swarm intelligence, ecology, human intelligence and physical science.

Applications of Evolutionary Computing

Applications of Evolutionary Computing
Author :
Publisher : Springer
Total Pages : 582
Release :
ISBN-10 : 9783540246534
ISBN-13 : 3540246533
Rating : 4/5 (34 Downloads)

Synopsis Applications of Evolutionary Computing by : Günther R. Raidl

Evolutionary Computation (EC) deals with problem solving, optimization, and machine learning techniques inspired by principles of natural evolution and - netics. Just from this basic de?nition, it is clear that one of the main features of theresearchcommunityinvolvedinthestudyofitstheoryandinitsapplications is multidisciplinarity. For this reason, EC has been able to draw the attention of an ever-increasing number of researchers and practitioners in several ?elds. In its 6-year-long activity, EvoNet, the European Network of Excellence in Evolutionary Computing, has been the natural reference and incubator for that multifaceted community. EvoNet has provided logistic and material support for thosewhowerealreadyinvolvedinECbut,inthe?rstplace,ithashadacritical role in favoring the signi?cant growth of the EC community and its interactions with longer-established ones. The main instrument that has made this possible has been the series of events, ?rst organized in 1998, that have spanned over both theoretical and practical aspects of EC. Ever since 1999, the present format, in which the EvoWorkshops, a collection of workshops on the most application-oriented aspects of EC, act as satellites of a core event, has proven to be very successful and very representative of the multi-disciplinarity of EC. Up to 2003, the core was represented by EuroGP, the main European event dedicated to Genetic Programming. EuroGP has been joined as the main event in 2004 by EvoCOP, formerly part of EvoWorkshops, which has become the European Conference on Evolutionary Computation in Combinatorial Optimization.

Evolutionary Optimization Algorithms

Evolutionary Optimization Algorithms
Author :
Publisher : John Wiley & Sons
Total Pages : 776
Release :
ISBN-10 : 9781118659502
ISBN-13 : 1118659503
Rating : 4/5 (02 Downloads)

Synopsis Evolutionary Optimization Algorithms by : Dan Simon

A clear and lucid bottom-up approach to the basic principles of evolutionary algorithms Evolutionary algorithms (EAs) are a type of artificial intelligence. EAs are motivated by optimization processes that we observe in nature, such as natural selection, species migration, bird swarms, human culture, and ant colonies. This book discusses the theory, history, mathematics, and programming of evolutionary optimization algorithms. Featured algorithms include genetic algorithms, genetic programming, ant colony optimization, particle swarm optimization, differential evolution, biogeography-based optimization, and many others. Evolutionary Optimization Algorithms: Provides a straightforward, bottom-up approach that assists the reader in obtaining a clear but theoretically rigorous understanding of evolutionary algorithms, with an emphasis on implementation Gives a careful treatment of recently developed EAs including opposition-based learning, artificial fish swarms, bacterial foraging, and many others and discusses their similarities and differences from more well-established EAs Includes chapter-end problems plus a solutions manual available online for instructors Offers simple examples that provide the reader with an intuitive understanding of the theory Features source code for the examples available on the author's website Provides advanced mathematical techniques for analyzing EAs, including Markov modeling and dynamic system modeling Evolutionary Optimization Algorithms: Biologically Inspired and Population-Based Approaches to Computer Intelligence is an ideal text for advanced undergraduate students, graduate students, and professionals involved in engineering and computer science.