Why War Games is the one and only full length major motion picture that you will watch this year and why it is academically relevant. Please don’t fire.

Slides:



Advertisements
Similar presentations
TECHNICOOL A Technology Safety Program © 2011 PCAV.
Advertisements

TECHNICOOL A Technology Safety Program © 2011 PCAV.
Artificial intelligence. I believe that in about fifty years' time it will be possible, to programme computers, with a storage capacity of about 10.
Networks. User access and levels Most network security involves users having different levels of user access to the network. The network manager will.
Playing Tic Tac Toe with Neural Networks Justin Herbrand CS/ECE/ME 539.
Tic Tac Toe Game Design Using OOP
Artificial Intelligence in Game Design
Turing’s Paper Can Machines Think? Freshman Inquiry Cyber Millenium.
Artificial Intelligence u What are we claiming when we talk about AI? u How are Turing Machines important? u How can we determine whether a machine can.
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.
Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”:   Can machine’s think? or Can machines behave intelligently? An operational.
Working group discussion 1 Cyber Risk Security, Privacy ?
Assessing the Threat How much money is lost due to cyber crimes? –Estimates range from $100 million to $100s billions –Why the discrepancy? Companies don’t.
A Really Bad Powerpoint Presentation! First of all, don’t use this template.
ICT in Healthcare Expert Systems.
ASCII and Unicode. ASCII Inside a computer, EVERYTHING is a number – that includes music, sound, and text. In the early days of computers, every manufacturer.
Decisions in Python Comparing Strings – ASCII History.
Internet Safety.
Lecture 7 Page 1 CS 236 Online Password Management Limit login attempts Encrypt your passwords Protecting the password file Forgotten passwords Generating.
Logging onto the Computer for the first time And Signing the Acceptable Use Policy (AUP) for Using the Internet.
Mrs. Dennis South Media Specialist Mrs. Bakanas North & South Media Specialist Mrs. Martinez North Media Specialist Mrs. Kelley Media Assistant Miss VanArtsdalen.
Alan Turing In 1950 asked - Can Machines Think? Turing changed that into the Turing Test “Can Computers Understand Language?” would have been.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Turing Test and other amusements. Read this! The Actual Article by Turing.
INFORMATION TEHNOLOGY University of Pitesti Dolnośląska Wyższa Szkoła Przedsiębiorczości i Techniki w Polkowicach Dobrica Adrian Dr inż. ZDZISŁAW PÓLKOWSKI.
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
Introduction GAM 376 Robin Burke Winter Outline Introductions Syllabus.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Q.
The Personal Statement. Some crucial points to consider. This is the most important part of your UCAS application. This is the most important part of.
Cognitive Psychology: Thinking, Intelligence, and Language
1 Phase II - Checkers Operator: Eric Bengfort Temporal Status: End of Week Five Location: Phase Two Presentation Systems Check: Checkers Checksum Passed.
What is Artificial Intelligence? Abbas Mehrabian Teacher: Dr. M. Raei Sharif Saturday, 6 Esfand 1384.
Artificial Intelligence (AI) is the science known for making intelligent machines. In this context intelligence means the ability of machines to simulate.
I Robot.
Variables. Todays Lesson  In todays lesson you are going to:  Learn to use variables  Learn to ask for user input  Learn to save the users response.
The Ethical Use of Electronic Media. V Computer Ethics  Resources such as images and text on the Internet are copyrighted.  Plagiarism (using.
The Ethical Use of Electronic Media.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
It is Artificial Idiocy that is alarming, Not Artificial Intelligence David Sanders Reader – University of Portsmouth Senior Research Fellow – Royal Academy.
Psychology and AI Author Yi Liu. What is intelligence Intelligence has been defined in many different ways, such as in terms of one’s capacity for logic,
Solving Inequalities. C + 3 < 12 Guess a reasonable solution and write your guess.
1 University of Utah – School of Computing Computer Science Writing Tic Tac Toe H. James de St. Germain University of Utah.
Digital Citizenship Merlyne Kittrell Technology and Education ED SP2OL.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Steph Scott – Maths Leader and Year 2 Teacher.  New curriculum introduced in 2014  2016 first year of new SATs  No more levels  Higher expectations.
In 1952 A.S Douglas created the first graphical computer game “Tic Tac Toe”. William Higginbotham created the first video game in 1958 called “Tennis.
Artificial Intelligence, simulation and modelling.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Examining the Mechanisms of the Human Brain with Computer Science Arvind Ravichandran.
Left Brain-Right Brain Test Objective: Students will complete a test to determine whether they are a right-brain or left-brain person.
1 What Is Mathematical Research? Xiaoya Zha Department of Mathematical Sciences (a topic that is too big for me)
Understanding AI of 2 Player Games. Motivation Not much experience in AI (first AI project) and no specific interests/passion that I wanted to explore.
Four Phases of Problem Solving Exploring Computer Science – Lesson 2-2.
Artificial Intelligence. What is AI? „Study of intelligent behavior and the attempt to find ways in which such behavior could be engineered in any kind.
Data Capture Forms What are they?. Example 1 Example 2.
Calculator Tricks 7 By Brian Carruthers (Please see notes on slide 1)
USAGE OF CRYPTOGRAPHY IN NETWORK SECURITY
Password Management Limit login attempts Encrypt your passwords
Computer Science Programming Chapter 1, Sections
Creativity in Algorithms
Year 3 Block 3 Multiplication and Division
ARTIFICIAL INTELLIGENCE.
DIVIDING FRACTIONS TIC-TAC-TOE
Integrating Deep Learning with Cyber Forensics
ALLIGATIONS.
Dividing Integers.
What is Artificial Intelligence? (AI) is the simulation of human intelligence processes by machines, especially computer systems. These processes include.
Presentation transcript:

Why War Games is the one and only full length major motion picture that you will watch this year and why it is academically relevant. Please don’t fire me Dr. Noto ;) WAR GAMES

 Before the days of Wifi, High Speed Internet, fiber optics.  Dialing in on a telephone line.  80’s

 A well chosen password is un-hackable.  If only numbers are used then each digit multiplies the number of combinations by a factor of 10  If you add lower case letters then each digit has a factor of 36 ( )  If all ASCII printable characters are used then each digit has a factor of 95 ( )

 So a password of length 10 would equal 95 ^ 10 which would equal 59,873,693,923,837,890,625 possibilities.  So even if a computer would be able to guess 1 million times a second then it would take 1,898,582 years to go through all possibilities.  And that assumes that no one changes the password or blocks the user!

 School Password – written down on a piece of paper  Wopper Password – the name of the son of the man who designed the computer

 Intelligence - abstract thought, understanding, self- awareness, communication, reasoning, learning, having emotional knowledge, retaining, planning, and problem solving  A computer is a machine and what ever analytical thought it displays is a preprogramed algorithm.  The Holy Grail in AI is to be able to design a computer to learn.  A lot is still not understood about how our brain operates. Regions are used for certain purposes, some of the chemical mechanics are known, but as of now it is not known if and how humans have original thought.

 Can a computer be trusted to make life and death decisions? Any more so than a human?  Can a computer understand death?  Tic Tac Toe  Drones  End of Life Care  Surveillance

 Shall we play a game?  What is the difference between a game and life?