Multiple Attribute Decision Making Algorithm via Picture Fuzzy Nano Topological Spaces


Book Description

Picture fuzzy nano topological spaces is an extension of intuitionistic fuzzy nano topological spaces. Every decision in life ends with an answer such as yes or no, or true or false, but we have an another component called abstain, which we have not yet considered. This work is a gateway to study such a problem. This paper motivates an enquiry of the third component – abstain - in practical problems. The aim of this paper is to investigate the contemporary notion of picture fuzzy nano topological spaces and explore some of its properties. The stated properties are quantified with numerical data. Furthermore, an algorithm for Multiple Attribute Decision-Making (MADM) with an application regarding the file selection of building material under uncertainty by using picture fuzzy nano topological spaces is developed. As a practical problem, a comparison table is presented to show the difference between the novel concept and the existing methods.




A New Method Based on PROMETHEE and TODIM for Multi-Attribute Decision-Making with Single-Valued Neutrosophic Sets


Book Description

In this paper, a new method based on PROMETHEE and TODIM is proposed to solve the MADM problem under the single-valued neutrosophic environment. Based on the calculation formula of inflow and outflow in PROMETHEE method, and the calculation formula of overall dominance in the TODIM method, a new integrated formula is obtained.




Plithogeny, Plithogenic Set, Logic, Probability, and Statistics


Book Description

We introduce for the first time the concept of plithogeny in philosophy and, as a derivative, the concepts of plithogenic set / logic / probability / statistics in mathematics and engineering – and the degrees of contradiction (dissimilarity) between the attributes’ values that contribute to a more accurate construction of plithogenic aggregation operators and to the plithogenic relationship of inclusion (partial ordering).




Decision Making with Spherical Fuzzy Sets


Book Description

This book introduces readers to the novel concept of spherical fuzzy sets, showing how these sets can be applied in practice to solve various decision-making problems. It also demonstrates that these sets provide a larger preference volume in 3D space for decision-makers. Written by authoritative researchers, the various chapters cover a large amount of theoretical and practical information, allowing readers to gain an extensive understanding of both the fundamentals and applications of spherical fuzzy sets in intelligent decision-making and mathematical programming.




Fuzzy Sets, Fuzzy Logic, And Fuzzy Systems: Selected Papers By Lotfi A Zadeh


Book Description

This book consists of selected papers written by the founder of fuzzy set theory, Lotfi A Zadeh. Since Zadeh is not only the founder of this field, but has also been the principal contributor to its development over the last 30 years, the papers contain virtually all the major ideas in fuzzy set theory, fuzzy logic, and fuzzy systems in their historical context. Many of the ideas presented in the papers are still open to further development. The book is thus an important resource for anyone interested in the areas of fuzzy set theory, fuzzy logic, and fuzzy systems, as well as their applications. Moreover, the book is also intended to play a useful role in higher education, as a rich source of supplementary reading in relevant courses and seminars.The book contains a bibliography of all papers published by Zadeh in the period 1949-1995. It also contains an introduction that traces the development of Zadeh's ideas pertaining to fuzzy sets, fuzzy logic, and fuzzy systems via his papers. The ideas range from his 1965 seminal idea of the concept of a fuzzy set to ideas reflecting his current interest in computing with words — a computing in which linguistic expressions are used in place of numbers.Places in the papers, where each idea is presented can easily be found by the reader via the Subject Index.




Multi-Objective Optimization using Artificial Intelligence Techniques


Book Description

This book focuses on the most well-regarded and recent nature-inspired algorithms capable of solving optimization problems with multiple objectives. Firstly, it provides preliminaries and essential definitions in multi-objective problems and different paradigms to solve them. It then presents an in-depth explanations of the theory, literature review, and applications of several widely-used algorithms, such as Multi-objective Particle Swarm Optimizer, Multi-Objective Genetic Algorithm and Multi-objective GreyWolf Optimizer Due to the simplicity of the techniques and flexibility, readers from any field of study can employ them for solving multi-objective optimization problem. The book provides the source codes for all the proposed algorithms on a dedicated webpage.




Terrain Analysis


Book Description

