Download (6Mb)

Total Page:16

File Type:pdf, Size:1020Kb

Download (6Mb) A Thesis Submitted for the Degree of PhD at the University of Warwick Permanent WRAP URL: http://wrap.warwick.ac.uk/94683 Copyright and reuse: This thesis is made available online and is protected by original copyright. Please scroll down to view the document itself. Please refer to the repository record for this item for information to help you to cite it. Our policy information is available from the repository home page. For more information, please contact the WRAP Team at: [email protected] warwick.ac.uk/lib-publications Imitation Learning in Artificial Intelligence by Alexandros Gkiokas Thesis Submitted to the University of Warwick for the degree of Computer Science. Supervisor: Alexandra I. Cristea Doctor of Philosophy Department of Computer Science September 2016 Contents Acknowledgments v Declarations vi Abstract vii Abbreviations viii List of Tables xi List of Figures xii Chapter 1 Introduction 1 1.1 Human Intelligence . 1 1.2 Imitation in Humans . 2 1.3 Imitation in Artificial Intelligence . 3 1.4 Cognitive Artificial Intelligence . 4 1.5 Icarus Engine . 5 1.6 Research Scope & Biological Plausibility . 6 1.7 Contributions . 8 1.8 Thesis Overview . 9 Chapter 2 Background and Literature Review 10 2.1 Alan Turing and the intelligent machines . 10 2.2 Imitation in Nature . 11 2.2.1 What is imitation? . 11 2.2.2 How does imitation work? . 12 2.3 Symbolic Artificial Intelligence . 13 2.3.1 Knowledge Representation . 14 2.3.2 Criticism and Limitations of Symbolic Artificial Intelligence . 18 i 2.4 Connectionistic Artificial Intelligence . 19 2.4.1 Artificial Neural Networks . 19 2.4.2 General Purpose Computing on Graphic Processing Units . 24 2.4.3 Deep Learning . 24 2.4.4 Reinforcement Learning . 28 2.4.5 Deep Reinforcement Learning . 31 2.4.6 Connectionism Criticism and Limitations . 32 2.5 Cognitive or Synthetic Artificial Intelligence . 33 2.5.1 Bach and Synthetic Intelligence . 33 2.5.2 Haikonen and Cognitive Intelligence . 34 2.5.3 Five Cognitive Agent Criteria . 36 2.5.4 AI Architectures . 37 2.6 Programming by Example . 40 2.6.1 PBE: Theory and Models . 40 2.6.2 PBE: Application Domains and Criticism . 43 2.6.3 PBE: Differences from Imitation Learning . 44 2.7 Parsing and Understanding . 44 2.7.1 Semantics . 44 2.7.2 Distributional Semantics . 45 2.7.3 Relational Semantics . 46 2.7.4 Part of Speech Tagging . 48 2.7.5 Semantic and Syntactic Parsing . 48 2.7.6 Implementing Parsing and NLU . 50 2.7.7 Models and Algorithms in NLU . 52 2.7.8 NLU Performance and Issues . 53 2.8 Background Conclusion . 54 Chapter 3 Theory and Agent Design 56 3.1 MDP as a Template for Learning . 57 3.2 Paradigm Decomposition and Training . 58 3.3 Rewarding and Evaluation . 62 3.4 Episode Iteration and Inference . 63 3.5 Decision Making and Policy Approximation . 64 3.6 Statistical and Probabilistic Approximation . 67 3.7 Semantic and Heuristic Approximation . 68 3.8 Neural Approximation and Distributed Encoding . 70 3.9 Deep Neural Approximation and Sparse Encoding . 72 ii 3.10 Semantic Approximation and Sparse Encoding . 74 3.11 Conceptual Graph Output . 75 3.12 Metalearning and Knowledge Compression . 76 3.12.1 Metalearning on Learnt Knowledge . 76 3.12.2 Grouping by Similarity . 76 3.12.3 Generalising Cluster Graphs . 77 3.12.4 Optimisation by Belief Evaluation . 78 3.13 Conclusion . 78 3.13.1 Bandura and Imitation in Humans . 79 3.13.2 Haikonen and Cognitive AI . 79 3.13.3 Bach and Synthetic Intelligence . 80 3.13.4 Five Cognitive Agent Criteria . 81 3.13.5 Icarus and Cognitive AI . 81 3.13.6 Discussion on Icarus Implementation . 82 Chapter 4 Conceptual Graph Dataset 83 4.1 Datasets for NLU and NLP . 84 4.1.1 Creating a New Dataset . 85 4.1.2 Partitioning the Dataset . 86 4.1.3 Translating and Converting Datasets . 87 4.2 Conceptual Graph Complexity . 88 4.2.1 Graph Columns and Linearity . 89 4.2.2 Graph Branching and Grouping . 90 4.2.3 Graphs and Operators . 90 4.3 Dataset Conclusion . 91 Chapter 5 Experiments, Methodology and Results 92 5.1 Methodology and Experiment Design . 92 5.1.1 Randomised Block Design . 93 5.1.2 Experiment Logs . 93 5.1.3 Accuracy Measures . 95 5.2 Semantic-Heuristic Experiments . 97 5.2.1 Implementation . 97 5.2.2 Results and Discussion . 99 5.3 Probability-based Experiments . 101 5.3.1 Implementation . 101 5.3.2 Probability Space Analysis . 103 5.3.3 Results . 106 iii 5.3.4 Discussion & Conclusion . 109 5.4 Shallow Neural Experiments . 110 5.4.1 Implementation . 110 5.4.2 Results . 114 5.5 Deep Learning Experiments . 118 5.5.1 Implementation . 118 5.5.2 Results . 122 5.6 Experiment Conclusions . 126 Chapter 6 Conclusions and Future Work 129 6.1 Conclusions . 129 6.2 Criticism and Limitations . 132 6.3 Future Work . 133 Appendix A Penn Treebank POS tags 135 Appendix B Conceptual Graph examples 137 iv Acknowledgments I would like to express my sincere gratitude to my supervisor Alexandra Cristea, without whom this thesis and research would never have taken place. My parents George and Maria, for never giving up on me and always believing. My current employer Stratos Arampatzis and Ortelio Ltd, as well as my previous employer Matthew Sewell and Athium Ltd, for their support, funding and understanding. Karen Stepanyan and Panagiotis Petridis for putting up with my questions, offering their support and advice, and guiding me through this adventure. Finally, Mina Makridi for putting up with me and for the past four years, and entertaining the notion that one day we'll witness true AI. v Declarations This thesis is submitted to the University of Warwick in support of my application for the degree of Doctor of Philosophy. All experimental data presented and sim- ulations were carried out by the author, except in the following cases: Daedalus experiments were done on-line after being approved by the BSREC with refer- ence REGO-2015-1529. All experiments for Daedalus were carried out on the web and they represent anonymous data. Chapter 3 contains theoretical formulations [Gkiokas et al., 2014] carried out in cooperation with Matthew Thorpe from the Mathematics Institute in Warwick. Parts of this thesis have been published by the author, including submitted papers: - Training a Cognitive Agent to Acquire and Represent Knowledge from RSS feeds onto Conceptual Graphs [Gkiokas and Cristea, 2014a]. - Unsupervised neural controller for Reinforcement Learning action-selection: Learning to represent knowledge [Gkiokas and Cristea, 2014b]. - Self-reinforced meta learning for belief generation [Gkiokas et al., 2014]. - Cognitive Agents and Machine Learning by Example: Representation with Conceptual Graphs [Gkiokas and Cristea, 2016a]. - Deep Learning and Encoding in Natural Language Understanding: Sparse and Dense Encoding Schemes for Neural-based Parsing [Gkiokas and Cristea, 2016b] vi Abstract Acquiring new knowledge often requires an agent or a system to explore, search and discover. Yet us humans build upon the knowledge of our forefathers, as did they, using previous knowledge; there does exist a mechanism which allows transference of knowledge without searching, exploration or discovery. That mechanism is known as imitation and it exists everywhere in nature; in animals, insects, primates, and humans. Enabling artificial, cognitive and software agents to learn by imitation could potentially be crucial to the emergence of the field of autonomous systems, robotics, cyber-physical and software agents. Imitation in AI implies that agents can learn from their human users, other AI agents, through observation or using physical interaction in robotics, and therefore learn a lot faster and easier. Describing an imitation learning framework in AI which uses the Internet as the source of knowledge requires a rather unconventional approach: the procedure is a temporal-sequential process which uses reinforcement based on behaviouristic Psychology, deep learning and a plethora of other Algorithms. Ergo an agent using a hybrid simulating-emulating strategy is formulated, implemented and experimented with. That agent learns from RSS feeds using examples provided by the user; it adheres to previous research work and theoretical foundations and demonstrates that not only is imitation learning in AI possible, but it compares and in some cases outperforms traditional approaches. vii Abbreviations ADABOOST Adaptive Boosting AGI Artificial General Intelligence ANN Artificial Neural Networks AI Artificial Intelligence BFGS Broyden-Fletcher-Goldfarb-Shanno BPROP Back Propagtion CA Cognitive Agent CE Cross Entropy CG Conceptual Graph CNN Convolutional Neural Networks CRF Conditional Random Field DARPA Defense Advanced Research Projects Agency DNN Deep Neural Networks FOL First Order Logic FSM Finite State Machine GP2U General Purpose Compute on Graphics Processing Units viii GOFAI Good Old Fashioned Artificial Intelligence HOL Higher Order Logic KR Knowledge Representation LBFGS Limited storage Broyden-Fletcher-Goldfarb-Shanno LMA Levenberg-Marquardt Algorithm LSTM Long Short Term Memory MBSGD Mini Batch Stochastic Gradient Descent MDP Markov Decision Process ML Machine Learning MRL Meaning Representation Language MSE Mean Squared Error NLP Natural Language Processing NLU Natural Language Understanding PBD Programming by Demonstration PBE Programming by Example POS Part Of Speech RBM Restricted Boltzmann Machine ReLU Rectified Linear Unit RNN Recurrent Neural Network RPROP Resilient Propagation SMT Statistical Machine Translation ix SVM Support Vector Machine UI User Interface x List of Tables 2.1 State of the Art NLU Software Tools. 50 4.1 Common NLP Datasets . 84 5.1 Accuracy Metrics Equivalence. 97 5.2 Statistic & Probability Oriented Research. 109 xi List of Figures 2.1 Simple MRL structure. 15 2.2 MRL with Edges. 16 2.3 Annotated MRL with Edges and Meta-data. 16 2.4 Conceptual Graph example.
Recommended publications
  • GNU/Linux AI & Alife HOWTO
    GNU/Linux AI & Alife HOWTO GNU/Linux AI & Alife HOWTO Table of Contents GNU/Linux AI & Alife HOWTO......................................................................................................................1 by John Eikenberry..................................................................................................................................1 1. Introduction..........................................................................................................................................1 2. Symbolic Systems (GOFAI)................................................................................................................1 3. Connectionism.....................................................................................................................................1 4. Evolutionary Computing......................................................................................................................1 5. Alife & Complex Systems...................................................................................................................1 6. Agents & Robotics...............................................................................................................................1 7. Statistical & Machine Learning...........................................................................................................2 8. Missing & Dead...................................................................................................................................2 1. Introduction.........................................................................................................................................2
    [Show full text]
  • 1 COPYRIGHT STATEMENT This Copy of the Thesis Has Been
    University of Plymouth PEARL https://pearl.plymouth.ac.uk 04 University of Plymouth Research Theses 01 Research Theses Main Collection 2012 Life Expansion: Toward an Artistic, Design-Based Theory of the Transhuman / Posthuman Vita-More, Natasha http://hdl.handle.net/10026.1/1182 University of Plymouth All content in PEARL is protected by copyright law. Author manuscripts are made available in accordance with publisher policies. Please cite only the published version using the details provided on the item record or document. In the absence of an open licence (e.g. Creative Commons), permissions for further reuse of content should be sought from the publisher or author. COPYRIGHT STATEMENT This copy of the thesis has been supplied on condition that anyone who consults it is understood to recognize that its copyright rests with its author and that no quotation from the thesis and no information derived from it may be published without the author’s prior consent. 1 Life Expansion: Toward an Artistic, Design-Based Theory of the Transhuman / Posthuman by NATASHA VITA-MORE A thesis submitted to the University of Plymouth in partial fulfillment for the degree of DOCTOR OF PHILOSOPHY School of Art & Media Faculty of Arts April 2012 2 Natasha Vita-More Life Expansion: Toward an Artistic, Design-Based Theory of the Transhuman / Posthuman The thesis’ study of life expansion proposes a framework for artistic, design-based approaches concerned with prolonging human life and sustaining personal identity. To delineate the topic: life expansion means increasing the length of time a person is alive and diversifying the matter in which a person exists.
    [Show full text]
  • What Technology Wants / Kevin Kelly
    WHAT TECHNOLOGY WANTS ALSO BY KEVIN KELLY Out of Control: The New Biology of Machines, Social Systems, and the Economic World New Rules for the New Economy: 10 Radical Strategies for a Connected World Asia Grace WHAT TECHNOLOGY WANTS KEVIN KELLY VIKING VIKING Published by the Penguin Group Penguin Group (USA) Inc., 375 Hudson Street, New York, New York 10014, U.S.A. Penguin Group (Canada), 90 Eglinton Avenue East, Suite 700, Toronto, Ontario, Canada M4P 2Y3 (a division of Pearson Penguin Canada Inc.) Penguin Books Ltd, 80 Strand, London WC2R 0RL, England Penguin Ireland, 25 St. Stephen's Green, Dublin 2, Ireland (a division of Penguin Books Ltd) Penguin Books Australia Ltd, 250 Camberwell Road, Camberwell, Victoria 3124, Australia (a division of Pearson Australia Group Pty Ltd) Penguin Books India Pvt Ltd, 11 Community Centre, Panchsheel Park, New Delhi - 110 017, India Penguin Group (NZ), 67 Apollo Drive, Rosedale, North Shore 0632, New Zealand (a division of Pearson New Zealand Ltd) Penguin Books (South Africa) (Pty) Ltd, 24 Sturdee Avenue, Rosebank, Johannesburg 2196, South Africa Penguin Books Ltd, Registered Offices: 80 Strand, London WC2R 0RL, England First published in 2010 by Viking Penguin, a member of Penguin Group (USA) Inc. 13579 10 8642 Copyright © Kevin Kelly, 2010 All rights reserved LIBRARY OF CONGRESS CATALOGING IN PUBLICATION DATA Kelly, Kevin, 1952- What technology wants / Kevin Kelly. p. cm. Includes bibliographical references and index. ISBN 978-0-670-02215-1 1. Technology'—Social aspects. 2. Technology and civilization. I. Title. T14.5.K45 2010 303.48'3—dc22 2010013915 Printed in the United States of America Without limiting the rights under copyright reserved above, no part of this publication may be reproduced, stored in or introduced into a retrieval system, or transmitted, in any form or by any means (electronic, mechanical, photocopying, recording or otherwise), without the prior written permission of both the copyright owner and the above publisher of this book.
    [Show full text]
  • Alleys of Your Mind: Augmented Intelligence and Its Traumas
    [4] utin tiial ntelliene eonin it uin ests enain . atton aious antooenti allaies ae oled te deeloent o atiial intelliene as a oadl ased and idel undestood set o tenoloies. lan uins aous iitation ae as an inen- ious tout eeient ut also ie o in te thresholds of machine cognition according to its aaent siilait to a alse no o eela uan intelliene. o disao tat aile selee- tion is oee easie tan oosin altenatie oles o uan saiene indust and aen alon more heterogeneous spectrums. As various forms of machine intelligence become increasingly infrastruc- tual te iliations o tis diult ae eoolitial as ell as ilosoial. In Alleys of Your Mind: Augmented Intellligence and Its Traumas, edited by Matteo Pasquinelli, neurg: meson ress I: Alleys of Your Mind [One philosopher] asserted that he knew the whole secret . [H]e surveyed the two celestial strangers from top to toe, and maintained to their faces that their persons, their worlds, their suns, and their stars, were created solely for the use of man. At this assertion our two travelers let themselves fall against each other, seized with a ft of . inextinguishable laughter. — Voltaire, Micromegas: A Philosophical History (1752) Articial intelligence AI is aing a moment it cognoscenti from teen aing to lon Mus recently eiging in Positions are split as to whether AI ill sae us or ill destroy us ome argue tat AI can neer eist ile ot- ers insist that it is inevitable. In many cases, however, these polemics may be missing the real point as to what living and thinking with synthetic intelligence ery dierent from our on actually means In sort a mature AI is not an intelligence for us nor is its intelligence necessarily umanlie or our on sanity and safety e sould not as AI to retend to e uman To do so is self-defeating, unethical and perhaps even dangerous.
    [Show full text]
  • The Technological Singularity and the Transhumanist Dream
    ETHICAL CHALLENGES The technological singularity and the transhumanist dream Miquel Casas Araya Peralta In 1997, an AI beat a human world chess champion for the first time in history (it was IBM’s Deep Blue playing Garry Kasparov). Fourteen years later, in 2011, IBM’s Watson beat two winners of Jeopardy! (Jeopardy is a general knowledge quiz that is very popular in the United States; it demands a good command of the language). In late 2017, DeepMind’s AlphaZero reached superhuman levels of play in three board games (chess, go and shogi) in just 24 hours of self-learning without any human intervention, i.e. it just played itself. Some of the people who have played against it say that the creativity of its moves make it seem more like an alien that a computer program. But despite all that, in 2019 nobody has yet designed anything that can go into a strange kitchen and fry an egg. Are our machines truly intelligent? Successes and failures of weak AI The fact is that today AI can solve ever more complex specific problems with a level of reliability and speed beyond our reach at an unbeatable cost, but it fails spectacularly in the face of any challenge for which it has not been programmed. On the other hand, human beings have become used to trivialising everything that can be solved by an algorithm and have learnt to value some basic human skills that we used to take for granted, like common sense, because they make us unique. Nevertheless, over the last decade, some influential voices have been warning that our skills PÀGINA 1 / 9 may not always be irreplaceable.
    [Show full text]
  • Between Ape and Artilect Createspace V2
    Between Ape and Artilect Conversations with Pioneers of Artificial General Intelligence and Other Transformative Technologies Interviews Conducted and Edited by Ben Goertzel This work is offered under the following license terms: Creative Commons: Attribution-NonCommercial-NoDerivs 3.0 Unported (CC-BY-NC-ND-3.0) See http://creativecommons.org/licenses/by-nc-nd/3.0/ for details Copyright © 2013 Ben Goertzel All rights reserved. ISBN: ISBN-13: “Man is a rope stretched between the animal and the Superman – a rope over an abyss.” -- Friedrich Nietzsche, Thus Spake Zarathustra Table&of&Contents& Introduction ........................................................................................................ 7! Itamar Arel: AGI via Deep Learning ................................................................. 11! Pei Wang: What Do You Mean by “AI”? .......................................................... 23! Joscha Bach: Understanding the Mind ........................................................... 39! Hugo DeGaris: Will There be Cyborgs? .......................................................... 51! DeGaris Interviews Goertzel: Seeking the Sputnik of AGI .............................. 61! Linas Vepstas: AGI, Open Source and Our Economic Future ........................ 89! Joel Pitt: The Benefits of Open Source for AGI ............................................ 101! Randal Koene: Substrate-Independent Minds .............................................. 107! João Pedro de Magalhães: Ending Aging ....................................................
    [Show full text]
  • Letters to the Editor
    Articles Letters to the Editor Research Priorities for is a product of human intelligence; we puter scientists, innovators, entrepre - cannot predict what we might achieve neurs, statisti cians, journalists, engi - Robust and Beneficial when this intelligence is magnified by neers, authors, professors, teachers, stu - Artificial Intelligence: the tools AI may provide, but the eradi - dents, CEOs, economists, developers, An Open Letter cation of disease and poverty are not philosophers, artists, futurists, physi - unfathomable. Because of the great cists, filmmakers, health-care profes - rtificial intelligence (AI) research potential of AI, it is important to sionals, research analysts, and members Ahas explored a variety of problems research how to reap its benefits while of many other fields. The earliest signa - and approaches since its inception, but avoiding potential pitfalls. tories follow, reproduced in order and as for the last 20 years or so has been The progress in AI research makes it they signed. For the complete list, see focused on the problems surrounding timely to focus research not only on tinyurl.com/ailetter. - ed. the construction of intelligent agents making AI more capable, but also on Stuart Russell, Berkeley, Professor of Com - — systems that perceive and act in maximizing the societal benefit of AI. puter Science, director of the Center for some environment. In this context, Such considerations motivated the “intelligence” is related to statistical Intelligent Systems, and coauthor of the AAAI 2008–09 Presidential Panel on standard textbook Artificial Intelligence: a and economic notions of rationality — Long-Term AI Futures and other proj - Modern Approach colloquially, the ability to make good ects on AI impacts, and constitute a sig - Tom Dietterich, Oregon State, President of decisions, plans, or inferences.
    [Show full text]
  • The Future of AI: Opportunities and Challenges
    The Future of AI: Opportunities and Challenges Puerto Rico, January 2-5, 2015 ! Ajay Agrawal is the Peter Munk Professor of Entrepreneurship at the University of Toronto's Rotman School of Management, Research Associate at the National Bureau of Economic Research in Cambridge, MA, Founder of the Creative Destruction Lab, and Co-founder of The Next 36. His research is focused on the economics of science and innovation. He serves on the editorial boards of Management Science, the Journal of Urban Economics, and The Strategic Management Journal. & Anthony Aguirre has worked on a wide variety of topics in theoretical cosmology, ranging from intergalactic dust to galaxy formation to gravity physics to the large-scale structure of inflationary universes and the arrow of time. He also has strong interest in science outreach, and has appeared in numerous science documentaries. He is a co-founder of the Foundational Questions Institute and the Future of Life Institute. & Geoff Anders is the founder of Leverage Research, a research institute that studies psychology, cognitive enhancement, scientific methodology, and the impact of technology on society. He is also a member of the Effective Altruism movement, a movement dedicated to improving the world in the most effective ways. Like many of the members of the Effective Altruism movement, Geoff is deeply interested in the potential impact of new technologies, especially artificial intelligence. & Blaise Agüera y Arcas works on machine learning at Google. Previously a Distinguished Engineer at Microsoft, he has worked on augmented reality, mapping, wearable computing and natural user interfaces. He was the co-creator of Photosynth, software that assembles photos into 3D environments.
    [Show full text]
  • Patterns of Cognition: Cognitive Algorithms As Galois Connections
    Patterns of Cognition: Cognitive Algorithms as Galois Connections Fulfilled by Chronomorphisms On Probabilistically Typed Metagraphs Ben Goertzel February 23, 2021 Abstract It is argued that a broad class of AGI-relevant algorithms can be expressed in a common formal framework, via specifying Galois connections linking search and optimization processes on directed metagraphs whose edge targets are labeled with probabilistic dependent types, and then showing these connections are fulfilled by processes involving metagraph chronomorphisms. Examples are drawn from the core cognitive algorithms used in the OpenCog AGI framework: Probabilistic logical inference, evolutionary program learning, pattern mining, agglomerative clustering, pattern mining and nonlinear-dynamical attention allocation. The analysis presented involves representing these cognitive algorithms as re- cursive discrete decision processes involving optimizing functions defined over metagraphs, in which the key decisions involve sampling from probability distri- butions over metagraphs and enacting sets of combinatory operations on selected sub-metagraphs. The mutual associativity of the combinatory operations involved in a cognitive process is shown to often play a key role in enabling the decomposi- tion of the process into folding and unfolding operations; a conclusion that has some practical implications for the particulars of cognitive processes, e.g. militating to- ward use of reversible logic and reversible program execution. It is also observed that where this mutual associativity holds, there is an alignment between the hier- arXiv:2102.10581v1 [cs.AI] 21 Feb 2021 archy of subgoals used in recursive decision process execution and a hierarchy of subpatterns definable in terms of formal pattern theory. Contents 1 Introduction 2 2 Framing Probabilistic Cognitive Algorithms as Approximate Stochastic Greedy or Dynamic-Programming Optimization 5 2.1 A Discrete Decision Framework Encompassing Greedy Optimization andStochasticDynamicProgramming .
    [Show full text]
  • Singularitynet: Whitepaper
    SingularityNET A Decentralized, Open Market and Network for AIs Whitepaper 2.0: February 2019 Abstract Artificial intelligence is growing more valuable and powerful every year and will soon dominate the internet. Visionaries like Vernor Vinge and Ray Kurzweil have predicted that a “technological singularity” will occur during this century. The SingularityNET platform brings blockchain and AI together to create a new AI fabric that delivers superior practical AI functionality today while moving toward the fulfillment of Singularitarian artificial general intelligence visions. Today’s AI tools are fragmented by a closed development environment. Most are developed by one company and perform one extremely narrow task, and there is no straightforward, standard way to plug two tools together. SingularityNET aims to become the leading protocol for networking AI and machine learning tools to form highly effective applications across vertical markets and ultimately generate coordinated artificial general intelligence. Most AI research today is controlled by a handful of corporations—those with the resources to fund development. Independent developers of AI tools have no readily available way to monetize their creations. Usually, their most lucrative option is to sell their tool to one of the big tech companies, leading to control of the technology becoming even more concentrated. SingularityNET’s open-source protocol and collection of smart contracts are designed to address these problems. Developers can launch their AI tools on the network, where they can interoperate with other AIs and with paying users. Not only does the SingularityNET platform give developers a commercial launchpad (much like app stores give mobile app developers an easy path to market), it also allows the AIs to interoperate, creating a more synergistic, broadly capable intelligence.
    [Show full text]
  • Aureole, Vol. XII, December 2020 PP 61-66
    ISSN: 2249 - 7862 (Print) Aureole, Vol. XII, December 2020 PP 61-66 www.aureoleonline.in SEARCH FOR AN IDEAL WORLD: POST-HUMANIST READING OF DAN BROWN'S NOVEL ORIGIN * Sandra Joy ** Reena Nair Abstract For centuries academicians, theorists, politicians put forth the need for an ideal world. Along with the quest for an ideal world, humans have been haunted by the two existentialist questions "Where do we come from?" and "Where are we going?" Post humanism is a philosophical perspective of how change is enacted in the world, as a conceptualization and historicization of both agency and the "human". It is based on the notion that humankind can transcend the limitations of the physical human form. Dan Brown is an American novelist and his novels feature recurring themes of cryptography, science and conspiracy theories. His novel Origin addresses these two existential questions "Where do we come from?" and "Where are we going?" Evolution is a bifurcating process - a species splits into two new species - but sometimes, if two species cannot survive without each other, the process occurs in reverse, instead of one species bifurcating, two species fuses into one. Kirsch formulates a theory of possibility for a "Seventh Kingdom" - "Technium", collaboration of human beings and technology. The resulting kingdom originates within the existing species as a process of endosymbiosis. With the advancement in technology, human beings can surpass their existing capabilities and gradually pave the way to a world of perfection. The novel provides the possibility for such an evolution to occur in the future. The paper is an attempt to analyse the scope for the emergence of "Seventh Kingdom" to occur in the future illustrating from the present scenario and thus giving rise to an ideal world.
    [Show full text]
  • Is Artificial Intelligence the Next Revolution in Organizations?
    Available online at http://www.anpad.org.br/bar BAR – Brazilian Administration Review Rio de Janeiro, RJ, Brazil, v. 15, n. 4, e180152, 2018 http://dx.doi.org/10.1590/1807-7692bar2018180152 Editorial: Artificial intelligence and industry 4.0: The next frontier in organizations Alexandre Moreira Nascimento University of Massachusetts Amherst, Amherst, MA, USA Carlo Gabriel Porto Bellini Universidade Federal da Paraíba, João Pessoa, PB, Brazil Editor-in-chief, BAR – Brazilian Administration Review In 2016, Professor Andrew Ng, from Stanford University, stated that artificial intelligence (AI) is the new electricity (Lynch, 2017). Such analogy illustrates the magnitude of the impacts of AI on businesses and society that are expected in coming years. That strong claim turned out to be very popular among AI researchers and practitioners, and has been frequently quoted in mass media. AI is a field of human interest since the 1950s. The field started with an interest on the nature of intelligence and the possibilities offered by computer software, aiming at the development of software capable of emulating intelligence to complement or supplement human intelligence (Simon, 1995). The field has made significant progress, but a precise definition of AI is still a challenge for those involved with disseminating concepts and applications. Simon (1995) thinks of it as a branch of computer science interested in bringing to reality the properties of intelligence by means of synthetic intelligence, while Stone et al. (2016) see it as both a science and a set of computational technologies inspired by, but different from, the way people use their nervous system and body to feel, learn, reason, and act.
    [Show full text]