Browse Results

Showing 42,176 through 42,200 of 61,857 results

Pan-African Conference on Artificial Intelligence: First Conference, PanAfriCon AI 2022, Addis Ababa, Ethiopia, October 4–5, 2022, Revised Selected Papers (Communications in Computer and Information Science #1800)

by Friedhelm Schwenker Taye Girma Debelee Achim Ibenthal

This volume consitutes selected papers presented during the First Pan-African Conference on Artificial Intelligence, PanAfriCon AI 2022, held in Addis Ababa, Ethiopia, in October 2022. The 16 papers were thoroughly reviewed and selected from the 49 qualified submissions. The papers are organized in the following topical sections: ​AI in public health; agriculture; algorithmic optimization; human-machine interaction; economy and security.

Pan-African Conference on Artificial Intelligence: Second Conference, PanAfriCon AI 2023, Addis Ababa, Ethiopia, October 5–6, 2023, Revised Selected Papers, Part I (Communications in Computer and Information Science #2068)

by Friedhelm Schwenker Taye Girma Debelee Achim Ibenthal Yehualashet Megersa Ayano

This two-volume set, CCIS 2068 and 2069, constitutes selected papers presented during the Second Pan-African Conference on Artificial Intelligence, PanAfriCon AI 2023, held in Addis Ababa, Ethiopia, in October 2023. The set goal of the conference is to exchange the best practices of joint Pan-African efforts to provide solutions for Africa’s key 21st century challenges in the social, economic and ecologic domains. The 29 papers were thoroughly reviewed and selected from 134 submissions. The papers are organized in the following topical sections: Medical AI; Natural Language Processing, Text and Speech Processing; AI in Finance and Cyber Security; Autonomous Vehicles; AI Ethics and Life Sciences.

Pan-African Conference on Artificial Intelligence: Second Conference, PanAfriCon AI 2023, Addis Ababa, Ethiopia, October 5–6, 2023, Revised Selected Papers, Part II (Communications in Computer and Information Science #2069)

by Friedhelm Schwenker Taye Girma Debelee Achim Ibenthal Yehualashet Megersa Ayano

This two-volume set, CCIS 2068 and 2069, constitutes selected papers presented during the Second Pan-African Conference on Artificial Intelligence, PanAfriCon AI 2023, held in Addis Ababa, Ethiopia, in October 2023. The set goal of the conference is to exchange the best practices of joint Pan-African efforts to provide solutions for Africa’s key 21st century challenges in the social, economic and ecologic domains. The 29 papers were thoroughly reviewed and selected from 134 submissions. The papers are organized in the following topical sections: Medical AI; Natural Language Processing, Text and Speech Processing; AI in Finance and Cyber Security; Autonomous Vehicles; AI Ethics and Life Sciences.

Panda3D 1.6 Game Engine Beginner's Guide

by David Brian Mathews

This book is a step-by-step, tutorial-driven guide to game or application development using Panda3D that follows the process used in professional development. You will learn through first-hand experience how a Panda3D developer goes from literally nothing to a finished product. Along the way there are illustrations to explain difficult topics and to display the results of progress, as well as a complete archive of thoroughly explained code for every tutorial. Every single code file the reader saves is mirrored in the example code, finished and explained. In addition, every art and audio asset required by the tutorials is provided, so the user need not provide any assets of their own. If you are an independent developer interested in creating your own video games or other 3D applications using Panda3D for personal or commercial distribution at minimal expense, this book is definitely for you. A basic understanding of general programming, such as familiarity with the concept of a variable, is necessary. Some familiarity with object-oriented programming and the Python language is expected, but not essential. This book does not cover the creation of three dimensional models or similar art assets, nor does it cover the creation of two dimensional art assets or audio assets.

Panda3D 1.7 Game Developer's Cookbook

by Christoph Lang

This is a cookbook with over 80 recipes offering solutions to common game development problems with Panda3D with explained sample code and screenshots added in.If you are a developer with experience in Python, Panda3D, and optionally C++ and shading languages and you are looking for quick and easy to integrate solutions to common game development problems with Panda3D, this book is for you.

Pandas 1.x Cookbook: Practical recipes for scientific computing, time series analysis, and exploratory data analysis using Python, 2nd Edition

by Matt Harrison Theodore Petrou

Use the power of pandas to solve most complex scientific computing problems with ease. Revised for pandas 1.x. Key Features This is the first book on pandas 1.x Practical, easy to implement recipes for quick solutions to common problems in data using pandas Master the fundamentals of pandas to quickly begin exploring any dataset Book Description The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands as one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through situations that you are highly likely to encounter. This new updated and revised edition provides you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. Many advanced recipes combine several different features across the pandas library to generate results. What you will learn Master data exploration in pandas through dozens of practice problems Group, aggregate, transform, reshape, and filter data Merge data from different sources through pandas SQL-like operations Create visualizations via pandas hooks to matplotlib and seaborn Use pandas, time series functionality to perform powerful analyses Import, clean, and prepare real-world datasets for machine learning Create workflows for processing big data that doesn't fit in memory Who this book is for This book is for Python developers, data scientists, engineers, and analysts. Pandas is the ideal tool for manipulating structured data with Python and this book provides ample instruction and examples. Not only does it cover the basics required to be proficient, but it goes into the details of idiomatic pandas.

Pandas Cookbook

by Ted Petrou

This book is for Python developers who wish to perform data analysis and scientific computing with Python. Those who wish to implement data analysis in Python will need to use Pandas at one point or another—and this book will come very handy. Examples are suitable for both novice and advanced users, as they cover a variety of real-world problem data sets.

Pandas Cookbook: Practical recipes for scientific computing, time series, and exploratory data analysis using Python

by Matthew Harrison William Ayd

From fundamental techniques to advanced strategies for handling big data, visualization, and more, this book equips you with skills to excel in real-world data analysis projects. Bonus: Free PDF copy + join our Discord + code filesKey FeaturesThis book targets features in pandas 2.x and beyondPractical, easy to implement recipes for quick solutions to common problems in data using pandasMaster the fundamentals of pandas to quickly begin exploring any datasetBook DescriptionUnlock the full power of pandas 2.x with this hands-on cookbook, designed for Python developers, data analysts, and data scientists who need fast, efficient solutions for real-world data challenges. This book provides practical, ready-to-use recipes to streamline your workflow. With step-by-step guidance, you'll master data wrangling, visualization, performance optimization, and scalable data analysis using pandas’ most powerful features. From importing and merging large datasets to advanced time series analysis and SQL-like operations, this cookbook equips you with the tools to analyze, manipulate, and visualize data like a pro. Learn how to boost efficiency, optimize memory usage, and seamlessly integrate pandas with NumPy, PyArrow, and databases. This book will help you transform raw data into actionable insights with ease. What you will learnThe pandas type system and how to best navigate itImport/export DataFrames to/from common data formatsData exploration in pandas through dozens of practice problemsGrouping, aggregation, transformation, reshaping, and filtering dataMerge data from different sources through pandas SQL-like operationsLeverage the robust pandas time series functionality in advanced analysesScale pandas operations to get the most out of your systemThe large ecosystem that pandas can coordinate with and supplementWho this book is forThis book is for Python developers, data scientists, engineers, and analysts. pandas is the ideal tool for manipulating structured data with Python and this book provides ample instruction and examples. Not only does it cover the basics required to be proficient, but it goes into the details of idiomatic pandas

Pandas Workout: 200 exercises to make you a stronger data analyst

by Reuven Lerner

Practice makes perfect pandas!Work out your pandas skills against dozens of real-world challenges, each carefully designed to build an intuitive knowledge of essential pandas tasks. In Pandas Workout you&’ll learn how to: Clean your data for accurate analysis Work with rows and columns for retrieving and assigning data Handle indexes, including hierarchical indexes Read and write data with a number of common formats, such as CSV and JSON Process and manipulate textual data from within pandas Work with dates and times in pandas Perform aggregate calculations on selected subsets of data Produce attractive and useful visualizations that make your data come alive Pandas Workout hones your pandas skills to a professional-level through two hundred exercises, each designed to strengthen your pandas skills. You&’ll test your abilities against common pandas challenges such as importing and exporting, data cleaning, visualization, and performance optimization. Each exercise utilizes a real-world scenario based on real-world data, from tracking the parking tickets in New York City, to working out which country makes the best wines. You&’ll soon find your pandas skills becoming second nature—no more trips to StackOverflow for what is now a natural part of your skillset. About the technology Python&’s pandas library can massively reduce the time you spend analyzing, cleaning, exploring, and manipulating data. And the only path to pandas mastery is practice, practice, and, you guessed it, more practice. In this book, Python guru Reuven Lerner is your personal trainer and guide through over 200 exercises guaranteed to boost your pandas skills. About the book Pandas Workout is a thoughtful collection of practice problems, challenges, and mini-projects designed to build your data analysis skills using Python and pandas. The workouts use realistic data from many sources: the New York taxi fleet, Olympic athletes, SAT scores, oil prices, and more. Each can be completed in ten minutes or less. You&’ll explore pandas&’ rich functionality for string and date/time handling, complex indexing, and visualization, along with practical tips for every stage of a data analysis project. What's inside Clean data with less manual labor Retrieving and assigning data Process and manipulate text Calculations on selected data subsets About the reader For Python programmers and data analysts. About the author Reuven M. Lerner teaches Python and data science around the world and publishes the &“Bamboo Weekly&” newsletter. He is the author of Manning&’s Python Workout (2020). Table of Contents 1 Series 2 Data frames 3 Importing and exporting data 4 Indexes 5 Cleaning data 6 Grouping, joining, and sorting 7 Advanced grouping, joining, and sorting 8 Midway project 9 Strings 10 Dates and times 11 Visualization 12 Performance 13 Final project

Pandas in Action

by Boris Paskhaver

Take the next steps in your data science career! This friendly and hands-on guide shows you how to start mastering Pandas with skills you already know from spreadsheet software.In Pandas in Action you will learn how to: Import datasets, identify issues with their data structures, and optimize them for efficiency Sort, filter, pivot, and draw conclusions from a dataset and its subsets Identify trends from text-based and time-based data Organize, group, merge, and join separate datasets Use a GroupBy object to store multiple DataFrames Pandas has rapidly become one of Python's most popular data analysis libraries. In Pandas in Action, a friendly and example-rich introduction, author Boris Paskhaver shows you how to master this versatile tool and take the next steps in your data science career. You&’ll learn how easy Pandas makes it to efficiently sort, analyze, filter and munge almost any type of data. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Data analysis with Python doesn&’t have to be hard. If you can use a spreadsheet, you can learn pandas! While its grid-style layouts may remind you of Excel, pandas is far more flexible and powerful. This Python library quickly performs operations on millions of rows, and it interfaces easily with other tools in the Python data ecosystem. It&’s a perfect way to up your data game. About the book Pandas in Action introduces Python-based data analysis using the amazing pandas library. You&’ll learn to automate repetitive operations and gain deeper insights into your data that would be impractical—or impossible—in Excel. Each chapter is a self-contained tutorial. Realistic downloadable datasets help you learn from the kind of messy data you&’ll find in the real world. What's inside Organize, group, merge, split, and join datasets Find trends in text-based and time-based data Sort, filter, pivot, optimize, and draw conclusions Apply aggregate operations About the reader For readers experienced with spreadsheets and basic Python programming. About the author Boris Paskhaver is a software engineer, Agile consultant, and online educator. His programming courses have been taken by 300,000 students across 190 countries. Table of Contents PART 1 CORE PANDAS 1 Introducing pandas 2 The Series object 3 Series methods 4 The DataFrame object 5 Filtering a DataFrame PART 2 APPLIED PANDAS 6 Working with text data 7 MultiIndex DataFrames 8 Reshaping and pivoting 9 The GroupBy object 10 Merging, joining, and concatenating 11 Working with dates and times 12 Imports and exports 13 Configuring pandas 14 Visualization

Pandemic Performance: Resilience, Liveness, and Protest in Quarantine Times (Routledge Advances in Theatre & Performance Studies)

by Kendra Claire Capece

Pandemic Performance chronicles the many ways that people are surviving/thriving through performance in a global pandemic. Covering artists and events from across the United States: from New York to California and from South Dakota to Texas, the chapters are equal parts theory and practice, weaving scholarship with personal experience from contributors who are interdisciplinary artists, scholars, journalists, and community organizers providing unique and invaluable perspectives on the complicated work of resilience during COVID-19. This study will hold interest for students and scholars in the performing arts, arts, and social justice as well as professional artmakers and creative community organizers.

Pandemic to Endemic: Propositions for the Future

by Divekar Rajiv Chopra Komal Chitranshi Jaya Mehendale Smita

The pandemic wave of Covid 19 made many organizations in different sectors rethink their business strategy. The pandemic wave soon became an endemic and the organizations adapted themselves to the new ways of doing business. Endemic situation indicates that the Covid virus is here to stay but with limited impact. The book provides deeper research on how organizations adapted themselves to the post Covid situation and how they look at the future. The book covers studies from the areas of marketing, finance, human resource, operations, healthcare and education.

Pandemic, Governance and Communication: The Curious Case of COVID-19 (Routledge Series on the Humanities and the Social Sciences in a Post-COVID-19 World)

by Dipankar Sinha

This book focuses on what is arguably the most devastating phenomenon in the history of modern civilization, the COVID-19 pandemic. It shows how, on the one hand, the pandemic has exposed governments the world over to deal with a major health crisis; and, on the other, efforts by the ruling forces to enforce surveillance on people and disciplining them by maneuvering cutting-edge digital technology in the name of security and safety. Second, it explores how the mainstream versions of crisis communication and risk communication face huge challenges during a pandemic. Finally, it analyses how the pandemic propels an extraordinary expansion of infodemic — rapid spread of excessive quantities of misinformation and disinformation of the fake and false variety — and how social media in particular becomes its main tool in causing subversion of the prevalent information order. Engaging, comprehensive and accessible, this book will be of immense importance to scholars and researchers of politics, especially governance and political communication, communication studies, and public health management. It will be vital for public policy professionals, experts in thinktanks, career bureaucrats, and non-governmental organizations.

Pandora's Brain

by Calum Chace

Around half the scientists researching artificial intelligence (AI) think that a conscious machine with cognitive abilities at or beyond human level will be created by 2050. If they are right, the consequence could be an intelligence explosion, in which the AI rapidly and enormously exceeds human competence. Pandora's Brain is a science thriller by best-selling writer Calum Chace. It uses the issues raised by the possible coming machine intelligence explosion as a platform for a fast-paced and thought-provoking adventure story. The story is set in the very near future, and features Matt, a shy but engaging and resourceful student who discovers that his recently-deceased father was involved in research that could enable the construction of the world's first conscious machine. Matt's enquiries lead to his being kidnapped, as he is caught in the crossfire between two groups pursuing that goal - one led by a Russian billionaire, and another backed by the US military. Matt has to do more than simply survive: he has to harness these powerful forces to his own ends. At stake is his own life and those of his family and friends. A dramatic seaborne rescue operation, a series of brutal murders and other filmic action scenes follow. In the course of his adventures, Matt discovers that the potential upside of creating machine intelligence includes immortality, and godlike powers of understanding and being--but the potential downside is immediate extinction, or worse. As he is drawn deeper into his adventure, he becomes both the symbol and the victim of a global struggle over the approach to be taken towards this powerful new technology. A landmark decision at a meeting of the UN General Assembly forces Matt to make a fateful decision which sparks the story's final twist.

Panic, Prosperity, and Progress: Five Centuries of History and the Markets (Wiley Trading)

by Timothy Knight

A detailed guide to financial market performance during financial crises With the financial markets seemingly careening from one crisis to another, it's vital for today’s investors and traders to have an historical perspective on market performance during times of great turmoil. In this book, Tim Knight provides an exhaustive analysis of financial market behavior prior, during, and following tumultuous events since 1600. Making copious use of charts and basic technical analysis, Knight demonstrates how external shocks tend to create extreme reactions in the financial markets and how these predictable reactions provide opportunities for investors and traders to profit. Knight traverses five centuries of financial market history, from Tulipmania in the 1600s to the contemporary sovereign debt crisis. He looks at each event from the prism of the financial markets, examining the market climate prior to the event, during the event, and following the event. Draws essential lessons from history providing investors and traders with guidelines to better navigate markets in today's tumultuous times Offers valuable insights on understanding and anticipating market responses to shocks and crises Companion website with a Q&A section contains charts from key moments in past financial crises and asks readers to choose whether to go long, short, or step aside If you're looking for a better way to make it today's dynamic markets, look no further than this timely book.

Panoramica Cloud

by George Smolinski Arabela Solonean

Descrizione del libro: Hai bisogno di un modo migliore per organizzare la tua vita. Questo libro ti farà vedere come! Negli ultimi dieci anni, le rivoluzioni tecnologiche hanno permesso di migliorare drasticamente la velocità e l'efficienza con cui operiamo. Una rivoluzione importante è stato l'avvento del cloud storage, che consente la memorizzazione di documenti, file, video, foto e altro ancora nel "cloud". Non più abbiamo bisogno di mantenere i file sul computer o in armadi, per ora possiamo semplicemente metterli in questi programmi di cloud storage con un semplice clic del mouse. Insieme a tutte le nuove tecnologie, le domande sorgono sempre su quale programma è migliore, ha la massima funzionalità, ed è il più sicuro. Questo libro risponde a queste domande per i primi programmi di cloud storage oggi disponibili: 1. Google Drive 2. Evernote 3. Dropbox 4. Amazon Cloud Drive 5. Microsoft OneDrive In questo libro, troverete informazioni dettagliate su questi programmi, così come alcuni consigli utili su come massimizzare l'utilizzo di Google Drive e troverete anche i dettagli su altri programmi top come Evernote e gli elementi essenziali Evernote di cui avete bisogno per massimizzare tale piattaforma. Alla fine delle recensioni di singoli programmi, offro un confronto punto per punto di questi programmi di cloud storage e le mie raccomandazioni finali. Cloud storage è qui per rimanere, è un modo efficace per massimizzare la produttività e liberare la vostra vita. Comprando questo libro, prenderete una decisione su quali programmi di cloud storage utilizzare, e sbloccare questa tecnologia per voi!

Pantsuit Nation

by Libby Chamberlain

An inspiring collection of stories and photographs that capture what it means to live, work, love, and resist in America—from the Facebook group with millions of engaged and impassioned members. In October 2016, Maine resident Libby Chamberlain created a “secret” Facebook group encouraging a handful of friends to wear pantsuits to the polls. Overnight, the group of thirty exploded to 24,000 members. By November 8, the group was three million strong. Since Pantsuit Nation’s inception, its members have shared personal stories that illustrate the complexities of living in a vibrant, oftentimes contentious democracy. Members turn to Pantsuit Nation as a place of refuge and inspiration, where marginalized voices are amplified, faces are put to political decisions, resources are shared, and activism is ignited. It is a dynamic, diverse community united by an unwavering commitment to building a more just, inclusive world. Now, hundreds of Pantsuit Nation members have contributed their stories and photographs to form this extraordinary book. An indelible testament to the idea that change comes first from the heart, and that the surest way to move a heart is to tell a story, Pantsuit Nation is a portrait of a moment in history and a rallying cry for our time.

Paper Doll: Notes From A Late Bloomer

by Dylan Mulvaney

'AN ESSENTIAL READ FOR ANYONE WITH A HEART' JOE LOCKE, star of Heartstopper'SHOULD BE REQUIRED READING FOR ANYONE LOOKING TO EXPAND THEIR RELATIONSHIP TO THE LGBTQ+ COMMUNITY' Kristin Chenoweth'DYLAN MAKES ME LAUGH AND MAKES ME BRAVE. I LOVE PAPER DOLL AND I LOVE THIS WOMAN' Glennon Doyle, #1 Sunday Times bestselling author of UntamedWhen Dylan Mulvaney came out as a woman online, she was a viral sensation almost overnight, emerging as a trailblazing voice on social media. Dylan's personal coming-out story blossomed into a platform for advocacy and empowerment for trans people all over the world.Through her "Days of Girlhood" series, she connected with followers by exploring what it means to be a girl, from experimenting with makeup to story times to spilling the tea about laser hair removal, while never shying away from discussing the transphobia she faced online. Nevertheless, she was determined to be a beacon of positivity.But shortly after she celebrated day 365 of being a girl, it all came screeching to a halt when an innocuous post sparked a media firestorm and right-wing backlash she couldn't have expected. Despite the vitriolic press and relentless paparazzi, Dylan was determined to remain loud and proud.In Paper Doll: Notes from a Late Bloomer, Dylan pulls back the curtain of her "It Girl" lifestyle with a witty and intimate reflection of her life pre- and post-transition. She covers everything from her first big break in theatre to the first time her dad recognized her as a girl to how she handled scandals, cancellations, and . . . tucking. It's both laugh-out-loud funny and powerfully honest-and is a love letter to everyone who stands up for queer joy.

Paper Doll: Notes From A Late Bloomer

by Dylan Mulvaney

When Dylan Mulvaney came out as a woman online, she was a viral sensation almost overnight, emerging as a trailblazing voice on social media. Dylan's personal coming-out story blossomed into a platform for advocacy and empowerment for trans people all over the world. <p> Through her "Days of Girlhood" series, she connected with followers by exploring what it means to be a girl, from experimenting with makeup to story times to spilling the tea about laser hair removal, while never shying away from discussing the transphobia she faced online. Nevertheless, she was determined to be a beacon of positivity. But shortly after she celebrated day 365 of being a girl, it all came screeching to a halt when an innocuous post sparked a media firestorm and right-wing backlash she couldn't have expected. <p> Despite the vitriolic press and relentless paparazzi, Dylan was determined to remain loud and proud. In Paper Doll: Notes from a Late Bloomer, Dylan pulls back the curtain of her "It Girl" lifestyle with a witty and intimate reflection of her life pre- and post-transition. She covers everything from her first big break in theatre to the first time her dad recognized her as a girl to how she handled scandals, cancellations, and . . . tucking. It's both laugh-out-loud funny and powerfully honest-and is a love letter to everyone who stands up for queer joy. <b>New York Times Bestseller</b>

Paper Time Machines: Critical Game Design and Historical Board Games

by Maurice W. Suckling

James Dunnigan’s memorable phrase serves as the first part of a title for this book, where it seeks to be applicable not just to analog wargames, but also to board games exploring non-expressly military history, that is, to political, diplomatic, social, economic, or other forms of history. Don’t board games about history, made predominantly out of (layered) paper, permit a kind of time travel powered by our imagination? Paper Time Machines: Critical Game Design and Historical Board Games is for those who consider this a largely rhetorical question; primarily for designers of historical board games, directed in its more practice-focused sections (Parts Two, Three, and Four) toward those just commencing their journeys through time and space and engaged in learning how to deconstruct and to construct paper time machines.More experienced designers may find something here for them, too, perhaps to refresh themselves or as an aid to instruction to mentees in whatever capacity. But it is also intended for practitioners of all levels of experience to find value in the surrounding historical contexts and theoretical debates pertinent to the creation of and the thinking around the making of historical board games (Parts One and Five). In addition, it is intended that the book might redirect some of the attention of the field of game studies, so preoccupied with digital games, toward this hitherto generally much neglected area of research.Key Features: Guides new designers through the process of historical board game design Encapsulates the observations and insights of numerous notable designers Deeply researched chapters on the history and current trajectory of the hobby Chapters on selected critical perspectives on the hobby

Papervision3D Essentials

by Paul Tondeur Jeff Winder

This book is a step-by-step guide, which starts at an easy level for beginners and then gradually works to more advanced topics bit-by-bit. It covers code examples explained in detail and also a number of demos, which illustrate theoretical concepts. This book can also be used as a reference guide by readers who have already mastered Papervision3D. This book is aimed at readers who want to get started with Papervision3D. The book is also aimed at Flash and 3D developers wanting to extend and amplify their existing development skills, empowering them to build new types of applications. The book assumes that you have some experience with ActionScript 3.0, but you do not have to be familiar with classes and Object Oriented Programming; an introduction on these topics is included.

Parab - December 2020: પરબ - ડીસેમ્બર ૨૦૨૦

by Yogesh Joshi

પરબ ડીસેમ્બર –૨૦૨૦

Parables of the Posthuman: Digital Realities, Gaming, and the Player Experience (Contemporary Approaches to Film and Media Series)

by Jonathan Boulter

In its intimate joining of self and machine, video gaming works to extend the body into a fluid, dynamic, unstable, and discontinuous entity. While digital gaming and culture has become a popular field of academic study, there has been a lack of sustained philosophical analysis of this direct gaming experience. In Parables of the Posthuman: Digital Realities, Gaming, and the Player Experience, author Jonathan Boulter addresses this gap by analyzing video games and the player experience philosophically. Finding points of departure in phenomenology and psychoanalysis, Boulter argues that we need to think seriously about what it means to enter into a relationship with the game machine and to assume (or to have conferred upon you) a machinic, posthuman identity. Parables of the Posthuman approaches the experience of gaming by asking: What does it mean for the player to enter the machinic "world" of the game? What forms of subjectivity does the game offer to the player? What happens to consciousness itself when one plays? To this end, Boulter analyzes the experience of particular role-playing video games, including Fallout 3, Half-Life 2, Bioshock, Crysis 2, and Metal Gear Solid 4. These games both thematize the idea of the posthuman--the games are "about" subjects whose physical and intellectual capacities are extended through machine or other prosthetic means--and also enact an experience of the posthuman for the player, who becomes more than what he was as he plays the game. Boulter concludes by exploring how the game acts as a parable of what the human, or posthuman, may look like in times to come. Academics with an interest in the intersection of philosophy, psychoanalysis, and popular culture forms and video gamers with an interest in thinking about the implications of gaming will enjoy this volume.

Paraconsistency: Logic and Applications

by Francesco Berto Edwin Mares Francesco Paoli Koji Tanaka

A logic is called 'paraconsistent' if it rejects the rule called 'ex contradictione quodlibet', according to which any conclusion follows from inconsistent premises. While logicians have proposed many technically developed paraconsistent logical systems and contemporary philosophers like Graham Priest have advanced the view that some contradictions can be true, and advocated a paraconsistent logic to deal with them, until recent times these systems have been little understood by philosophers. This book presents a comprehensive overview on paraconsistent logical systems to change this situation. The book includes almost every major author currently working in the field. The papers are on the cutting edge of the literature some of which discuss current debates and others present important new ideas. The editors have avoided papers about technical details of paraconsistent logic, but instead concentrated upon works that discuss more "big picture" ideas. Different treatments of paradoxes takes centre stage in many of the papers, but also there are several papers on how to interpret paraconistent logic and some on how it can be applied to philosophy of mathematics, the philosophy of language, and metaphysics.

Paraconsistent Intelligent-Based Systems

by Jair Minoro Abe

This book presents some of the latest applications of new theories based on the concept of paraconsistency and correlated topics in informatics, such as pattern recognition (bioinformatics), robotics, decision-making themes, and sample size. Each chapter is self-contained, and an introductory chapter covering the logic theoretical basis is also included. The aim of the text is twofold: to serve as an introductory text on the theories and applications of new logic, and as a textbook for undergraduate or graduate-level courses in AI. Today AI frequently has to cope with problems of vagueness, incomplete and conflicting (inconsistent) information. One of the most notable formal theories for addressing them is paraconsistent (paracomplete and non-alethic) logic.

Refine Search

Showing 42,176 through 42,200 of 61,857 results