Dieses Buch untersucht, welchen Einfluß Landschaftsformen, insbesondere Höhenunterschiede, auf die an der Erdoberfläche ablaufenden Prozesse haben. Wasserbewegungen, die Sonneneinstrahlung sowie die Bodenentwicklung und -erosion werden alle mehr oder minder durch die Form der Landschaftsoberfläche gesteuert. Die Anwendungsmöglichkeiten der Landschaftsanalyse sind vielfältig: Sie reichen von Studien über Wasserscheiden und Feuchtgebiete über Bodenkunde und Erosionsstudien, Landschafts- und Landnutzungsstudien bis zu geomorphologischer Forschung und regionalen und globalen Ökologiestudien. Darüber hinaus kann die Landschaftsanalyse auch zu meteorologischen Vorhersagen sowie bei Problemen mit TV- oder Radiosignalempfang eingesetzt werden. Dieses Forschungsgebiet hat in Verbindung mit den jüngsten Fortschritten auf dem Gebiet der GIS und GPS eine rasante Entwicklung durchlaufen. In diesem Band werden alle diese neuen Ansätze und Anwendungsbereiche umfassend erläutert. (y05/00)




Pythagorean Fuzzy Sets


Book Description

This book presents a collection of recent research on topics related to Pythagorean fuzzy set, dealing with dynamic and complex decision-making problems. It discusses a wide range of theoretical and practical information to the latest research on Pythagorean fuzzy sets, allowing readers to gain an extensive understanding of both fundamentals and applications. It aims at solving various decision-making problems such as medical diagnosis, pattern recognition, construction problems, technology selection, and more, under the Pythagorean fuzzy environment, making it of much value to students, researchers, and professionals associated with the field.




Deep Learning with Python


Book Description

Summary Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Machine learning has made remarkable progress in recent years. We went from near-unusable speech and image recognition, to near-human accuracy. We went from machines that couldn't beat a serious Go player, to defeating a world champion. Behind this progress is deep learning—a combination of engineering advances, best practices, and theory that enables a wealth of previously impossible smart applications. About the Book Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples. You'll explore challenging concepts and practice with applications in computer vision, natural-language processing, and generative models. By the time you finish, you'll have the knowledge and hands-on skills to apply deep learning in your own projects. What's Inside Deep learning from first principles Setting up your own deep-learning environment Image-classification models Deep learning for text and sequences Neural style transfer, text generation, and image generation About the Reader Readers need intermediate Python skills. No previous experience with Keras, TensorFlow, or machine learning is required. About the Author François Chollet works on deep learning at Google in Mountain View, CA. He is the creator of the Keras deep-learning library, as well as a contributor to the TensorFlow machine-learning framework. He also does deep-learning research, with a focus on computer vision and the application of machine learning to formal reasoning. His papers have been published at major conferences in the field, including the Conference on Computer Vision and Pattern Recognition (CVPR), the Conference and Workshop on Neural Information Processing Systems (NIPS), the International Conference on Learning Representations (ICLR), and others. Table of Contents PART 1 - FUNDAMENTALS OF DEEP LEARNING What is deep learning? Before we begin: the mathematical building blocks of neural networks Getting started with neural networks Fundamentals of machine learning PART 2 - DEEP LEARNING IN PRACTICE Deep learning for computer vision Deep learning for text and sequences Advanced deep-learning best practices Generative deep learning Conclusions appendix A - Installing Keras and its dependencies on Ubuntu appendix B - Running Jupyter notebooks on an EC2 GPU instance




Design of Intelligent Systems Based on Fuzzy Logic, Neural Networks and Nature-Inspired Optimization


Book Description

This book presents recent advances on the design of intelligent systems based on fuzzy logic, neural networks and nature-inspired optimization and their application in areas such as, intelligent control and robotics, pattern recognition, time series prediction and optimization of complex problems. The book is organized in eight main parts, which contain a group of papers around a similar subject. The first part consists of papers with the main theme of theoretical aspects of fuzzy logic, which basically consists of papers that propose new concepts and algorithms based on fuzzy systems. The second part contains papers with the main theme of neural networks theory, which are basically papers dealing with new concepts and algorithms in neural networks. The third part contains papers describing applications of neural networks in diverse areas, such as time series prediction and pattern recognition. The fourth part contains papers describing new nature-inspired optimization algorithms. The fifth part presents diverse applications of nature-inspired optimization algorithms. The sixth part contains papers describing new optimization algorithms. The seventh part contains papers describing applications of fuzzy logic in diverse areas, such as time series prediction and pattern recognition. Finally, the eighth part contains papers that present enhancements to meta-heuristics based on fuzzy logic techniques.