{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false, "slideshow": { "slide_type": "skip" } }, "outputs": [ { "data": { "text/html": [ "\n", "The raw code for this jupyter notebook can be hidden for easier reading. To toggle on/off the raw code, click here." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import pods \n", "pods.notebook.code_toggle()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "skip" } }, "source": [ "jupyter nbconvert --to slides --reveal-prefix \"http://lab.hakim.se/reveal-js/\" 2016-05-24-what-kind-of-ai.ipynb " ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false, "slideshow": { "slide_type": "skip" } }, "outputs": [ { "data": { "text/plain": [ "{'height': 768,\n", " 'start_slideshow_at': 'selected',\n", " 'theme': 'serif',\n", " 'transition': 'none',\n", " 'width': 1024}" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from notebook.services.config import ConfigManager\n", "cm = ConfigManager()\n", "cm.update('livereveal', {\n", " 'theme': 'serif',\n", " 'transition': 'none',\n", " 'start_slideshow_at': 'selected',\n", "})\n", "cm.update('livereveal', {\n", " 'width': 1024,\n", " 'height': 768,\n", "})\n", "cm.update('livereveal', {\n", " 'transition': 'none',\n", "})" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "### What Kind of AI have we Created?\n", "\n", "\n", "### Neil Lawrence\n", "\n", "\n", "\n", "### Pint of Science, Sheffield\n", "### 24th May 2016" ] }, { "cell_type": "markdown", "metadata": { "collapsed": false, "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "collapsed": false, "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "collapsed": false, "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Embodiment factor\n", "\n", "Ratio of compute speed to communicate speed.\n", "\n", "How locked in is our intelligence?\n", "\n", "* Human compute: 1 petaflop ... $10^{15}$ flops to simulate a brain (same as fastest computer)\n", "* Human speaking speed about $150$ wpm (approx 100 bits per second)\n", "\n", "* Early telegraph 1000 wpm (approx 800 bps)\n", "\n", "* Desktop Computer today 10 gigaflops ... $10^{10}$ flops\n", "* Computer communication speed millions of times faster than us (1 gigabit per second)\n", "\n" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true, "slideshow": { "slide_type": "slide" } }, "source": [ "# Links\n", "\n", "* Article from me on another [aspect of the AlphaGo achievement](http://www.theguardian.com/media-network/2016/jan/28/google-ai-go-grandmaster-real-winner-deepmind)\n", " * Other articles in the Guardian are available from my [Guardian Profile Page](http://www.theguardian.com/profile/neil-lawrence)\n", "\n", "* [My blog](http://inverseprobability.com/blog.html) has articles relating to this area.\n", " * [this post on communication](http://inverseprobability.com/2016/02/29/future-debates-ai)\n", " * [this post on System Zero](http://inverseprobability.com/2015/12/04/what-kind-of-ai/) \n", " * [this post on the Mechanistic Fallacy](http://inverseprobability.com/2015/11/09/artificial-stupidity/)" ] } ], "metadata": { "celltoolbar": "Slideshow", "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.4.4" } }, "nbformat": 4, "nbformat_minor": 0 }