Results for 'Algorithms '

993 found
Order:
  1. Algorithmic neutrality.Milo Phillips-Brown - manuscript
    Algorithms wield increasing control over our lives—over which jobs we get, whether we're granted loans, what information we're exposed to online, and so on. Algorithms can, and often do, wield their power in a biased way, and much work has been devoted to algorithmic bias. In contrast, algorithmic neutrality has gone largely neglected. I investigate three questions about algorithmic neutrality: What is it? Is it possible? And when we have it in mind, what can we learn about algorithmic (...)
    Direct download  
     
    Export citation  
     
    Bookmark   1 citation  
  2. Algorithmic and human decision making: for a double standard of transparency.Mario Günther & Atoosa Kasirzadeh - 2022 - AI and Society 37 (1):375-381.
    Should decision-making algorithms be held to higher standards of transparency than human beings? The way we answer this question directly impacts what we demand from explainable algorithms, how we govern them via regulatory proposals, and how explainable algorithms may help resolve the social problems associated with decision making supported by artificial intelligence. Some argue that algorithms and humans should be held to the same standards of transparency and that a double standard of transparency is hardly justified. (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   16 citations  
  3.  3
    Algorithms from THE BOOK.Kenneth Lange - 2020 - Philadelphia, PA: The Society for Industrial and Applied Mathematics.
    Ancient algorithms -- Sorting -- Graph algorithms -- Primality testing -- Solution of linear equations -- Newton's method -- Linear programming -- Eigenvalues and eigenvectors -- MM algorithms -- Data mining -- The fast Fourier transform -- Monte Carlo methods -- Mathematical review.
    Direct download  
     
    Export citation  
     
    Bookmark  
  4. Disambiguating Algorithmic Bias: From Neutrality to Justice.Elizabeth Edenberg & Alexandra Wood - 2023 - In Francesca Rossi, Sanmay Das, Jenny Davis, Kay Firth-Butterfield & Alex John (eds.), AIES '23: Proceedings of the 2023 AAAI/ACM Conference on AI, Ethics, and Society. Association for Computing Machinery. pp. 691-704.
    As algorithms have become ubiquitous in consequential domains, societal concerns about the potential for discriminatory outcomes have prompted urgent calls to address algorithmic bias. In response, a rich literature across computer science, law, and ethics is rapidly proliferating to advance approaches to designing fair algorithms. Yet computer scientists, legal scholars, and ethicists are often not speaking the same language when using the term ‘bias.’ Debates concerning whether society can or should tackle the problem of algorithmic bias are hampered (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  5.  5
    Algorithms for big data.Moran Feldman - 2020 - New Jersey: World Scientific.
    This unique volume is an introduction for computer scientists, including a formal study of theoretical algorithms for Big Data applications, which allows them to work on such algorithms in the future. It also serves as a useful reference guide for the general computer science population, providing a comprehensive overview of the fascinating world of such algorithms. To achieve these goals, the algorithmic results presented have been carefully chosen so that they demonstrate the important techniques and tools used (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  6. Algorithms for Ethical Decision-Making in the Clinic: A Proof of Concept.Lukas J. Meier, Alice Hein, Klaus Diepold & Alena Buyx - 2022 - American Journal of Bioethics 22 (7):4-20.
    Machine intelligence already helps medical staff with a number of tasks. Ethical decision-making, however, has not been handed over to computers. In this proof-of-concept study, we show how an algorithm based on Beauchamp and Childress’ prima-facie principles could be employed to advise on a range of moral dilemma situations that occur in medical institutions. We explain why we chose fuzzy cognitive maps to set up the advisory system and how we utilized machine learning to train it. We report on the (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   22 citations  
  7.  6
    Algorithms for optimization.Mykel J. Kochenderfer - 2019 - Cambridge, Massachusetts: The MIT Press. Edited by Tim A. Wheeler.
    A comprehensive introduction to optimization with a focus on practical algorithms for the design of engineering systems. This book offers a comprehensive introduction to optimization with a focus on practical algorithms. The book approaches optimization from an engineering perspective, where the objective is to design a system that optimizes a set of metrics subject to constraints. Readers will learn about computational approaches for a range of challenges, including searching high-dimensional spaces, handling problems where there are multiple competing objectives, (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  8. Algorithmic Fairness from a Non-ideal Perspective.Sina Fazelpour & Zachary C. Lipton - 2020 - Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society.
    Inspired by recent breakthroughs in predictive modeling, practitioners in both industry and government have turned to machine learning with hopes of operationalizing predictions to drive automated decisions. Unfortunately, many social desiderata concerning consequential decisions, such as justice or fairness, have no natural formulation within a purely predictive framework. In efforts to mitigate these problems, researchers have proposed a variety of metrics for quantifying deviations from various statistical parities that we might expect to observe in a fair world and offered a (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   10 citations  
  9. Democratizing Algorithmic Fairness.Pak-Hang Wong - 2020 - Philosophy and Technology 33 (2):225-244.
    Algorithms can now identify patterns and correlations in the (big) datasets, and predict outcomes based on those identified patterns and correlations with the use of machine learning techniques and big data, decisions can then be made by algorithms themselves in accordance with the predicted outcomes. Yet, algorithms can inherit questionable values from the datasets and acquire biases in the course of (machine) learning, and automated algorithmic decision-making makes it more difficult for people to see algorithms as (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   26 citations  
  10.  12
    Algorithms: a top-down approach.Rodney R. Howell - 2023 - New Jersey: World Scientific.
    This comprehensive compendium provides a rigorous framework to tackle the daunting challenges of designing correct and efficient algorithms. It gives a uniform approach to the design, analysis, optimization, and verification of algorithms. The volume also provides essential tools to understand algorithms and their associated data structures. This useful reference text describes a way of thinking that eases the task of proving algorithm correctness. Working through a proof of correctness reveals an algorithm's subtleties in a way that a (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  11.  18
    Algorithmic Democracy: A Critical Perspective Based on Deliberative Democracy.Domingo García-Marzá & Patrici Calvo - 2024 - Springer Verlag.
    Based on a deliberative democracy, this book uses a hermeneutic-critical methodology to study bibliographical sources and practical issues in order to analyse the possibilities, limits and consequences of the digital transformation of democracy. Drawing on a two-way democracy, the aim of this book is intended as an aid for thinking through viable alternatives to the current state of democracy with regard to its ethical foundations and the moral knowledge implicit in or assumed by the way we perceive and understand democracy. (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  12.  4
    Simplicial algorithms for minimizing polyhedral functions.M. R. Osborne - 2001 - New York: Cambridge University Press.
    Polyhedral functions provide a model for an important class of problems that includes both linear programming and applications in data analysis. General methods for minimizing such functions using the polyhedral geometry explicitly are developed. Such methods approach a minimum by moving from extreme point to extreme point along descending edges and are described generically as simplicial. The best-known member of this class is the simplex method of linear programming, but simplicial methods have found important applications in discrete approximation and statistics. (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  13. Algorithmic Profiling as a Source of Hermeneutical Injustice.Silvia Milano & Carina Prunkl - forthcoming - Philosophical Studies:1-19.
    It is well-established that algorithms can be instruments of injustice. It is less frequently discussed, however, how current modes of AI deployment often make the very discovery of injustice difficult, if not impossible. In this article, we focus on the effects of algorithmic profiling on epistemic agency. We show how algorithmic profiling can give rise to epistemic injustice through the depletion of epistemic resources that are needed to interpret and evaluate certain experiences. By doing so, we not only demonstrate (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  14.  8
    The constitution of algorithms: ground-truthing, programming, formulating.Florian Jaton - 2020 - Cambridge, Massachusetts: The MIT Press. Edited by Geoffrey C. Bowker.
    Ethnographic study of the constitution of algorithms.
    Direct download  
     
    Export citation  
     
    Bookmark   1 citation  
  15.  7
    Algorithms: design and analysis.Harsh Bhasin - 2015 - New Delhi, India: Oxford University Press.
    Algorithms: Design and Analysis is a textbook designed for undergraduate and postgraduate students of computer science engineering, information technology, and computer applications. The book offers adequate mix of both theoretical and mathematical treatment of the concepts. It covers the basics, design techniques, advanced topics and applications of algorithms. The book will also serve as a useful reference for researchers and practising programmers whointend to pursue a career in algorithm designing. The book is also indented for students preparing for (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  16.  7
    Algorithmic modernity: mechanizing thought and action, 1500-2000.Morgan G. Ames & Massimo Mazzotti (eds.) - 2022 - New York, NY: Oxford University Press.
    The rhetoric of algorithmic neutrality is more alive than ever-why? This volume explores key moments in the historical emergence of algorithmic practices and in the constitution of their credibility and authority since 1500. If algorithms are historical objects and their associated meanings and values are situated and contingent-and if we are to push back against rhetorical claims of otherwise-then the genealogical investigation this book offers is essential to understand the power of the algorithm. The fact that algorithms create (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  17. Algorithms and Autonomy: The Ethics of Automated Decision Systems.Alan Rubel, Clinton Castro & Adam Pham - 2021 - Cambridge University Press.
    Algorithms influence every facet of modern life: criminal justice, education, housing, entertainment, elections, social media, news feeds, work… the list goes on. Delegating important decisions to machines, however, gives rise to deep moral concerns about responsibility, transparency, freedom, fairness, and democracy. Algorithms and Autonomy connects these concerns to the core human value of autonomy in the contexts of algorithmic teacher evaluation, risk assessment in criminal sentencing, predictive policing, background checks, news feeds, ride-sharing platforms, social media, and election interference. (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   8 citations  
  18.  5
    Matrix Algorithms in MATLAB.Ong U. Routh - 2016 - London: Academic Press.
    Introduction -- Direct algorithms of decompositions of matrices by non-orthogonal transformations -- Direct algorithms of decompositions of matrices by orthogonal transformations -- Direct algorithms of solution of linear equations -- Iterative algorithms of solution of linear equations -- Direct algorithms of solution of eigenvalue problem -- Iterative algorithms of solution of eigenvalue problem -- Algorithms of solution of singular value decomposition.
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  19.  10
    Algorithm design: a methodological approach--150 problems and detailed solutions.Patrick Bosc - 2023 - Boca Raton: CRC Press. Edited by Lauren Miclet & Marc Guyomard.
    A best-seller in its French edition, the construction of this book is original and its success in the French market demonstrates its appeal. It is based on three principles: 1. An organization of the chapters by families of algorithms : exhaustive search, divide and conquer, etc. At the contrary, there is no chapter only devoted to a systematic exposure of, say, algorithms on strings. Some of these will be found in different chapters. 2. For each family of (...), an introduction is given to the mathematical principles and the issues of a rigorous design, with one or two pedagogical examples. 3. For its most part, the book details 150 problems, spanning on seven families of algorithms. For each problem, a precise and progressive statement is given. More important, a complete solution is detailed, with respect to the design principles that have been presented ; often, some classical errors are pointed at. Roughly speaking, two thirds of the book are devoted to the detailed rational construction of the solutions. (shrink)
    Direct download  
     
    Export citation  
     
    Bookmark  
  20. Algorithms, Agency, and Respect for Persons.Alan Rubel, Clinton Castro & Adam Pham - 2020 - Social Theory and Practice 46 (3):547-572.
    Algorithmic systems and predictive analytics play an increasingly important role in various aspects of modern life. Scholarship on the moral ramifications of such systems is in its early stages, and much of it focuses on bias and harm. This paper argues that in understanding the moral salience of algorithmic systems it is essential to understand the relation between algorithms, autonomy, and agency. We draw on several recent cases in criminal sentencing and K–12 teacher evaluation to outline four key ways (...)
    Direct download (5 more)  
     
    Export citation  
     
    Bookmark   4 citations  
  21.  67
    Algorithmic content moderation: Technical and political challenges in the automation of platform governance.Christian Katzenbach, Reuben Binns & Robert Gorwa - 2020 - Big Data and Society 7 (1):1–15.
    As government pressure on major technology companies builds, both firms and legislators are searching for technical solutions to difficult platform governance puzzles such as hate speech and misinformation. Automated hash-matching and predictive machine learning tools – what we define here as algorithmic moderation systems – are increasingly being deployed to conduct content moderation at scale by major platforms for user-generated content such as Facebook, YouTube and Twitter. This article provides an accessible technical primer on how algorithmic moderation works; examines some (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark   14 citations  
  22.  4
    Algorithms: solve a problem!Blake Hoena - 2018 - North Mankato, MN: Cantata Learning. Edited by Sánchez & Mark Mallman.
    Do you have a problem? Maybe you can use an algorithm to fix it! Learn about the codes all around us in Algorithms: Solve a Problem! Sing along as you learn to Code It!
    Direct download  
     
    Export citation  
     
    Bookmark  
  23.  5
    Algorithms: design techniques and analysis.M. H. Alsuwaiyel - 2016 - New Jersey: World Scientific.
    Problem solving is an essential part of every scientific discipline. It has two components: (1) problem identification and formulation, and (2) the solution to the formulated problem. One can solve a problem on its own using ad hoc techniques or by following techniques that have produced efficient solutions to similar problems. This requires the understanding of various algorithm design techniques, how and when to use them to formulate solutions, and the context appropriate for each of them. Algorithms: Design Techniques (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  24.  3
    Algorithms & sequencing.Teddy Borth - 2021 - Minneapolis, Minnesota: Cody Koala, an imprint of Pop!.
    This title introduces the concepts of algorithms and sequencing in coding by using relatable real-world examples in the reader's everyday life. Vivid photographs and easy-to-read text aid comprehension for early readers. Features include a table of contents, an infographic, fun facts, Making Connections questions, a glossary, and an index. QR Codes in the book give readers access to book-specific resources to further their learning. Aligned to Common Core Standards and correlated to state standards. Cody Koala is an imprint of (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  25. Algorithms and the Individual in Criminal Law.Renée Jorgensen - 2022 - Canadian Journal of Philosophy 52 (1):1-17.
    Law-enforcement agencies are increasingly able to leverage crime statistics to make risk predictions for particular individuals, employing a form of inference that some condemn as violating the right to be “treated as an individual.” I suggest that the right encodes agents’ entitlement to a fair distribution of the burdens and benefits of the rule of law. Rather than precluding statistical prediction, it requires that citizens be able to anticipate which variables will be used as predictors and act intentionally to avoid (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   4 citations  
  26. Algorithmic paranoia: the temporal governmentality of predictive policing.Bonnie Sheehey - 2019 - Ethics and Information Technology 21 (1):49-58.
    In light of the recent emergence of predictive techniques in law enforcement to forecast crimes before they occur, this paper examines the temporal operation of power exercised by predictive policing algorithms. I argue that predictive policing exercises power through a paranoid style that constitutes a form of temporal governmentality. Temporality is especially pertinent to understanding what is ethically at stake in predictive policing as it is continuous with a historical racialized practice of organizing, managing, controlling, and stealing time. After (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   9 citations  
  27.  5
    Algorithms Don’t Have A Past: Beyond Gadamer’s Alterity of the Text and Stader’s Reflected Prejudiced Use.Matthew S. Lindia - 2024 - Philosophy and Technology 37 (1):1-6.
    This commentary on Daniel Stader's recent article, “Algorithms Don't Have a Future: On the Relation of Judgement and Calculation” develops and complicates his argument by suggesting that algorithms ossify multiple kinds of prejudices, namely, the structural prejudices of the programmer and the exemplary prejudices of the dataset. This typology at once suggests that the goal of transparency may be impossible, but this impossibility enriches the possibilities for developing Stader's concept of reflected prejudiced use.
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  28.  75
    Algorithms, Manipulation, and Democracy.Thomas Christiano - 2022 - Canadian Journal of Philosophy 52 (1):109-124.
    Algorithmic communications pose several challenges to democracy. The three phenomena of filtering, hypernudging, and microtargeting can have the effect of polarizing an electorate and thus undermine the deliberative potential of a democratic society. Algorithms can spread fake news throughout the society, undermining the epistemic potential that broad participation in democracy is meant to offer. They can pose a threat to political equality in that some people may have the means to make use of algorithmic communications and the sophistication to (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   4 citations  
  29. On algorithmic fairness in medical practice.Thomas Grote & Geoff Keeling - 2022 - Cambridge Quarterly of Healthcare Ethics 31 (1):83-94.
    The application of machine-learning technologies to medical practice promises to enhance the capabilities of healthcare professionals in the assessment, diagnosis, and treatment, of medical conditions. However, there is growing concern that algorithmic bias may perpetuate or exacerbate existing health inequalities. Hence, it matters that we make precise the different respects in which algorithmic bias can arise in medicine, and also make clear the normative relevance of these different kinds of algorithmic bias for broader questions about justice and fairness in healthcare. (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  30. Algorithmic Fairness and the Situated Dynamics of Justice.Sina Fazelpour, Zachary C. Lipton & David Danks - 2022 - Canadian Journal of Philosophy 52 (1):44-60.
    Machine learning algorithms are increasingly used to shape high-stake allocations, sparking research efforts to orient algorithm design towards ideals of justice and fairness. In this research on algorithmic fairness, normative theorizing has primarily focused on identification of “ideally fair” target states. In this paper, we argue that this preoccupation with target states in abstraction from the situated dynamics of deployment is misguided. We propose a framework that takes dynamic trajectories as direct objects of moral appraisal, highlighting three respects in (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   3 citations  
  31. The algorithm audit: Scoring the algorithms that score us.Jovana Davidovic, Shea Brown & Ali Hasan - 2021 - Big Data and Society 8 (1).
    In recent years, the ethical impact of AI has been increasingly scrutinized, with public scandals emerging over biased outcomes, lack of transparency, and the misuse of data. This has led to a growing mistrust of AI and increased calls for mandated ethical audits of algorithms. Current proposals for ethical assessment of algorithms are either too high level to be put into practice without further guidance, or they focus on very specific and technical notions of fairness or transparency that (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   10 citations  
  32. Hiring, Algorithms, and Choice: Why Interviews Still Matter.Vikram R. Bhargava & Pooria Assadi - 2024 - Business Ethics Quarterly 34 (2):201-230.
    Why do organizations conduct job interviews? The traditional view of interviewing holds that interviews are conducted, despite their steep costs, to predict a candidate’s future performance and fit. This view faces a twofold threat: the behavioral and algorithmic threats. Specifically, an overwhelming body of behavioral research suggests that we are bad at predicting performance and fit; furthermore, algorithms are already better than us at making these predictions in various domains. If the traditional view captures the whole story, then interviews (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  33. Algorithmic bias: on the implicit biases of social technology.Gabbrielle M. Johnson - 2020 - Synthese 198 (10):9941-9961.
    Often machine learning programs inherit social patterns reflected in their training data without any directed effort by programmers to include such biases. Computer scientists call this algorithmic bias. This paper explores the relationship between machine bias and human cognitive bias. In it, I argue similarities between algorithmic and cognitive biases indicate a disconcerting sense in which sources of bias emerge out of seemingly innocuous patterns of information processing. The emergent nature of this bias obscures the existence of the bias itself, (...)
    Direct download (5 more)  
     
    Export citation  
     
    Bookmark   25 citations  
  34.  54
    Algorithmic domination in the gig economy.James Muldoon & Paul Raekstad - 2023 - European Journal of Political Theory 22 (4):587-607.
    Digital platforms and application software have changed how people work in a range of industries. Empirical studies of the gig economy have raised concerns about new systems of algorithmic management exercised over workers and how these alter the structural conditions of their work. Drawing on the republican literature, we offer a theoretical account of algorithmic domination and a framework for understanding how it can be applied to ride hail and food delivery services in the on-demand economy. We argue that certain (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   7 citations  
  35. Algorithmic bias: Senses, sources, solutions.Sina Fazelpour & David Danks - 2021 - Philosophy Compass 16 (8):e12760.
    Data‐driven algorithms are widely used to make or assist decisions in sensitive domains, including healthcare, social services, education, hiring, and criminal justice. In various cases, such algorithms have preserved or even exacerbated biases against vulnerable communities, sparking a vibrant field of research focused on so‐called algorithmic biases. This research includes work on identification, diagnosis, and response to biases in algorithm‐based decision‐making. This paper aims to facilitate the application of philosophical analysis to these contested issues by providing an overview (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   22 citations  
  36. Ameliorating Algorithmic Bias, or Why Explainable AI Needs Feminist Philosophy.Linus Ta-Lun Huang, Hsiang-Yun Chen, Ying-Tung Lin, Tsung-Ren Huang & Tzu-Wei Hung - 2022 - Feminist Philosophy Quarterly 8 (3).
    Artificial intelligence (AI) systems are increasingly adopted to make decisions in domains such as business, education, health care, and criminal justice. However, such algorithmic decision systems can have prevalent biases against marginalized social groups and undermine social justice. Explainable artificial intelligence (XAI) is a recent development aiming to make an AI system’s decision processes less opaque and to expose its problematic biases. This paper argues against technical XAI, according to which the detection and interpretation of algorithmic bias can be handled (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  37. Crash Algorithms for Autonomous Cars: How the Trolley Problem Can Move Us Beyond Harm Minimisation.Dietmar Hübner & Lucie White - 2018 - Ethical Theory and Moral Practice 21 (3):685-698.
    The prospective introduction of autonomous cars into public traffic raises the question of how such systems should behave when an accident is inevitable. Due to concerns with self-interest and liberal legitimacy that have become paramount in the emerging debate, a contractarian framework seems to provide a particularly attractive means of approaching this problem. We examine one such attempt, which derives a harm minimisation rule from the assumptions of rational self-interest and ignorance of one’s position in a future accident. We contend, (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   10 citations  
  38.  9
    Design and analysis of algorithms: a contemporary perspective.Sandeep Sen - 2019 - New York, NY: University Printing House. Edited by Amit Kumar.
    Focuses on the interplay between algorithm design and the underlying computational models.
    Direct download  
     
    Export citation  
     
    Bookmark  
  39. Algorithm exploitation: humans are keen to exploit benevolent AI.Jurgis Karpus, Adrian Krüger, Julia Tovar Verba, Bahador Bahrami & Ophelia Deroy - 2021 - iScience 24 (6):102679.
    We cooperate with other people despite the risk of being exploited or hurt. If future artificial intelligence (AI) systems are benevolent and cooperative toward us, what will we do in return? Here we show that our cooperative dispositions are weaker when we interact with AI. In nine experiments, humans interacted with either another human or an AI agent in four classic social dilemma economic games and a newly designed game of Reciprocity that we introduce here. Contrary to the hypothesis that (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   3 citations  
  40. Algorithmic Microaggressions.Emma McClure & Benjamin Wald - 2022 - Feminist Philosophy Quarterly 8 (3).
    We argue that machine learning algorithms can inflict microaggressions on members of marginalized groups and that recognizing these harms as instances of microaggressions is key to effectively addressing the problem. The concept of microaggression is also illuminated by being studied in algorithmic contexts. We contribute to the microaggression literature by expanding the category of environmental microaggressions and highlighting the unique issues of moral responsibility that arise when we focus on this category. We theorize two kinds of algorithmic microaggression, stereotyping (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark  
  41. Are Algorithms Value-Free?Gabbrielle M. Johnson - 2023 - Journal Moral Philosophy 21 (1-2):1-35.
    As inductive decision-making procedures, the inferences made by machine learning programs are subject to underdetermination by evidence and bear inductive risk. One strategy for overcoming these challenges is guided by a presumption in philosophy of science that inductive inferences can and should be value-free. Applied to machine learning programs, the strategy assumes that the influence of values is restricted to data and decision outcomes, thereby omitting internal value-laden design choice points. In this paper, I apply arguments from feminist philosophy of (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  42. Algorithmic Accountability and Public Reason.Reuben Binns - 2018 - Philosophy and Technology 31 (4):543-556.
    The ever-increasing application of algorithms to decision-making in a range of social contexts has prompted demands for algorithmic accountability. Accountable decision-makers must provide their decision-subjects with justifications for their automated system’s outputs, but what kinds of broader principles should we expect such justifications to appeal to? Drawing from political philosophy, I present an account of algorithmic accountability in terms of the democratic ideal of ‘public reason’. I argue that situating demands for algorithmic accountability within this justificatory framework enables us (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   49 citations  
  43.  15
    Algorithmic Accountability In the Making.Deborah G. Johnson - 2021 - Social Philosophy and Policy 38 (2):111-127.
    Algorithms are now routinely used in decision-making; they are potent components in decisions that affect the lives of individuals and the activities of public and private institutions. Although use of algorithms has many benefits, a number of problems have been identified with their use in certain domains, most notably in domains where safety and fairness are important. Awareness of these problems has generated public discourse calling for algorithmic accountability. However, the current discourse focuses largely on algorithms and (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  44. On statistical criteria of algorithmic fairness.Brian Hedden - 2021 - Philosophy and Public Affairs 49 (2):209-231.
    Predictive algorithms are playing an increasingly prominent role in society, being used to predict recidivism, loan repayment, job performance, and so on. With this increasing influence has come an increasing concern with the ways in which they might be unfair or biased against individuals in virtue of their race, gender, or, more generally, their group membership. Many purported criteria of algorithmic fairness concern statistical relationships between the algorithm’s predictions and the actual outcomes, for instance requiring that the rate of (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   33 citations  
  45.  6
    Algorithmic paranoia and the convivial alternative.Dan McQuillan - 2016 - Big Data and Society 3 (2).
    In a time of big data, thinking about how we are seen and how that affects our lives means changing our idea about who does the seeing. Data produced by machines is most often ‘seen’ by other machines; the eye is in question is algorithmic. Algorithmic seeing does not produce a computational panopticon but a mechanism of prediction. The authority of its predictions rests on a slippage of the scientific method in to the world of data. Data science inherits some (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark   6 citations  
  46. Recipes, algorithms, and programs.Carol E. Cleland - 2001 - Minds and Machines 11 (2):219-237.
    In the technical literature of computer science, the concept of an effective procedure is closely associated with the notion of an instruction that precisely specifies an action. Turing machine instructions are held up as providing paragons of instructions that "precisely describe" or "well define" the actions they prescribe. Numerical algorithms and computer programs are judged effective just insofar as they are thought to be translatable into Turing machine programs. Nontechnical procedures (e.g., recipes, methods) are summarily dismissed as ineffective on (...)
    Direct download (15 more)  
     
    Export citation  
     
    Bookmark   13 citations  
  47.  83
    Algorithms as culture: Some tactics for the ethnography of algorithmic systems.Nick Seaver - 2017 - Big Data and Society 4 (2).
    This article responds to recent debates in critical algorithm studies about the significance of the term “algorithm.” Where some have suggested that critical scholars should align their use of the term with its common definition in professional computer science, I argue that we should instead approach algorithms as “multiples”—unstable objects that are enacted through the varied practices that people use to engage with them, including the practices of “outsider” researchers. This approach builds on the work of Laura Devendorf, Elizabeth (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark   47 citations  
  48.  47
    Algorithmic randomness in empirical data.James W. McAllister - 2003 - Studies in History and Philosophy of Science Part A 34 (3):633-646.
    According to a traditional view, scientific laws and theories constitute algorithmic compressions of empirical data sets collected from observations and measurements. This article defends the thesis that, to the contrary, empirical data sets are algorithmically incompressible. The reason is that individual data points are determined partly by perturbations, or causal factors that cannot be reduced to any pattern. If empirical data sets are incompressible, then they exhibit maximal algorithmic complexity, maximal entropy and zero redundancy. They are therefore maximally efficient carriers (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   13 citations  
  49. Algorithmic Decision-Making Based on Machine Learning from Big Data: Can Transparency Restore Accountability?Paul B. de Laat - 2018 - Philosophy and Technology 31 (4):525-541.
    Decision-making assisted by algorithms developed by machine learning is increasingly determining our lives. Unfortunately, full opacity about the process is the norm. Would transparency contribute to restoring accountability for such systems as is often maintained? Several objections to full transparency are examined: the loss of privacy when datasets become public, the perverse effects of disclosure of the very algorithms themselves, the potential loss of companies’ competitive edge, and the limited gains in answerability to be expected since sophisticated (...) usually are inherently opaque. It is concluded that, at least presently, full transparency for oversight bodies alone is the only feasible option; extending it to the public at large is normally not advisable. Moreover, it is argued that algorithmic decisions preferably should become more understandable; to that effect, the models of machine learning to be employed should either be interpreted ex post or be interpretable by design ex ante. (shrink)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   28 citations  
  50. The ethics of algorithms: mapping the debate.Brent Mittelstadt, Patrick Allo, Mariarosaria Taddeo, Sandra Wachter & Luciano Floridi - 2016 - Big Data and Society 3 (2).
    In information societies, operations, decisions and choices previously left to humans are increasingly delegated to algorithms, which may advise, if not decide, about how data should be interpreted and what actions should be taken as a result. More and more often, algorithms mediate social processes, business transactions, governmental decisions, and how we perceive, understand, and interact among ourselves and with the environment. Gaps between the design and operation of algorithms and our understanding of their ethical implications can (...)
    Direct download  
     
    Export citation  
     
    Bookmark   163 citations  
1 — 50 / 993