- Table View
- List View
Generative Künstliche Intelligenz in Marketing und Sales: Innovative Unternehmenspraxis: Insights, Strategien und Impulse
by Thomas Bolz Gabriele SchusterDieses Buch beleuchtet die neuesten Entwicklungen in der Generativen KI und zeigt auf, wie Marketing und Vertrieb sie für sich nutzen können. KI verändert nicht nur einzelne Werkzeuge und Arbeitsweisen, sondern leitet einen grundlegenden Paradigmenwechsel in beiden Bereichen ein. Die Autor:innen bieten in ihren Beiträgen einen fundierten und umfassenden Einblick in aktuelle Anwendungsbereiche und Forschungsansätze zu Generativer KI im Marketing und Vertrieb. Thematisiert werden zahlreiche erfolgskritische Handlungsfelder, u. a. datenschutzrechtliche Herausforderungen, Social-Media- und Content-Marketing mit KI, Chatbots in der Employee-Journey, hyperpersonalisierte B2C-Kommunikation, KI-generierte Produkt- und SEO-Texte, bis hin zu Generativer KI in der Marketingforschung und die Rolle von KI in Start-ups. Das Werk richtet sich sowohl an Praktiker:innen und Entscheidungsträger:innen als auch an Forschende sowie Studierende und trägt dazu bei, das Verständnis für dieses dynamische und vielversprechende Feld zu vertiefen. Mit Beiträgen von: Prof. Dr. Petra Beenken Luise-Sophie Bleckmann Prof. Dr. Benny Björn Briesemeister Prof. Dr. Marc Ebel Susanne Fittkau Caroline Grauel Prof. Dr. Maik Günther Doris Hanway Prof. Dr. Claudia Heß Heiko Holz Isabel Hörmann Prof Dr. rer. pol. Kurt Jeschke Prof. Dr. Tobias Kesting Prof. Dr. Sonja Klose Prof. Dr. Ralf Kneuper Prof. Dr. Ralf T. Kreutzer Prof. Dr. Nicolai Krüger Prof. Dr. Sibylle Kunz Prof. Dr. Visieu Lac Christina Lagodka Prof. Dr. Alexander Lawall Prof. Dr. Damian Leschik Prof. Dr. Vera Lenz-Kesekamp Prof. Dr. Nikolaj Lunze Prof. Dr. Jan-Paul Lüdtke Elisabeth L’ Orange Sebastian Mertens Manuel Muth Prof. Dr. Gerd Nufer Prof. Dr. Miriam O’Shea Ban Pahlawan Florian Perst Marc Peter Prof. Dr. Jan Pieper Lavinia Celina Rahmawati Prof. Dr. Katharina-Maria Rehfeld Marie Salkowski Prof. Dr. Philipp Schmid Annkristin Schürhaus Freddy Sikouonmeu Neal Wessling Prof. Dr. Klaus Wildhirt Prof. Dr. Atilla Wohllebe Cansu Rosa Yildirim Prof. Dr. Tanja Marlen Zweigle
Generative Machine Learning Models in Medical Image Computing
by Le Zhang Chen Chen Zeju Li Greg SlabaughGenerative Machine Learning Models in Medical Image Computing" provides a comprehensive exploration of generative modeling techniques tailored to the unique demands of medical imaging. This book presents an in-depth overview of cutting-edge generative models such as GANs, VAEs, and diffusion models, examining how they enable groundbreaking applications in medical image synthesis, reconstruction, and enhancement. Covering diverse imaging modalities like MRI, CT, and ultrasound, it illustrates how these models facilitate improvements in image quality, support data augmentation for scarce datasets, and create new avenues for predictive diagnostics. Beyond technical details, the book addresses critical challenges in deploying generative models for healthcare, including ethical concerns, interpretability, and clinical validation. With a strong focus on real-world applications, it includes case studies and implementation guidelines, guiding readers in translating theory into practice. By addressing model robustness, reproducibility, and clinical utility, this book is an essential resource for researchers, clinicians, and data scientists seeking to leverage generative models to enhance biomedical imaging and deliver impactful healthcare solutions. Combining technical rigor with practical insights, it offers a roadmap for integrating advanced generative approaches in the field of medical image computing.
Genere ingresos pasivos con quora: Y olvidese de su trabajo
by Marcus PfeifferEste libro trata sobre cómo ganar dinero bajo un sistema de recomendaciones de productos y servicios a través de la plataforma de quora, haciendo ingresos pasivos en línea.
Generic and Energy-Efficient Context-Aware Mobile Sensing
by Ozgur Yurur Chi Harold LiuElaborating on the concept of context awareness, this book presents up-to-date research and novel framework designs for context-aware mobile sensing. Generic and Energy-Efficient Context-Aware Mobile Sensing proposes novel context-inferring algorithms and generic framework designs that can help readers enhance existing tradeoffs in mobile sensing,
Generic Data Structures and Algorithms in Go: An Applied Approach Using Concurrency, Genericity and Heuristics
by Richard WienerAdvance your understanding of generic data structures and algorithms and their applications using Go and the effective use of concurrency. You are invited on a journey that aims to improve your programming and problem-solving skills. This book takes you to the next step by showing how to get your programs to work efficiently as well as correctly. As you explore many data structures and the algorithms and applications associated with them, you'll focus on the trade-offs between speed and storage and the benefits of deploying concurrency when appropriate. This book will demonstrate the huge increases in application performance that are possible. The presentation of classic data structures and techniques of algorithm design (greedy, divide and conquer, branch-and-bound to name a few) provides an essential foundation and toolkit for problem solving. But this book goes further by presenting heuristic algorithms and their implementations for solving computationally intractable combinatoric optimization problems such as the travelling salesperson problem. Simulated annealing and genetic algorithms are among the techniques used.The consistent style of coding used throughout this book exploits Go’s ability to implement abstract, generic and constrained generic data types without the use of classes. Although some familiarity with Go is assumed, this book should advance your ability to use Go to tackle server-side applications, games, machine learning, information retrieval and other application domains where speed and storage efficiency is essential.What You'll LearnExplore classical data structures and algorithms aimed at making your applications run faster or require less storageUse the new generic features of Go to build reusable data structuresUtilize concurrency for maximizing application performanceSee the power of heuristic algorithms for computationally intractable problemsEnhance and improve your Go programming skillsWho This Book Is ForPracticing Go software developers and students who wish to advance their programming and problem-solving skills and experience the excitement and see the benefits of using generic data structures and algorithms that utilize concurrency whenever possible.
Generic Pipelines Using Docker: The DevOps Guide to Building Reusable, Platform Agnostic CI/CD Frameworks
by Brandon Atkinson Dallas EdwardsCreate generic pipelines to reduce your overall DevOps workload and allow your team to deliver faster. This book helps you get up to speed on the pros and cons of generic pipeline methodology, and learn to combine shell scripts and Docker to build generic pipelines.In today’s world of micro-services and agile practices, DevOps teams need to move as fast as feature teams. This can be extremely challenging if you’re creating multiple pipelines per application or tech stack. What if your feature teams could utilize a generic pipeline that could build, test, and deploy any application, regardless of tech stack? What if that pipeline was also cloud and platform agnostic? Too good to be true? Well think again! Generic Pipelines Using Docker explores the principles and implementations that allow you to do just that. You will learn from real-world examples and reusable code. After reading this book you will have the knowledge to build generic pipelines that any team can use. What You'll Learn Explore the pros and cons of generic pipeline methodologyCombine shell scripts and Docker to build a generic pipelineImplement a pipeline across CI/CD platformsBuild a pipeline that lends itself well to both centralized and federated DevOps teamsConstruct a modular pipeline with components that can be added, removed, or replaced as needed Who This Book Is ForProfessionals who use DevOps or are part of a DevOps team, and are seeking ways to streamline their pipelines and drive more deployments while using less code
Geneses of Postmodern Art: Technology As Iconology (Routledge Advances in Art and Visual Studies)
by Paul CrowtherPostmodernism in the visual arts is not just another 'ism.' It emerged in the 1960s as a transformation of artistic creativity inspired by Duchamp's idea that the artwork does not have to be physically made by its creator. Products of mass culture and technology can be used just as well as traditional media. This idea became influential because of a widespread naturalization of technology - where technology becomes something lived in as well as used. Postmodern art embodies this attitude. To explain why, Paul Crowther investigates topics such as eclecticism, the sublime, deconstruction in art and philosophy, and Paolozzi's Wittgenstein-inspired works.
Genesis: Artificial Intelligence, Hope, and the Human Spirit
by Henry A. Kissinger Eric Schmidt Craig MundieIn his final book, the late Henry Kissinger joins forces with two leading technologists to mount &“a profound exploration&” (Walter Isaacson) of the epochal challenges and opportunities presented by the revolution in Artificial Intelligence: a breakthrough that dramatically empowers people in all walks of life while also raising urgent questions about the future of humanity. As it absorbs data, gains agency, and intermediates between humans and reality, AI (Artificial Intelligence) will help us to address enormous crises, from climate change to geopolitical conflicts to income inequality. It might well solve some of the greatest mysteries of our universe and elevate the human spirit to unimaginable heights. But it will also pose challenges on a scale and of an intensity that we have never seen—usurping our power of independent judgment and action, testing our relationship with the divine, and perhaps even spurring a new phase in human evolution. The last book of elder statesman Henry Kissinger, written with technologists Craig Mundie and Eric Schmidt, Genesis charts a course between blind faith and unjustified fear as it outlines an effective strategy for navigating the age of AI.
Genesis: Artificial Intelligence, Hope, and the Human Spirit
by Eric Schmidt Henry A. Kissinger Craig MundieTHE FOLLOW UP TO THE INTERNATIONAL BESTSELLER THE AGE OF AI In his final book, the late Henry Kissinger joins forces with two leading technologists to mount a profound exploration of the epochal challenges and opportunities presented by the revolution in Artificial Intelligence.As it absorbs data, gains agency, and intermediates between humans and reality, AI (Artificial Intelligence) will help us to address enormous crises, from climate change to geopolitical conflicts to income inequality. It might well solve some of the greatest mysteries of our universe and elevate the human spirit to unimaginable heights. But it will also pose challenges on a scale and of an intensity that we have never seen - usurping our power of independent judgment and action, testing our relationship with the divine, and perhaps even spurring a new phase in human evolution.The last book of elder statesman Henry Kissinger, written with technologists Craig Mundie and Eric Schmidt, Genesis charts a course between blind faith and unjustified fear as it outlines an effective strategy for navigating the age of AI.
The Genesis of Logic: Reflections on the Origins, Principles and Paths of Common-sense Reasoning (Fuzzy Management Methods)
by Enric TrillasThe Genesis of Logic addresses the principles of common-sense reasoning, which are employed in everyday decision-making processes and extend beyond deductive reasoning alone. Linked to language, logic inherits its flexibility. These are a few laws, the 'formal skeleton of reasoning,' based on the relationship of linguistic inference that, while needing to be represented in each context, allow for the consideration of non-comparable, orthogonal statements. By facilitating deduction and abduction, speculation emerges as a fundamental intellectual operation. As a whole, this work offers a new genetic-evolutionary perspective to reconsider Logic, a panoramic outlook that examines laws outside the skeleton as local laws, necessary for the validity of specialized reasoning. It moves away from the rigid reticular structure of sets of statements and views induction as the search for speculations, non-monotonic reasoning as speculative, and conjecture, only proven in finite Boolean algebras,that reasoning involves following paths of inference in a zigzag pattern, alternating between deduction and abduction.
Genetic Algorithm Essentials
by Oliver KramerThis book introduces readers to genetic algorithms (GAs) with an emphasis on making the concepts, algorithms, and applications discussed as easy to understand as possible. Further, it avoids a great deal of formalisms and thus opens the subject to a broader audience in comparison to manuscripts overloaded by notations and equations. The book is divided into three parts, the first of which provides an introduction to GAs, starting with basic concepts like evolutionary operators and continuing with an overview of strategies for tuning and controlling parameters. In turn, the second part focuses on solution space variants like multimodal, constrained, and multi-objective solution spaces. Lastly, the third part briefly introduces theoretical tools for GAs, the intersections and hybridizations with machine learning, and highlights selected promising applications.
Genetic Algorithms and Genetic Programming: Modern Concepts and Practical Applications (Numerical Insights)
by Michael Affenzeller Stefan Wagner Stephan Winkler Andreas BehamGenetic Algorithms and Genetic Programming: Modern Concepts and Practical Applications discusses algorithmic developments in the context of genetic algorithms (GAs) and genetic programming (GP). It applies the algorithms to significant combinatorial optimization problems and describes structure identification using HeuristicLab as a platform for al
Genetic Algorithms and Machine Learning for Programmers: Create AI Models and Evolve Solutions
by Frances BuontempoSelf-driving cars, natural language recognition, and online recommendation engines are all possible thanks to Machine Learning. Now you can create your own genetic algorithms, nature-inspired swarms, Monte Carlo simulations, cellular automata, and clusters. Learn how to test your ML code and dive into even more advanced topics. If you are a beginner-to-intermediate programmer keen to understand machine learning, this book is for you. <P><P> Discover machine learning algorithms using a handful of self-contained recipes. Build a repertoire of algorithms, discovering terms and approaches that apply generally. Bake intelligence into your algorithms, guiding them to discover good solutions to problems.
Genetic Algorithms and Machine Learning for Programmers
by Frances BuontempoSelf-driving cars, natural language recognition, and online recommendation engines are all possible thanks to Machine Learning. Now you can create your own genetic algorithms, nature-inspired swarms, Monte Carlo simulations, cellular automata, and clusters. Learn how to test your ML code and dive into even more advanced topics. If you are a beginner-to-intermediate programmer keen to understand machine learning, this book is for you. Discover machine learning algorithms using a handful of self-contained recipes. Build a repertoire of algorithms, discovering terms and approaches that apply generally. Bake intelligence into your algorithms, guiding them to discover good solutions to problems. In this book, you will: Use heuristics and design fitness functions.Build genetic algorithms.Make nature-inspired swarms with ants, bees and particles.Create Monte Carlo simulations.Investigate cellular automata.Find minima and maxima, using hill climbing and simulated annealing.Try selection methods, including tournament and roulette wheels.Learn about heuristics, fitness functions, metrics, and clusters. Test your code and get inspired to try new problems. Work through scenarios to code your way out of a paper bag; an important skill for any competent programmer. See how the algorithms explore and learn by creating visualizations of each problem. Get inspired to design your own machine learning projects and become familiar with the jargon. What You Need: Code in C++ (>= C++11), Python (2.x or 3.x) and JavaScript (using the HTML5 canvas). Also uses matplotlib and some open source libraries, including SFML, Catch and Cosmic-Ray. These plotting and testing libraries are not required but their use will give you a fuller experience. Armed with just a text editor and compiler/interpreter for your language of choice you can still code along from the general algorithm descriptions.
Genetic Algorithms for Pattern Recognition (CRC Press Revivals)
by Sankar K. Pal Paul P. WangSolving pattern recognition problems involves an enormous amount of computational effort. By applying genetic algorithms - a computational method based on the way chromosomes in DNA recombine - these problems are more efficiently and more accurately solved. Genetic Algorithms for Pattern Recognition covers a broad range of applications in science and technology, describing the integration of genetic algorithms in pattern recognition and machine learning problems to build intelligent recognition systems. The articles, written by leading experts from around the world, accomplish several objectives: they provide insight into the theory of genetic algorithms; they develop pattern recognition theory in light of genetic algorithms; and they illustrate applications in artificial neural networks and fuzzy logic. The cross-sectional view of current research presented in Genetic Algorithms for Pattern Recognition makes it a unique text, ideal for graduate students and researchers.
Genetic Algorithms in Elixir: Solve Problems Using Evolution
by Sean MoriarityFrom finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an exotic new language or framework to get started; you can learn about genetic algorithms in a language you're already familiar with. Join us for an in-depth look at the algorithms, techniques, and methods that go into writing a genetic algorithm. From introductory problems to real-world applications, you'll learn the underlying principles of problem solving using genetic algorithms. Evolutionary algorithms are a unique and often overlooked subset of machine learning and artificial intelligence. Because of this, most of the available resources are outdated or too academic in nature, and none of them are made with Elixir programmers in mind. Start from the ground up with genetic algorithms in a language you are familiar with. Discover the power of genetic algorithms through simple solutions to challenging problems. Use Elixir features to write genetic algorithms that are concise and idiomatic. Learn the complete life cycle of solving a problem using genetic algorithms. Understand the different techniques and fine-tuning required to solve a wide array of problems. Plan, test, analyze, and visualize your genetic algorithms with real-world applications. Open your eyes to a unique and powerful field - without having to learn a new language or framework. What You Need: You'll need a macOS, Windows, or Linux distribution with an up-to-date Elixir installation.
Genetic Algorithms in Java Basics
by Lee Jacobson Burak KanberGenetic Algorithms in Java Basics is a brief introduction to solving problems using genetic algorithms, with working projects and solutions written in the Java programming language. This brief book will guide you step-by-step through various implementations of genetic algorithms and some of their common applications, with the aim to give you a practical understanding allowing you to solve your own unique, individual problems. After reading this book you will be comfortable with the language specific issues and concepts involved with genetic algorithms and you'll have everything you need to start building your own. Genetic algorithms are frequently used to solve highly complex real world problems and with this book you too can harness their problem solving capabilities. Understanding how to utilize and implement genetic algorithms is an essential tool in any respected software developers toolkit. So step into this intriguing topic and learn how you too can improve your software with genetic algorithms, and see real Java code at work which you can develop further for your own projects and research. Guides you through the theory behind genetic algorithms Explains how genetic algorithms can be used for software developers trying to solve a range of problems Provides a step-by-step guide to implementing genetic algorithms in Java What you'll learn How to construct genetic algorithms in Java which you can extend for your own projects and research What genetic algorithms are and the biological inspiration behind them How genetic algorithms can be implemented to solve problems Solving a traveling salesman problem and how to apply a genetic algorithm to it How to use a genetic algorithm to solve timetabling problems How a genetic algorithm can be used to build a robotic controller Applying optimization techniques to genetic algorithms Who this book is for Genetic Algorithms in Java Basics is perfect for developers, researchers and students who are working on problems where genetic algorithms may be a solution and need to program real, working code in Java. It's also suitable for all Java developers who are curious about genetic algorithms who would like a practical, hands-on introduction to genetic algorithms using Java. Table of Contents 1. Introduction 2. Implementation of a Basic Algorithm 3. Robot Controllers 4. Traveling 5. Class Scheduling 6. Optimization
Genetic and Evolutionary Computing
by Jerry Chun-Wei Lin Jeng-Shyang Pan Shu-Chuan Chu Chien-Ming ChenThis volume of Advances in Intelligent Systems and Computing contains accepted papers presented at ICGEC 2014, the 8th International Conference on Genetic and Evolutionary Computing. The conference this year was technically co-sponsored by Nanchang Institute of Technology in China, Kaohsiung University of Applied Science in Taiwan, and VSB-Technical University of Ostrava. ICGEC 2014 is held from 18-20 October 2014 in Nanchang, China. Nanchang is one of is the capital of Jiangxi Province in southeastern China, located in the north-central portion of the province. As it is bounded on the west by the Jiuling Mountains, and on the east by Poyang Lake, it is famous for its scenery, rich history and cultural sites. Because of its central location relative to the Yangtze and Pearl River Delta regions, it is a major railroad hub in Southern China. The conference is intended as an international forum for the researchers and professionals in all areas of genetic and evolutionary computing.
Genetic and Evolutionary Computing: Proceedings of the Fifteenth International Conference on Genetic and Evolutionary Computing (Volume I), October 6–8, 2023, Kaohsiung, Taiwan (Lecture Notes in Electrical Engineering #1145)
by Jerry Chun-Wei Lin Chin-Shiuh Shieh Mong-Fong Horng Shu-Chuan ChuThis first book of conference proceedings contains selected papers presented at ICGEC 2023, the 15th International Conference on Genetic and Evolutionary Computing, held on October 6–8, 2023, in Kaohsiung, Taiwan. The conference is intended as an international forum for the researchers and professionals in all areas of genetic and evolutionary computing. And the readers know the up-to-date techniques of the mentioned topics, including swarm intelligence and its applications, operational technologies and networked multimedia applications, wearable computing and intelligent data hiding, image processing and intelligent applications, and intelligent multimedia tools and applications. It helps readers bring new ideas or apply the designed approaches from the collected papers to their professional jobs.
Genetic and Evolutionary Computing: Proceedings of the Thirteenth International Conference on Genetic and Evolutionary Computing, November 1–3, 2019, Qingdao, China (Advances in Intelligent Systems and Computing #1107)
by Jeng-Shyang Pan Shu-Chuan Chu Jerry Chun-Wei Lin Yongquan LiangThis book gathers papers presented at the 13th International Conference on Genetic and Evolutionary Computing (ICGEC 2019), which was held in Qingdao, China, from 1st to 3rd, November 2019. Since it was established, in 2006, the ICGEC conference series has been devoted to new approaches with a focus on evolutionary computing. Today, it is a forum for the researchers and professionals in all areas of computational intelligence including evolutionary computing, machine learning, soft computing, data mining, multimedia and signal processing, swarm intelligence and security. The book appeals to policymakers, academics, educators, researchers in pedagogy and learning theory, school teachers, and other professionals in the learning industry, and further and continuing education.
Genetic and Evolutionary Computing: Proceedings of the Twelfth International Conference on Genetic and Evolutionary Computing, December 14-17, Changzhou, Jiangsu, China (Advances in Intelligent Systems and Computing #834)
by Jeng-Shyang Pan Jerry Chun-Wei Lin Bixia Sui Shih-Pang TsengThis volume of Advances in Intelligent Systems and Computing highlights papers presented at the 12th International Conference on Genetic and Evolutionary Computing (ICGEC 2018). Held from 14 to 17 December 2018 in Changzhou, Jiangsu, China, the conference was co-sponsored by Springer, Changzhou College of Information Technology, Fujian Provincial Key Lab of Big Data Mining and Applications, Fujian University of Technology, National Demonstration Center for Experimental Electronic Information and Electrical Technology Education, Fujian University of Technology, Tajen University, National University of Kaohsiung, and Shandong University of Science and Technology, China. The conference is intended as an international forum for the researchers and professionals in all areas of genetic and evolutionary computing.
Genetic and Evolutionary Computing
by Jeng-Shyang Pan Jerry Chun-Wei Lin Chia-Hung Wang Xin Hua JiangThis book gathers papers presented at the 10th International Conference on Genetic and Evolutionary Computing (ICGEC 2016). The conference was co-sponsored by Springer, Fujian University of Technology in China, the University of Computer Studies in Yangon, University of Miyazaki in Japan, National Kaohsiung University of Applied Sciences in Taiwan, Taiwan Association for Web Intelligence Consortium, and VSB-Technical University of Ostrava, Czech Republic. The ICGEC 2016, which was held from November 7 to 9, 2016 in Fuzhou City, China, was intended as an international forum for researchers and professionals in all areas of genetic and evolutionary computing.
Genetic and Evolutionary Computing: Proceedings of the Fifteenth International Conference on Genetic and Evolutionary Computing (Volume II), October 6-8, 2023, Kaohsiung, Taiwan (Lecture Notes in Electrical Engineering #1114)
by Jeng-Shyang Pan Zhigeng Pan Pei Hu Jerry Chun-Wei LinThis second volume of conference proceedings contains selected papers presented at ICGEC 2023, the 15th International Conference on Genetic and Evolutionary Computing, held on October 6-8, 2023 in Kaohsiung, Taiwan. The conference is intended as an international forum for the researchers and professionals in all areas of genetic and evolutionary computing. And the readers may know the up-to-date techniques of the mentioned topics, including technologies for next-generation network environments, recent progress in computational electromagnetic dynamics, future cyber security, privacy and forensics for advanced systems, data mining techniques and its applications, optimization models in deep learning and machine learning. It will help readers bring new ideas or apply the designed approaches from the collected papers to their professional jobs.
Genetic and Evolutionary Computing: Proceedings of the Sixteenth International Conference on Genetic and Evolutionary Computing, August 28-30, 2024, Miyazaki, Japan (Volume 1) (Lecture Notes in Electrical Engineering #1321)
by Jeng-Shyang Pan Thi Thi Zin Tien-Wen Sung Jerry Chun-Wei LinThis book contains accepted papers presented at ICGEC 2024, the 16th International Conference on Genetic and Evolutionary Computing, held from August 28-29, 2024 in Miyazaki, Japan. The conference is intended as an international forum for the researchers and professionals in all areas of genetic and evolutionary computing. And the readers may know the up-to-date techniques of the mentioned topics, including digital transformation, machine learning and data analysis, meta-heuristic optimization algorithms, computer vision, and artificial intelligence of things (AIoT), which can help them to bring new ideas or apply the designed approaches from the collected papers to their professional jobs.
Genetic and Evolutionary Computing: Proceedings of the Sixteenth International Conference on Genetic and Evolutionary Computing, August 28-30, 2024, Miyazaki, Japan (Volume 2) (Lecture Notes in Electrical Engineering #1322)
by Jeng-Shyang Pan Thi Thi Zin Tien-Wen Sung Jerry Chun-Wei LinThis book contains accepted papers presented at ICGEC 2024, the 16th International Conference on Genetic and Evolutionary Computing, held from August 28-29, 2024 in Miyazaki, Japan. The conference is intended as an international forum for the researchers and professionals in all areas of genetic and evolutionary computing. And the readers may know the up-to-date techniques of the mentioned topics, including digital transformation, machine learning and data analysis, meta-heuristic optimization algorithms, computer vision, and artificial intelligence of things (AIoT), which can help them to bring new ideas or apply the designed approaches from the collected papers to their professional jobs.