#!/usr/bin/env python # coding: utf-8 # In[1]: import pods pods.notebook.code_toggle() # In[2]: from notebook.services.config import ConfigManager cm = ConfigManager() cm.update('livereveal', { 'theme': 'serif', 'transition': 'none', 'start_slideshow_at': 'selected', }) cm.update('livereveal', { 'width': 1024, 'height': 768, }) cm.update('livereveal', { 'transition': 'none', }) # # What Kind of AI have we Created? # # # ### Neil Lawrence # # # # ### Birley Community College # ### 10th March 2016 # # # # # # # # # # # # # # # # # # # # # # # # Next slide represents cold reading. # # # # # In[3]: from IPython.display import YouTubeVideo YouTubeVideo('tUlAV-stPvE') # # # # # # #
# # # Links # # * Articles in the Guardian are available from my [Guardian Profile Page](http://www.theguardian.com/profile/neil-lawrence) # # * [My blog](http://inverseprobability.com/blog.html) has articles relating to this area. # # * [This post on System Zero](http://inverseprobability.com/2015/12/04/what-kind-of-ai/) and [This post on the Mechanistic Fallacy](http://inverseprobability.com/2015/11/09/artificial-stupidity/) relate to the ideas in this talk. # In[ ]: