- Table View
- List View
AI for Diversity (AI for Everything)
by Roger A. SøraaArtificial intelligence (AI) is increasingly impacting many aspects of people’s lives across the globe, from relatively mundane technology to more advanced digital systems that can make their own decisions. While AI has great potential, it also holds great peril depending on how it is designed and used. AI for Diversity questions how AI technology can lead to inclusion or exclusion for diverse groups in society. The way data is selected, trained, used, and embedded into societies can have unfortunate consequences unless we critically investigate the dangers of systems left unchecked, and can lead to misogynistic, homophobic, racist, ageist, transphobic, or ableist outcomes. This book encourages the reader to take a step back to see how AI is impacting diverse groups of people and how diversity-awareness strategies can impact AI.
AI for Everyday IT: Accelerate workplace productivity
by Chrissy LeMaire Brandon AbshireAutomate and accelerate your everyday IT tasks with instant solutions!What if you never had to write another after-incident report, piece of boilerplate code, or a performance review from scratch ever again? Use AI tools like ChatGPT, Claude, Gemini, and Copilot right, and you&’ll take back hours of your time—and more! AI for Everyday IT reveals how you can automate dozens of your daily IT tasks with generative AI. In AI for Everyday IT you&’ll learn how to: • Write effective prompts for common IT tasks • Optimize report generation, document handling, and workplace communication • Resolve IT conflicts and crises • Acquire new skills and upgrade your resume • AI for help desk, database administration and systems administration • Incorporate AI into DevOps processes and create AI-powered applications • Simplify time-consuming people management tasks In this hands-on guide, automation experts Chrissy LeMaire and Brandon Abshire show you how AI tools like ChatGPT have made their lives a million times easier, and how they can do the same for you. You&’ll find proven strategies for using AI to improve help desk support, automate sysadmin and database tasks, aid with DevOps engineering, handle managing IT teams, and dozens more time-saving and quality-improving hacks. Foreword by Nitya Narasimhan. About the technology Have you lost days sifting through logs to find a latency issue? AI can do it in seconds! Need to update your documentation? Mere moments for AI. Are you writing scripts, designing data recovery strategies, and evaluating network designs? AI can handle it all—if you know how to use it. About the book AI for Everyday IT shows you exactly how AI can transform support desk operations, root cause analysis, disaster recovery planning—even writing professional emails when you&’re too furious to be nice! This instantly-useful guide has time-saving techniques for all IT pros—from devs and DBAs to technical writers and product managers. Each relatable example is fully illustrated with the prompts and problem formulation strategies, along with interesting insights and anecdotes from authors Chrissy Lemaire and Brandon Abshire. What's inside • Document handling and workplace communication • Database administration and development • DevOps engineering and AI powered apps • People management and career planning About the reader Whether you&’re working in operations, development, management, or security, you&’ll love these productivity hacks for generative AI. No previous AI experience required. About the author Chrissy LeMaire is a dual Microsoft MVP and GitHub Star, the creator of dbatools, and author of the Manning book Learn dbatools in a Month of Lunches. Brandon Abshire has spent over twenty years in IT, including roles at a leading Fortune 500 semiconductor and telecommunications company and multiple top-ranked US hospital systems. Table of Contents Part 1 1 Artificial intelligence in IT 2 Chatbots: Tasks and tips 3 Basic intelligence 4 Prompt engineering and problem formulation 5 Prompts in action 6 Document handling 7 Emails and instant messaging in the workplace Part 2 8 IT support and service desk 9 Systems administration 10 Database administration and development Part 3 11 Code assistants and development tools 12 AI in DevOps engineering 13 Building AI-powered applications Part 4 14 Conflict resolution and crisis management 15 Management essentials 16 Management interventions 17 Career advancement A Local AI models: An accessible alternative B OpenAI GPT Actions
AI for Finance (AI for Everything)
by Edward P. TsangFinance students and practitioners may ask: can machines learn everything? Could AI help me? Computing students or practitioners may ask: which of my skills could contribute to finance? Where in finance should I pay attention? This book aims to answer these questions. No prior knowledge is expected in AI or finance. To finance students and practitioners, this book will explain the promise of AI, as well as its limitations. It will cover knowledge representation, modelling, simulation and machine learning, explaining the principles of how they work. To computing students and practitioners, this book will introduce the financial applications in which AI has made an impact. This includes algorithmic trading, forecasting, risk analysis portfolio optimization and other less well-known areas in finance. This book trades depth for readability. It aims to help readers to decide whether to invest more time into the subject. This book contains original research. For example, it explains the impact of ignoring computation in classical economics. It explains the relationship between computing and finance and points out potential misunderstandings between economists and computer scientists. The book also introduces Directional Change and explains how this can be used.
AI for Game Developers: Creating Intelligent Behavior in Games
by Glenn Seemann David M BourgAdvances in 3D visualization and physics-based simulation technology make it possible for game developers to create compelling, visually immersive gaming environments that were only dreamed of years ago. But today's game players have grown in sophistication along with the games they play. It's no longer enough to wow your players with dazzling graphics; the next step in creating even more immersive games is improved artificial intelligence, or AI.Fortunately, advanced AI game techniques are within the grasp of every game developer--not just those who dedicate their careers to AI. If you're new to game programming or if you're an experienced game programmer who needs to get up to speed quickly on AI techniques, you'll find AI for Game Developers to be the perfect starting point for understanding and applying AI techniques to your games.Written for the novice AI programmer, AI for Game Developers introduces you to techniques such as finite state machines, fuzzy logic, neural networks, and many others, in straightforward, easy-to-understand language, supported with code samples throughout the entire book (written in C/C++). From basic techniques such as chasing and evading, pattern movement, and flocking to genetic algorithms, the book presents a mix of deterministic (traditional) and non-deterministic (newer) AI techniques aimed squarely at beginners AI developers. Other topics covered in the book include:Potential function based movements: a technique that handles chasing, evading swarming, and collision avoidance simultaneouslyBasic pathfinding and waypoints, including an entire chapter devoted to the A* pathfinding algorithmAI scriptingRule-based AI: learn about variants other than fuzzy logic and finite state machinesBasic probabilityBayesian techniquesUnlike other books on the subject, AI for Game Developers doesn't attempt to cover every aspect of game AI, but to provide you with usable, advanced techniques you can apply to your games right now. If you've wanted to use AI to extend the play-life of your games, make them more challenging, and most importantly, make them more fun, then this book is for you.
AI for Games (AI for Everything)
by Ian MillingtonWhat is artificial intelligence? How is artificial intelligence used in game development? Game development lives in its own technical world. It has its own idioms, skills, and challenges. That’s one of the reasons games are so much fun to work on. Each game has its own rules, its own aesthetic, and its own trade-offs, and the hardware it will run on keeps changing. AI for Games is designed to help you understand one element of game development: artificial intelligence (AI).
AI for Games and Animation: A Cognitive Modeling Approach
by John David FungeJohn Funge introduces a new approach to creating autonomous characters. Cognitive modeling provides computer-animated characters with logic, reasoning, and planning skills. Individual chapters in the book provide concrete examples of advanced character animation, automated cinematography, and a real-time computer game. Source code, animations, imag
AI for Games, Third Edition
by Ian MillingtonAI is an integral part of every video game. This book helps professionals keep up with the constantly evolving technological advances in the fast growing game industry and equips students with up-to-date information they need to jumpstart their careers. This revised and updated Third Edition includes new techniques, algorithms, data structures and representations needed to create powerful AI in games. Key Features A comprehensive professional tutorial and reference to implement true AI in games Includes new exercises so readers can test their comprehension and understanding of the concepts and practices presented Revised and updated to cover new techniques and advances in AI Walks the reader through the entire game AI development process
AI for Good: Applications in Sustainability, Humanitarian Action, and Health
by Juan M. Lavista Ferres William B. WeeksDiscover how AI leaders and researchers are using AI to transform the world for the better In AI for Good: Applications in Sustainability, Humanitarian Action, and Health, a team of veteran Microsoft AI researchers delivers an insightful and fascinating discussion of how one of the world’s most recognizable software companies is tacking intractable social problems with the power of artificial intelligence (AI). In the book, you’ll learn about how climate change, illness and disease, and challenges to fundamental human rights are all being fought using replicable methods and reusable AI code. The authors also provide: Easy-to-follow, non-technical explanations of what AI is and how it works Examinations of how healthcare is being improved, climate change is being addressed, and humanitarian aid is being facilitated around the world with AI Discussions of the future of AI in the realm of social benefit organizations and efforts An essential guide to impactful social change with artificial intelligence, AI for Good is a must-read resource for technical and non-technical professionals interested in AI’s social potential, as well as policymakers, regulators, NGO professionals, and, and non-profit volunteers.
AI for Health Equity and Fairness: Leveraging AI to Address Social Determinants of Health (Studies in Computational Intelligence #1164)
by Simone Bianco Arash Shaban-Nejad Martin MichalowskiThis book aims to highlight the latest achievements in the use of AI for improving Health Equity and Fairness. The edited volume contains selected papers presented at the 2024 Health Intelligence workshop, co-located with the Thirty-Eight Association for the Advancement of Artificial Intelligence (AAAI) conference, and presents an overview of the issues, challenges, and potentials in the field, along with new research results. This book provides information for researchers, students, industry professionals, clinicians, and public health agencies interested in the applications of AI in medicine and public health.
AI for Healthcare Robotics (AI for Everything)
by Eduard Fosch-Villaronga Hadassah DrukarchWhat is artificial intelligence (AI)? What is healthcare robotics? How can AI and healthcare robotics assist in contemporary medicine? Robotics and AI can offer society unimaginable benefits, such as enabling wheelchair users to walk again, performing surgery in a highly automated and minimally invasive way, and delivering care more efficiently. AI for Healthcare Robotics explains what healthcare robots are and how AI empowers them in achieving the goals of contemporary medicine.
AI for Healthcare with Keras and Tensorflow 2.0: Design, Develop, and Deploy Machine Learning Models Using Healthcare Data
by AnshikLearn how AI impacts the healthcare ecosystem through real-life case studies with TensorFlow 2.0 and other machine learning (ML) libraries.This book begins by explaining the dynamics of the healthcare market, including the role of stakeholders such as healthcare professionals, patients, and payers. Then it moves into the case studies. The case studies start with EHR data and how you can account for sub-populations using a multi-task setup when you are working on any downstream task. You also will try to predict ICD-9 codes using the same data. You will study transformer models. And you will be exposed to the challenges of applying modern ML techniques to highly sensitive data in healthcare using federated learning. You will look at semi-supervised approaches that are used in a low training data setting, a case very often observed in specialized domains such as healthcare. You will be introduced to applications of advanced topics such as the graph convolutional network and how you can develop and optimize image analysis pipelines when using 2D and 3D medical images. The concluding section shows you how to build and design a closed-domain Q&A system with paraphrasing, re-ranking, and strong QnA setup. And, lastly, after discussing how web and server technologies have come to make scaling and deploying easy, an ML app is deployed for the world to see with Docker using Flask.By the end of this book, you will have a clear understanding of how the healthcare system works and how to apply ML and deep learning tools and techniques to the healthcare industry.What You Will LearnGet complete, clear, and comprehensive coverage of algorithms and techniques related to case studies Look at different problem areas within the healthcare industry and solve them in a code-first approachExplore and understand advanced topics such as multi-task learning, transformers, and graph convolutional networksUnderstand the industry and learn ML Who This Book Is ForData scientists and software developers interested in machine learning and its application in the healthcare industry
AI for Humanitarianism: Fostering Social Change Through Emerging Technologies
by Pooja Sharma Christian Kaunert Manju Khari Bhupinder Singh Narasimha Rao Vajjhala Anjana Sharma Adeyemi Abel Ajibesin Bashir Eseyin Abdullahi Taiwo Abiodun Jyoti Batra Murat Tahir Çaldağ Eriona Çela Neelatphal Chanda Philip Eappen Azubuike Erike Tarcízio Ferrão Ebru Gökalp Ishayu Gupta Radha Srinivasan Iyer Yusuf Kabir Kasum Munir Maharazu Kubau Devender Kumar Bashir Malgwi Yusuf Mshelia Yerzhan B. Mukashev Emeka Ogbuju Francisca Oladipo Edoghogho Olaye Bamidele Oluwade Rajasekhara Mouly Potluri Babatunde Dauda Raheem Md Mahfujur Rahman Santhosh Kumar Rajamani Selene Roldán Ruiz Arturo Roman Cesar Sanjuan Hussein Umar Samuel C. Avemaria Utulu Ayush Verma Abraham ZirraThis book explores the transformative potential of artificial intelligence (AI) in addressing critical humanitarian challenges. It examines AI’s role in enhancing emergency responses, poverty alleviation, and healthcare.Chapters authored by a diverse group of international contributors cover topics such as AI’s application in disease prediction, ethical AI practices, and innovative resource distribution. This book uniquely blends theoretical insights with practical case studies, providing a road map for leveraging AI in humanitarian efforts. Readers will benefit from detailed explorations of AI’s capabilities and challenges, gaining insights into how AI can drive social change and improve global humanitarian outcomes.Targeted at policymakers, researchers, practitioners, and anyone interested in the intersection of AI and humanitarianism, this book offers valuable perspectives on ensuring AI technologies are both advanced and ethically sound.
AI for Humanity: Building a Sustainable AI for the Future
by Andeed Ma James Ong Siok Siok TanCapture the value of cutting-edge AI while mitigating its most salient risks AI For Humanity: Building a Sustainable AI for the Future delivers an incisive and timely discussion of how to design, build, and implement cutting-edge AI in for-profit firms and other organizations in a responsible, sustainable, and ethical way. The book walks you through the three pillars of human-focused AI development—governance, technology, and commercialization—and dives deep into each one, showing you how to create AI products and services that better humanity and advance universally held values. You'll find methodologies and frameworks that mitigate against some of the most profound and unsettling risks of unchecked artificial intelligence development, and roadmaps to help you avoid the numerous pitfalls and traps awaiting unsuspecting companies, managers, and executives. You'll also discover: Real-world case studies, from companies including SAP, Huawei, and Tencent, demonstrating the actual dilemmas and questions firms face when developing and implementing this extraordinary tech Actionable commitments you can make to help ensure you and your company avoid the ethical and reputational risks associated with AI Strategies for AI product and service development consistent with sustainable growth Perfect for managers, executives, directors, and other business leaders with a stake in responsible artificial intelligence design, development, and implementation, AI For Humanity will also interest regulators, academics, thought leaders, and policy makers doing their best to capture AI's substantial potential value while mitigating its most serious risks.
AI for Immunology (AI for Everything)
by Louis J. CataniaThe bioscience of immunology has given us a better understanding of human health and disease. Artificial intelligence (AI) has elevated that understanding and its applications in immunology to new levels. Together, AI for immunology is an advancing horizon in health care, disease diagnosis, and prevention. From the simple cold to the most advanced autoimmune disorders and now pandemics, AI for immunology is unlocking the causes and cures. Key features: A highly accessible and wide-ranging short introduction to AI for immunology Includes a chapter on COVID-19 and pandemics Includes scientific and clinical considerations, as well as immune and autoimmune diseases
AI for Knowledge (AI for Everything)
by Mike Thelwall Andrew CoxAI for Knowledge explores the question of whether artificial intelligence (AI) is transforming knowledge access and creation for the good. AI is accelerating our access to knowledge through search, recommendation, summarisation, translation and a proliferating range of tools with AI built in. Generative AI is further changing how we use and create information at home and in the workplace. Yet AI also has a dark side with hallucination, bias and lack of explainability, as well as potential for harmful impacts on social equity and the environment.The book investigates how AI will impact everyday knowledge discovery, understanding and creation. It considers both the positive benefits and the many informational and ethical challenges, including the impact on our wider information culture. It then weighs up the impact on scholarship, in science, social science and the humanities and including the processes of scholarly communication. It explains the role of libraries and archives and how they could be enhanced using AI. It concludes by showing how governments can regulate AI to ensure social benefit and outlines what we as individuals need to know about AI.The book helps the reader see through some of the AI hype to understand much more clearly what are the issues around the impact of AI on knowledge access and creation, including the implications for environmental sustainability and the power of Big Tech. What emerges is a nuanced picture of potential benefit and risk, especially when we consider the experiences of those with less privileged access to the digital, particularly those outside the Global North.
AI for Learning (AI for Everything)
by Carmel Kent Benedict du BoulayWhat is artificial intelligence (AI)? How can AI help a learner, a teacher or a system designer? What are the positive impacts of AI on human learning? AI for Learning examines how artificial intelligence can, and should, positively impact human learning, whether it be in formal or informal educational and training contexts. The notion of ‘can’ is bound up with ongoing technological developments. The notion of ‘should’ is bound up with an ethical stance that recognises the complementary capabilities of human and artificial intelligence, as well as the objectives of doing good, not doing harm, increasing justice and maintaining fairness. The book considers the different supporting roles that can help a learner – from AI as a tutor and learning aid to AI as a classroom moderator, among others – and examines both the opportunities and risks associated with each.
AI for Life: 100+ Ways to Use Artificial Intelligence to Make Your Life Easier, More Productive…and More Fun!
by Celia QuillianDemystify the world of artificial intelligence with this groundbreaking guide featuring over 100 innovative ways to incorporate AI into your daily life.Every day, it seems like there&’s a new AI tool on the market and a new, complicated way to use it. But what if you could use AI to make your life easier without the complications? In AI for Life, AI expert and creator of @SmartWorkAI offers over 100 ideas and ready-to-use prompts to get AI beginners started using the technology to actually improve their lives. Beginning with a primer on the basics—including an overview of the popular and free AI tools—you will learn expert-tested tips and tricks to get the most out of your AI use, such as layering prompts to dive deeper into an initial response or asking for the output in different formats. Packed with practical how-to information, AI for Life is the must-have guide for using generative AI to make life easier, more productive, more organized, and more fun!
AI for Nonprofits: Putting Artificial Intelligence to Work for Your Cause
by Darian Rodriguez Heyman Cheryl ConteeA collection of actionable AI tools you can apply immediately to help your nonprofit drive social impact and change In AI for Nonprofits: Putting Artificial Intelligence to Work for Your Cause, a team of leading nonprofit experts and social entrepreneurs delivers a startlingly insightful, strategic “how-to guide” for nonprofit and foundation leaders, board members, and volunteers, as well as higher education professionals and social entrepreneurs looking to deploy and integrate artificial intelligence tailored to their organization's mission and needs. It's the leading reference guide for people who are entirely new to AI, as well as tech-savvy veterans with a deep understanding of artificial intelligence looking for proven, hands-on techniques they can apply immediately to transform their nonprofits. Each chapter is based on interviews conducted with 57 of the nonprofit industry's most innovative and reputed voices. Together, they provide the latest strategies and tactics for nonprofit generative AI and predictive analytics applications, skills and competencies needed to effectively use this new technology, tips, tools, best practices, resource reviews, and the most common pitfalls to avoid. AI for Nonprofits walks you through exactly how to strategically customize artificial intelligence to improve your fundraising and resource development efforts, marketing and community engagement, program delivery, and back-office operations. From human resources management to program strategy, social listening, and donor research, the book provides the on-the-ground techniques you need to deploy to transform your nonprofit's operations. Inside the book: Step-by-step frameworks and actionable roadmaps to help you implement AI for content creation, donor engagement, and developing personalized messages at scale How to protect your donors' privacy and data with policies and practices that comply with rapidly shifting legal and regulatory landscapes Cutting-edge research and practical case studies drawn from real-world situations that illustrate concrete AI applications Access to 100+ tools, platforms, and providers focused on helping nonprofits optimize their use of AI AI for Nonprofits explains how to supercharge your organization's fundraising pipeline, marketing and community engagement, program delivery, back-office operations, and governance policies. It's perfect for nonprofit executives, managers, professionals, and leaders, AI for Nonprofits will also earn a place in the libraries of anyone with an interest in using AI to power social impact and change.
AI for Peace (AI for Everything)
by Paige Arthur Branka PanicThe role of artificial intelligence in war is widely recognized, but is there also a role for AI in fostering peace and preventing conflict? AI for Peace provides a new perspective on AI as a potential force for good in conflict-affected countries through its uses for early warning, combating hate speech, human rights investigations, and analyzing the effects of climate change on conflict. This book acts as an essential primer for introducing people working on peacebuilding and conflict prevention to the latest advancements in emerging AI technologies and will act as guide for ethical future practice. This book also aims to inspire data scientists to engage in the peacebuilding and prevention fields and to better understand the challenges of applying data science in conflict and fragile settings.
AI for People and Business: A Framework for Better Human Experiences and Business Success
by Alex CastrounisIf you're an executive, manager, or anyone interested in leveraging AI within your organization, this is your guide. You'll understand exactly what AI is, learn how to identify AI opportunities, and develop and execute a successful AI vision and strategy. Alex Castrounis,founder and CEO of Why of AI, Northwestern University Adjunct, advisor, and former IndyCar engineer and data scientist, examines the value of AI and shows you how to develop an AI vision and strategy that benefits both people and business.AI is exciting, powerful, and game changing--but too many AI initiatives end in failure. With this book, you'll explore the risks, considerations, trade-offs, and constraints for pursuing an AI initiative. You'll learn how to create better human experiences and greater business success through winning AI solutions and human-centered products.Use the book's AIPB Framework to conduct end-to-end, goal-driven innovation and value creation with AIDefine a goal-aligned AI vision and strategy for stakeholders, including businesses, customers, and usersLeverage AI successfully by focusing on concepts such as scientific innovation and AI readiness and maturityUnderstand the importance of executive leadership for pursuing AI initiatives"A must read for business executives and managers interested in learning about AI and unlocking its benefits. Alex Castrounis has simplified complex topics so that anyone can begin to leverage AI within their organization." - Dan Park, GM & Director, Uber"Alex Castrounis has been at the forefront of helping organizations understand the promise of AI and leverage its benefits, while avoiding the many pitfalls that can derail success. In this essential book, he shares his expertise with the rest of us." - Dean Wampler, Ph.D., VP, Fast Data Engineering at Lightbend
AI for People, Democratizing AI: Second EAI International Conference, CAIP 2023, Bologna, Italy, November 24-26, 2023, Proceedings (Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering #591)
by Giovanni Sartor Marta Ziosi João Miguel Cunha Angelo Trotta Philipp WickeThis book constitutes the refereed post-conference proceedings of the Second EAI International Conference on AI for People, Democratizing AI, CAIP 2023, held in Bologna, Italy, during November 24-26, 2023. The 11 regular papers were carefully reviewed and selected from 27 submissions. The papers are organized in thematic sessions on ethical AI and innovation; democratization of AI and governance; AI in society and legal aspects; and data privacy and technology ethics.
AI for Physics (AI for Everything)
by Volker KnechtWritten in accessible language without mathematical formulas, this short book provides an overview of the wide and varied applications of artificial intelligence (AI) across the spectrum of physical sciences. Focusing in particular on AI's ability to extract patterns from data, known as machine learning (ML), the book includes a chapter on important machine learning algorithms and their respective applications in physics. It then explores the use of ML across a number of important sub-fields in more detail, ranging from particle, molecular and condensed matter physics, to astrophysics, cosmology and the theory of everything. The book covers such applications as the search for new particles and the detection of gravitational waves from the merging of black holes, and concludes by discussing what the future may hold.
AI for Product Development
by Shrikant Tiwari Kanchan Naithani Shabnam KumariAI for Product Development explores the transformative role of artificial intelligence in reshaping modern industries. This book offers a comprehensive guide, spanning the evolution of AI in product innovation to practical applications, such as clustering techniques, human-autonomous vehicle interactions, and personalized healthcare solutions. With contributions from leading researchers, it covers explainable AI, real-world case studies, and ethical considerations in intelligent systems. The chapters delve into cutting-edge topics such as YOLO model variants, AI-driven emotion detection, and strategies for overcoming AI implementation challenges. Designed for researchers, professionals, and students, it bridges theory and practice, emphasizing AI's profound impact on product development and beyond.
AI for Radiology (AI for Everything)
by Oge MarquesArtificial intelligence (AI) has revolutionized many areas of medicine and is increasingly being embraced. This book focuses on the integral role of AI in radiology, shedding light on how this technology can enhance patient care and streamline professional workflows. This book reviews, explains, and contextualizes some of the most current, practical, and relevant developments in artificial intelligence and deep learning in radiology and medical image analysis. AI for Radiology presents a balanced viewpoint of the impact of AI in these fields, underscoring that AI technologies are not intended to replace radiologists but rather to augment their capabilities, freeing professionals to focus on more complex cases. This book guides readers from the basic principles of AI to their practical applications in radiology, moving from the role of data in AI to the ethical and regulatory considerations of using AI in radiology and concluding with a selection of resources for further exploration. This book has been crafted with a diverse readership in mind. It is a valuable asset for medical professionals eager to stay up to date with AI developments, computer scientists curious about AI’s clinical applications, and anyone interested in the intersection of healthcare and technology.
AI for Research and Scalable, Efficient Systems: Second International Workshop, AI4Research 2025, and First International Workshop, SEAS 2025, Held in Conjunction with AAAI 2025, Philadelphia, PA, USA, February 25–March 4, 2025, Proceedings (Communications in Computer and Information Science #2533)
by Kuan-Chuan Peng Wenpeng Yin Qingyun Wang Abhishek Aich Yumin SuhThis book constitutes the proceedings of the Second International Workshop, AI4Research 2025, and First International Workshop, SEAS 2025, which were held in conjunction with AAAI 2025, Philadelphia, PA, USA, during February 25–March 4, 2025. AI4Research 2025 presented 8 full papers from 35 submissions. The papers covered diverse areas such as agent debate evaluation, taxonomy expansion, hypothesis generation, AI4Research benchmarks, caption generation, drug discovery, and financial auditing. SEAS 2025 accepted 7 full papers from 17 submissions. These papers explore the efficiency and scalability of AI models.