CS50 Machine Learning. Week 7

Size: px
Start display at page:

Download "CS50 Machine Learning. Week 7"

Transcription

1 CS5 Machine Learning Week 7

2 *pythonprogramming.net

3 Machine Learning?

4 Machine Learning? Search Engines Image Recognition Voice Recognition Natural Language Processing

5 inputs outputs

6 Image Recognition horse car

7 Natural Language Processing Nineteen Eighty-Four by George Orwell (1984) [...] BIG BROTHER IS WATCHING YOU, the caption said, while the dark eyes looked deep into Winston's own [...] Politics Propaganda Privacy

8 Whodunit! Image recognition horse car

9 Machine Learning algorithms inputs Training data outputs

10 Machine Learning algorithms Training data horse

11 Image Classification

12

13 Handwritten digit classification Training data

14 Nearest Neighbor Classifier Minimal distance? 6 66 Labeled training set Test point

15 Nearest Neighbor Classifier? 6 6 Minimal distance Labeled training set Test point 6 6

16 ?

17 Nearest Neighbor Classifier? Minimal distance Labeled training set Test point

18 ?

19

20 Flatland by Edwin Abbott Abbott (1884) *

21 Flatland, Edwin Abbott Abbott, 1984 Flatland: The story describes a two-dimensional world occupied by geometric figures. The narrator is a square named A Square who guides the readers through some of the implications of life in two dimensions. On New Year's Eve, A Square dreams about a visit to a one-dimensional world (Lineland) inhabited by "lustrous points", in which he attempts to convince the realm's monarch of a second dimension; but is unable to do so. Following this vision, A Square is himself visited by a three-dimensional sphere named A Sphere, which he cannot comprehend until he sees Spaceland (a tridimensional world) *

22 Ready to go beyond Lineland, Flatland, and Spaceland?

23 ?

24

25

26 dimensional space

27 Nearest Neighbor Classifier? 6 dist( Labeled training set 6, 6 6 ) Test point

28 ( dist( dist ,, ) ) = 31.98

29 ( dist( dist ,, ) ) = 45.97

30 The digits dataset Labeled training set

31 Python code (Supervised Learning)

32 np.sqrt(np.sum((x - y)**2))??? x y x (x = = - [1, 1] [3, 4] y = [-2, -3] y)**2 = [4, 9] np.sum((x - y)**2) = 13 np.sqrt(np.sum((x - y)**2)) = 3.6

33 Labeled Training subset Labeled training set Test point

34 Labeled Training set Testing set

35 Labeled Training set Testing set

36 With Nearest Neighbor Classifier 6 ~ 97% Correct

37 The CIFAR-1 dataset airplane automobile bird cat deer dog frog horse ship truck Labeled training set *

38 With Nearest Neighbor Classifier horse car ~ 3% Correct

39 Training set for category : Training set for category horse :

40 Challenges *

41 Features

42 Features (,,,)

43 Deep Learning *

44 Tensorflow Deep dream generator

45 The CIFAR-1 dataset airplane automobile bird cat deer dog frog horse ship truck Labeled training set *

46 With Deep Learning... horse car ~ 95% Correct

47 Is 95% enough?

48

49 MAY 216

50 Neither Autopilot nor the driver noticed the white side of the tractor trailer against a brightly lit sky, so the brake was not applied *

51 Challenges *

52 Text Clustering

53 Text clustering IMDB synopses for: - Robin Hood - The Matrix - The King's Speech - Aladdin - A Beautiful Mind - Finding Nemo CLUSTER 1: -??? A Beautiful Mind -??? The Matrix -??? The King's Speech CLUSTER 2: -??? Robin Hood -??? Aladdin -??? Finding Nemo k=2

54 k=2 Unlabeled data K-means

55 k=2 Unlabeled data K-means

56 Robin Hood Told with animals for it's cast, the story tells of Robin Hood (a fox) and Little John (a brown bear), who rob from the rich to give to the poor. [...]? Robin Hood

57 Unlabeled data k=2 A Beautiful Mind The Matrix Aladdin The King's Speech Robin Hood Finding Nemo K-means

58 Something simpler... a) I love CS5. Staff is awesome, awesome, awesome! b) I have a dog and a cat. c) Best of CS5? Staff. And cakes. Ok, CS5 staff. d) My dog keeps chasing my cat. Dogs! k=2 CLUSTER 1: a) c) CLUSTER 2: b) d)

59 k=2 b) I have a dog and a cat. d) My dog keeps chasing my cat. Dogs! a) I love CS5. Staff is awesome, awesome, awesome! c) Best of CS5? Staff. And cakes. Ok, CS5 staff. K-means

60 a) I love CS5. Staff is awesome, awesome, awesome!? a) I love CS5. Staff is awesome, awesome, awesome!

61 a) I love CS5. Staff is awesome, awesome, awesome! Bags of words b) I have a dog and a cat. c) Best of CS5? Staff. And cakes. Ok, CS5 staff. d) My dog keeps chasing my cat. Dogs! awesome best cakes cat chasing cs5 dog dogs keeps love ok staff a) b) 1 1 c) d)

62 a) I love CS5. Staff is awesome, awesome, awesome! b) I have a dog and a cat. c) Best of CS5? Staff. And cakes. Ok, CS5 staff. Frequency d) My dog keeps chasing my cat. Dogs! awesome best cakes cat chasing cs5 dog dogs keeps love ok staff a) 3/6 1/6 1/6 1 b) 1/2 1/2 c) 1/7 1/7 2/7 1/7 2/7 d) 1/5 1/5 1/5 1/5 1/5

63 a) I love CS5. Staff is awesome, awesome, awesome! a) I love CS5. Staff is awesome, awesome, awesome! (3/6,,,,, 1/6,,,, 1/6,, 1) 12 dimensional space

64 k=2 b) I have a dog and a cat. d) My dog keeps chasing my cat. Dogs! a) I love CS5. Staff is awesome, awesome, awesome! c) Best of CS5? Staff. And cakes. Ok, CS5 staff. K-means

65 Python code (Unsupervised Learning)

66 Recap

67 Handwritten digit classification 6

68 Text clustering IMDB synopses for: - Robin Hood - The Matrix - The King's Speech - Aladdin - A Beautiful Mind - Finding Nemo CLUSTER 1: - A Beautiful Mind - The Matrix - The King's Speech CLUSTER 2: - Robin Hood - Aladdin - Finding Nemo k=2

69 Machine Learning? Search Engines Image Recognition Voice Recognition Natural Language Processing

70 Machine Learning so much more # ## ### #### ##### ###### ####### # ## ### #### ##### ###### #######

71 Machine Learning so much more MARCH 216 Commentators were convinced [AlphaGo] had made mistakes, but as it racked up wins, they were forced to concede that perhaps the machine [...] was using strategies its human masters had simply overlooked. Lee Sedol *

Flatland. Flatland 1/16

Flatland. Flatland 1/16 Flatland Flatland 1/16 The book Flatland was written in 1880 by Edwin Abbott. A copy is available at www.geom.uiuc.edu/ banchoff/flatland. Flatland is inhabited by 2-dimensional geometric figures. The

More information

Data-Starved Artificial Intelligence

Data-Starved Artificial Intelligence Data-Starved Artificial Intelligence Data-Starved Artificial Intelligence This material is based upon work supported by the Assistant Secretary of Defense for Research and Engineering under Air Force Contract

More information

Evaluation of Image Segmentation Based on Histograms

Evaluation of Image Segmentation Based on Histograms Evaluation of Image Segmentation Based on Histograms Andrej FOGELTON Slovak University of Technology in Bratislava Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovakia

More information

Supplementary Material: Improved ArtGAN for Conditional Synthesis of Natural Image and Artwork

Supplementary Material: Improved ArtGAN for Conditional Synthesis of Natural Image and Artwork Supplementary Material: Improved ArtGAN for Conditional Synthesis of Natural Image and Artwork August 23, 2018 Abstract This supplementary file provides additional details which are not covered in the

More information

Name. Geometry. ETA hand2mind

Name. Geometry. ETA hand2mind Lesson 1 Geometry Name 1. 2. Directions 1. Color the triangle in the circle on the left side. Put an X on the rectangle in the circle on the right side. 2. Draw a triangle in the box on the right. Draw

More information

Lecture Overview. c D. Poole and A. Mackworth 2017 Artificial Intelligence, Lecture 1.1, Page 1 1 / 15

Lecture Overview. c D. Poole and A. Mackworth 2017 Artificial Intelligence, Lecture 1.1, Page 1 1 / 15 Lecture Overview What is Artificial Intelligence? Agents acting in an environment Learning objectives: at the end of the class, you should be able to describe what an intelligent agent is identify the

More information

Radio Deep Learning Efforts Showcase Presentation

Radio Deep Learning Efforts Showcase Presentation Radio Deep Learning Efforts Showcase Presentation November 2016 hume@vt.edu www.hume.vt.edu Tim O Shea Senior Research Associate Program Overview Program Objective: Rethink fundamental approaches to how

More information

Session 124TS, A Practical Guide to Machine Learning for Actuaries. Presenters: Dave M. Liner, FSA, MAAA, CERA

Session 124TS, A Practical Guide to Machine Learning for Actuaries. Presenters: Dave M. Liner, FSA, MAAA, CERA Session 124TS, A Practical Guide to Machine Learning for Actuaries Presenters: Dave M. Liner, FSA, MAAA, CERA SOA Antitrust Disclaimer SOA Presentation Disclaimer A practical guide to machine learning

More information

GPU ACCELERATED DEEP LEARNING WITH CUDNN

GPU ACCELERATED DEEP LEARNING WITH CUDNN GPU ACCELERATED DEEP LEARNING WITH CUDNN Larry Brown Ph.D. March 2015 AGENDA 1 Introducing cudnn and GPUs 2 Deep Learning Context 3 cudnn V2 4 Using cudnn 2 Introducing cudnn and GPUs 3 HOW GPU ACCELERATION

More information

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews Today CS 395T Visual Recognition Course logistics Overview Volunteers, prep for next week Thursday, January 18 Administration Class: Tues / Thurs 12:30-2 PM Instructor: Kristen Grauman grauman at cs.utexas.edu

More information

CS688/WST665 Student presentation Learning Fine-grained Image Similarity with Deep Ranking CVPR Gayoung Lee ( 이가영 )

CS688/WST665 Student presentation Learning Fine-grained Image Similarity with Deep Ranking CVPR Gayoung Lee ( 이가영 ) CS688/WST665 Student presentation Learning Fine-grained Image Similarity with Deep Ranking CVPR 2014 Gayoung Lee ( 이가영 ) Contents 1. Background knowledge 2. Proposed method 3. Experimental Result 4. Conclusion

More information

SketchNet: Sketch Classification with Web Images[CVPR `16]

SketchNet: Sketch Classification with Web Images[CVPR `16] SketchNet: Sketch Classification with Web Images[CVPR `16] CS688 Paper Presentation 1 Doheon Lee 20183398 2018. 10. 23 Table of Contents Introduction Background SketchNet Result 2 Introduction Properties

More information

Intelligent Non-Player Character with Deep Learning. Intelligent Non-Player Character with Deep Learning 1

Intelligent Non-Player Character with Deep Learning. Intelligent Non-Player Character with Deep Learning 1 Intelligent Non-Player Character with Deep Learning Meng Zhixiang, Zhang Haoze Supervised by Prof. Michael Lyu CUHK CSE FYP Term 1 Intelligent Non-Player Character with Deep Learning 1 Intelligent Non-Player

More information

Spot the book! 3. SUSPENSEFUL STORIES FEEL LIKE EATING CANDIES: YOU CANNOT! 5. YOU MUST FIND THE RIGHT TO ENJOY READING

Spot the book! 3. SUSPENSEFUL STORIES FEEL LIKE EATING CANDIES: YOU CANNOT! 5. YOU MUST FIND THE RIGHT TO ENJOY READING Spot the book! 1. WHAT YOU REVEALS WHO YOU 2. READING CAN BE AN EXPERIENCE NOW 3. SUSPENSEFUL STORIES FEEL LIKE EATING CANDIES: YOU CANNOT! 4. READING CAN BE 5. YOU MUST FIND THE RIGHT TO ENJOY READING

More information

from Flatland by Edwin A. Abbott

from Flatland by Edwin A. Abbott from Flatland by Edwin A. Abbott MS / Math Geometry, Idea, Mathematics, Perspective, Story Divide the class up into groups of three and have the groups draw the name of a three dimensional object at random.

More information

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University EMERGENCE OF INTELLIGENT MACHINES: CHALLENGES AND OPPORTUNITIES CS6700: The Emergence of Intelligent Machines Prof. Carla Gomes Prof. Bart Selman Cornell University Artificial Intelligence After a distinguished

More information

CS10 The Beauty and Joy of Computing

CS10 The Beauty and Joy of Computing CS10 The Beauty and Joy of Computing Lecture #15 Artificial Intelligence UC Berkeley EECS Lecturer SOE Dan Garcia 2011-10-24 The PRIMER-V2 robot is capable of starting from a stopped position, start riding,

More information

CS10 The Beauty and Joy of Computing

CS10 The Beauty and Joy of Computing CS10 The Beauty and Joy of Computing Lecture #21 Artificial Intelligence UC Berkeley EECS Lecturer SOE Dan Garcia 2011-04-13 IBM s Watson is being used by researchers in Canada to provide early warnings

More information

Classification Experiments for Number Plate Recognition Data Set Using Weka

Classification Experiments for Number Plate Recognition Data Set Using Weka Classification Experiments for Number Plate Recognition Data Set Using Weka Atul Kumar 1, Sunila Godara 2 1 Department of Computer Science and Engineering Guru Jambheshwar University of Science and Technology

More information

Deep Learning. Dr. Johan Hagelbäck.

Deep Learning. Dr. Johan Hagelbäck. Deep Learning Dr. Johan Hagelbäck johan.hagelback@lnu.se http://aiguy.org Image Classification Image classification can be a difficult task Some of the challenges we have to face are: Viewpoint variation:

More information

Applications of Music Processing

Applications of Music Processing Lecture Music Processing Applications of Music Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Singing Voice Detection Important pre-requisite

More information

AI for Autonomous Ships Challenges in Design and Validation

AI for Autonomous Ships Challenges in Design and Validation VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD AI for Autonomous Ships Challenges in Design and Validation ISSAV 2018 Eetu Heikkilä Autonomous ships - activities in VTT Autonomous ship systems Unmanned engine

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

An Introduction to Machine Learning for Social Scientists

An Introduction to Machine Learning for Social Scientists An Introduction to Machine Learning for Social Scientists Tyler Ransom University of Oklahoma, Dept. of Economics November 10, 2017 Outline 1. Intro 2. Examples 3. Conclusion Tyler Ransom (OU Econ) An

More information

Autocomplete Sketch Tool

Autocomplete Sketch Tool Autocomplete Sketch Tool Sam Seifert, Georgia Institute of Technology Advanced Computer Vision Spring 2016 I. ABSTRACT This work details an application that can be used for sketch auto-completion. Sketch

More information

Prof. Sameer Singh CS 175: PROJECTS IN AI (IN MINECRAFT) WINTER April 6, 2017

Prof. Sameer Singh CS 175: PROJECTS IN AI (IN MINECRAFT) WINTER April 6, 2017 Prof. Sameer Singh CS 175: PROJECTS IN AI (IN MINECRAFT) WINTER 2017 April 6, 2017 Upcoming Misc. Check out course webpage and schedule Check out Canvas, especially for deadlines Do the survey by tomorrow,

More information

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection Detection Lecture usic Processing Applications of usic Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Important pre-requisite for: usic segmentation

More information

Unit 5. Exercise 1. Understanding Messages about Spending Money, p.122:

Unit 5. Exercise 1. Understanding Messages about Spending Money, p.122: 71 Unit 5 Exercise 1. Understanding Messages about Spending Money, p.122: You will hear information about three people. They are each talking about buying something. Listen carefully. On the line, write

More information

George Orwell s 1984 WRITING

George Orwell s 1984 WRITING George Orwell s 1984 WRITING Content Big Brother is watching. What is the discussion of surveillance in George Orwell's 1984 and how was privacy breached? Because of certain actions discovered through

More information

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Parallel to AIMA 8., 8., 8.6.3, 8.9 The Automatic Classification Problem Assign object/event or sequence of objects/events

More information

DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition. ECE 289G: Paper Presentation #3 Philipp Gysel

DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition. ECE 289G: Paper Presentation #3 Philipp Gysel DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition ECE 289G: Paper Presentation #3 Philipp Gysel Autonomous Car ECE 289G Paper Presentation, Philipp Gysel Slide 2 Source: maps.google.com

More information

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO Introduction to RNNs for NLP SHANG GAO About Me PhD student in the Data Science and Engineering program Took Deep Learning last year Work in the Biomedical Sciences, Engineering, and Computing group at

More information

Artificial Intelligence and Deep Learning

Artificial Intelligence and Deep Learning Artificial Intelligence and Deep Learning Cars are now driving themselves (far from perfectly, though) Speaking to a Bot is No Longer Unusual March 2016: World Go Champion Beaten by Machine AI: The Upcoming

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

arxiv: v1 [cs.ce] 9 Jan 2018

arxiv: v1 [cs.ce] 9 Jan 2018 Predict Forex Trend via Convolutional Neural Networks Yun-Cheng Tsai, 1 Jun-Hao Chen, 2 Jun-Jie Wang 3 arxiv:1801.03018v1 [cs.ce] 9 Jan 2018 1 Center for General Education 2,3 Department of Computer Science

More information

SSB Debate: Model-based Inference vs. Machine Learning

SSB Debate: Model-based Inference vs. Machine Learning SSB Debate: Model-based nference vs. Machine Learning June 3, 2018 SSB 2018 June 3, 2018 1 / 20 Machine learning in the biological sciences SSB 2018 June 3, 2018 2 / 20 Machine learning in the biological

More information

Learning Deep Networks from Noisy Labels with Dropout Regularization

Learning Deep Networks from Noisy Labels with Dropout Regularization Learning Deep Networks from Noisy Labels with Dropout Regularization Ishan Jindal*, Matthew Nokleby*, Xuewen Chen** *Department of Electrical and Computer Engineering **Department of Computer Science Wayne

More information

The Beauty and Joy of Computing

The Beauty and Joy of Computing The Beauty and Joy of Computing Calendar? Invite your friends to take CS10 next sem! Lecture #25 Summary & Review Slip days Michael Head TA Lab this week is Survey (0:20), online final (1:30) Register

More information

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at Quora,

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at Quora, Adversarial Examples and Adversarial Training Ian Goodfellow, OpenAI Research Scientist Presentation at Quora, 2016-08-04 In this presentation Intriguing Properties of Neural Networks Szegedy et al, 2013

More information

Level: DRA: Genre: Strategy: Skill: Word Count: Online Leveled Books HOUGHTON MIFFLIN

Level: DRA: Genre: Strategy: Skill: Word Count: Online Leveled Books HOUGHTON MIFFLIN HOUGHTON MIFFLIN by Dixie Lee Petrokis illustrated by Amy Huntington Copyright by Houghton Mifflin Company. All rights reserved. No part of this work may be reproduced or transmitted in any form or by

More information

CS 7643: Deep Learning

CS 7643: Deep Learning CS 7643: Deep Learning Topics: Toeplitz matrices and convolutions = matrix-mult Dilated/a-trous convolutions Backprop in conv layers Transposed convolutions Dhruv Batra Georgia Tech HW1 extension 09/22

More information

Adversarial Robustness for Aligned AI

Adversarial Robustness for Aligned AI Adversarial Robustness for Aligned AI Ian Goodfellow, Staff Research NIPS 2017 Workshop on Aligned Artificial Intelligence Many thanks to Catherine Olsson for feedback on drafts The Alignment Problem (This

More information

Physical Science. Scott Foresman Reading Street 2.1.5

Physical Science. Scott Foresman Reading Street 2.1.5 Suggested levels for Guided Reading, DRA, Lexile, and Reading Recovery are provided in the Pearson Scott Foresman Leveling Guide. Physical Science Genre Expository nonfiction Comprehension Skills and Strategy

More information

Good Habits Great Readers Leveled Readers Grade 3

Good Habits Great Readers Leveled Readers Grade 3 A Correlation of To Introduction The following document shows where the content and skills associated with the Good Habits Great Readers support the unit themes and Essential Questions in the program.

More information

Biologically Inspired Computation

Biologically Inspired Computation Biologically Inspired Computation Deep Learning & Convolutional Neural Networks Joe Marino biologically inspired computation biological intelligence flexible capable of detecting/ executing/reasoning about

More information

Dover Hospital Gift Shop Order Form

Dover Hospital Gift Shop Order Form Dover Hospital Gift Shop Order Form Here s a bestselling selection of Dover books that other hospital gift shops just like you successfully sell order them today! 50% Discount! Bestselling Hospital Little

More information

ARTIFICIAL INTELLIGENCE (AI): HYPE OR HOPE?

ARTIFICIAL INTELLIGENCE (AI): HYPE OR HOPE? INNOVATION PLATFORM WHITE PAPER AI was coined as a term in 956 at a Dartmouth College Computer Science conference. It refers to a line of research that seeks to replicate the characteristics of human intelligence.

More information

Neural Networks The New Moore s Law

Neural Networks The New Moore s Law Neural Networks The New Moore s Law Chris Rowen, PhD, FIEEE CEO Cognite Ventures December 216 Outline Moore s Law Revisited: Efficiency Drives Productivity Embedded Neural Network Product Segments Efficiency

More information

Google DeepMind s AlphaGo vs. world Go champion Lee Sedol

Google DeepMind s AlphaGo vs. world Go champion Lee Sedol Google DeepMind s AlphaGo vs. world Go champion Lee Sedol Review of Nature paper: Mastering the game of Go with Deep Neural Networks & Tree Search Tapani Raiko Thanks to Antti Tarvainen for some slides

More information

Signal and Information Processing

Signal and Information Processing Signal and Information Processing Alejandro Ribeiro Dept. of Electrical and Systems Engineering University of Pennsylvania aribeiro@seas.upenn.edu http://www.seas.upenn.edu/users/~aribeiro/ January 11,

More information

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 CS 730/830: Intro AI Prof. Wheeler Ruml TA Bence Cserna Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 Wheeler Ruml (UNH) Lecture 1, CS 730 1 / 23 My Definition

More information

Phrases for 2 nd -3 rd Grade Sight Words (9) for for him for my mom it is for it was for. (10) on on it on my way On the day I was on

Phrases for 2 nd -3 rd Grade Sight Words (9) for for him for my mom it is for it was for. (10) on on it on my way On the day I was on (1) the on the bus In the school by the dog It was the cat. Phrases for 2 nd -3 rd Grade Sight Words (9) for for him for my mom it is for it was for (17) we If we go we can sit we go out Can we go? (2)

More information

Genre Match#1. Name: Date: / / 1.) Lyle, a young goldfish, dreams of leaving his fishbowl behind in order to become a big movie star in Hollywood.

Genre Match#1. Name: Date: / / 1.) Lyle, a young goldfish, dreams of leaving his fishbowl behind in order to become a big movie star in Hollywood. Genre Match#1 Name: Date: / / 1.) Lyle, a young goldfish, dreams of leaving his fishbowl behind in order to become a big movie star in Hollywood. 2.) Five Boy Scouts get lost in the woods. Together, they

More information

DEEP DIVE ON AZURE ML FOR DEVELOPERS

DEEP DIVE ON AZURE ML FOR DEVELOPERS DEEP DIVE ON AZURE ML FOR DEVELOPERS How many dogs can you find in 4 seconds? How many dogs can you find in 4 seconds? Who had 12? DEEP DIVE ON AZURE ML FOR DEVELOPERS THOMAS MARTINSEN CEO AND FOUNDING

More information

THE AI REVOLUTION. How Artificial Intelligence is Redefining Marketing Automation

THE AI REVOLUTION. How Artificial Intelligence is Redefining Marketing Automation THE AI REVOLUTION How Artificial Intelligence is Redefining Marketing Automation The implications of Artificial Intelligence for modern day marketers The shift from Marketing Automation to Intelligent

More information

AI & Machine Learning. By Jan Øye Lindroos

AI & Machine Learning. By Jan Øye Lindroos AI & Machine Learning By Jan Øye Lindroos About This Talk Brief introduction to AI: Definition and Characteristics Machine Learning: Types of ML, example algorithms Historical Overview: 1940-Present Present

More information

JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS

JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS Fantine Huot (Stanford Geophysics) Advised by Greg Beroza & Biondo Biondi (Stanford Geophysics & ICME) LEARNING FROM DATA Deep learning networks

More information

AI: The New Electricity to Harness Our Digital Future Workshop: Digitalisering inomenergisektorn Dec

AI: The New Electricity to Harness Our Digital Future Workshop: Digitalisering inomenergisektorn Dec AI: The New Electricity to Harness Our Digital Future Workshop: Digitalisering inomenergisektorn Dec.7 2017 Devdatt Dubhashi Computer Science and Engineering Chalmers Machine Intelligence Sweden AB AI:

More information

Study Impact of Architectural Style and Partial View on Landmark Recognition

Study Impact of Architectural Style and Partial View on Landmark Recognition Study Impact of Architectural Style and Partial View on Landmark Recognition Ying Chen smileyc@stanford.edu 1. Introduction Landmark recognition in image processing is one of the important object recognition

More information

Semantic Localization of Indoor Places. Lukas Kuster

Semantic Localization of Indoor Places. Lukas Kuster Semantic Localization of Indoor Places Lukas Kuster Motivation GPS for localization [7] 2 Motivation Indoor navigation [8] 3 Motivation Crowd sensing [9] 4 Motivation Targeted Advertisement [10] 5 Motivation

More information

Animal Trading Cards ANIMALS

Animal Trading Cards ANIMALS Purpose To learn about diversity in the animal kingdom by making and playing with animal trading cards. Process Skills Classify, Collect data, Communicate Background All animals share similar needs food,

More information

Microwave Engineering Project Link Discussion

Microwave Engineering Project Link Discussion Microwave Engineering Project Link Discussion Version 1 22 March 2008 Originally envisioned as a satellite ground station, the most challenging part of the link was the large path loss and the multiple

More information

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN?

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? Marc Stampfli https://www.linkedin.com/in/marcstampfli/ https://twitter.com/marc_stampfli E-Mail: mstampfli@nvidia.com INTELLIGENT ROBOTS AND SMART MACHINES

More information

The Art of Neural Nets

The Art of Neural Nets The Art of Neural Nets Marco Tavora marcotav65@gmail.com Preamble The challenge of recognizing artists given their paintings has been, for a long time, far beyond the capability of algorithms. Recent advances

More information

6. Convolutional Neural Networks

6. Convolutional Neural Networks 6. Convolutional Neural Networks CS 519 Deep Learning, Winter 2016 Fuxin Li With materials from Zsolt Kira Quiz coming up Next Tuesday (1/26) 15 minutes Topics: Optimization Basic neural networks No Convolutional

More information

Machine Learning Practical Part 2: Group Projects. MLP Lecture 11 MLP Part 2: Group Projects 1

Machine Learning Practical Part 2: Group Projects. MLP Lecture 11 MLP Part 2: Group Projects 1 Machine Learning Practical Part 2: Group Projects MLP Lecture 11 MLP Part 2: Group Projects 1 MLP Part 2: Group Projects Steve Renals Machine Learning Practical MLP Lecture 11 24 January 2018 http://www.inf.ed.ac.uk/teaching/courses/mlp/

More information

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at HORSE 2016 London,

Adversarial Examples and Adversarial Training. Ian Goodfellow, OpenAI Research Scientist Presentation at HORSE 2016 London, Adversarial Examples and Adversarial Training Ian Goodfellow, OpenAI Research Scientist Presentation at HORSE 2016 London, 2016-09-19 In this presentation Intriguing Properties of Neural Networks Szegedy

More information

CLASSLESS ASSOCIATION USING NEURAL NETWORKS

CLASSLESS ASSOCIATION USING NEURAL NETWORKS Workshop track - ICLR 1 CLASSLESS ASSOCIATION USING NEURAL NETWORKS Federico Raue 1,, Sebastian Palacio, Andreas Dengel 1,, Marcus Liwicki 1 1 University of Kaiserslautern, Germany German Research Center

More information

NAME: READING CORE. Grade: Excellent (MP) OK (NP) Needs Improvement (BP) February 13 February 17

NAME: READING CORE. Grade: Excellent (MP) OK (NP) Needs Improvement (BP) February 13 February 17 NAME: READING CORE Grade: Excellent (MP) OK (NP) Needs Improvement (BP) February 13 February 17 1 THIS WEEK S VOCABULARY 2 THIS WEEK S READ-ALOUD 3 ***QUESTIONS*** 1. What is this week s Essential Question?

More information

Why AI Goes Wrong And How To Avoid It Brandon Purcell

Why AI Goes Wrong And How To Avoid It Brandon Purcell Why AI Goes Wrong And How To Avoid It Brandon Purcell June 18, 2018 2018 FORRESTER. REPRODUCTION PROHIBITED. We probably don t need to worry about this in the near future Source: https://twitter.com/jackyalcine/status/615329515909156865

More information

1. Compare the length, weight and volume of two or more objects using direct comparison or a non-standard unit.

1. Compare the length, weight and volume of two or more objects using direct comparison or a non-standard unit. Students: 1. Students use direct comparison and non-standard units to describe the measurements of objects. 1. Compare the length, weight and volume of two or more objects using direct comparison or a

More information

RELEASING APERTURE FILTER CONSTRAINTS

RELEASING APERTURE FILTER CONSTRAINTS RELEASING APERTURE FILTER CONSTRAINTS Jakub Chlapinski 1, Stephen Marshall 2 1 Department of Microelectronics and Computer Science, Technical University of Lodz, ul. Zeromskiego 116, 90-924 Lodz, Poland

More information

The AI Awakening and the Challenge for Society

The AI Awakening and the Challenge for Society The AI Awakening and the Challenge for Society MIT, November 28, 2017 Erik Brynjolfsson The Second Machine Age Changing the world requires two things: Power system: move or transform things Control system:

More information

THE INTERVIEW SUCCESS BLUEPRINT

THE INTERVIEW SUCCESS BLUEPRINT THE INTERVIEW SUCCESS BLUEPRINT Featuring the Accelerated Interview Method Created by Don Georgevich www.jobinterviewtools.com/gethired/ Copyright 2014 - Job Interview Tools, LLC - All rights reserved

More information

Recognition problems. Object Recognition. Readings. What is recognition?

Recognition problems. Object Recognition. Readings. What is recognition? Recognition problems Object Recognition Computer Vision CSE576, Spring 2008 Richard Szeliski What is it? Object and scene recognition Who is it? Identity recognition Where is it? Object detection What

More information

Andrei Behel AC-43И 1

Andrei Behel AC-43И 1 Andrei Behel AC-43И 1 History The game of Go originated in China more than 2,500 years ago. The rules of the game are simple: Players take turns to place black or white stones on a board, trying to capture

More information

Lesson Transcript: Early Meaning Making - Kindergarten. Teacher: Irby DuBose, Pate Elementary School, Darlington, SC

Lesson Transcript: Early Meaning Making - Kindergarten. Teacher: Irby DuBose, Pate Elementary School, Darlington, SC Lesson Transcript: Early Meaning Making - Kindergarten Teacher: Irby DuBose, Pate Elementary School, Darlington, SC T: Teacher, S: Students Mini-Lesson: Part 1 Engage and Model T: OK, boys and girls, today

More information

Privacy preserving data mining multiplicative perturbation techniques

Privacy preserving data mining multiplicative perturbation techniques Privacy preserving data mining multiplicative perturbation techniques Li Xiong CS573 Data Privacy and Anonymity Outline Review and critique of randomization approaches (additive noise) Multiplicative data

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

A Real Time Static & Dynamic Hand Gesture Recognition System

A Real Time Static & Dynamic Hand Gesture Recognition System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 12 [Aug. 2015] PP: 93-98 A Real Time Static & Dynamic Hand Gesture Recognition System N. Subhash Chandra

More information

Genetic algorithm applied in Clustering datasets. James Cunha Werner ) Terence C. Fogarty

Genetic algorithm applied in Clustering datasets. James Cunha Werner ) Terence C. Fogarty Genetic algorithm applied in Clustering datasets. James Cunha Werner (wernerjc@sbu.ac.uk ) Terence C. Fogarty (fogarttc@sbu.ac.uk ) SCISM South Bank University 103 Borough Road London SE1 0AA Abstract.

More information

To Infinity And Beyond. Computer Vision for Astronomy

To Infinity And Beyond. Computer Vision for Astronomy To Infinity And Beyond Computer Vision for Astronomy Ryan Fox ryan@foxrow.com @ryan_fox foxrow.com 1. Image Processing 2. Computer Vision 3. To Infinity and Beyond How computers see How computers see 006

More information

Object Recognition + Gesture Recognition

Object Recognition + Gesture Recognition Object Recognition + Gesture Recognition Matt Loper CS148 Nov 1st, 2007 Motivation Consider the robot control loop Compare it to a human Decision Making Actuators World Perception Sensors Motivation Consider

More information

TABLE OF CONTENTS 4 - PLUSH MAGNETS 15 - SHOW PONIES 18 - DOGE S 7 - MINI PALS 19 - BOBO S 12 - HALF-PINTS 22 - SOFTEST THINGS EVER 13 - ELLIE BEARS

TABLE OF CONTENTS 4 - PLUSH MAGNETS 15 - SHOW PONIES 18 - DOGE S 7 - MINI PALS 19 - BOBO S 12 - HALF-PINTS 22 - SOFTEST THINGS EVER 13 - ELLIE BEARS ASI - 34044 SAGE - 68018 PPAI - 2682202018 TABLE OF CONTENTS 4 - PLUSH MAGNETS 15 - SHOW PONIES 6 - PLUSH KEYCHAINS 16 - GLENKY S 7 - MINI PALS 18 - DOGE S 8 - POCKET PETS 19 - BOBO S 10 - BEASTY BABIES

More information

FIRST GRADE FIRST GRADE HIGH FREQUENCY WORDS FIRST 100 HIGH FREQUENCY WORDS FIRST 100

FIRST GRADE FIRST GRADE HIGH FREQUENCY WORDS FIRST 100 HIGH FREQUENCY WORDS FIRST 100 HIGH FREQUENCY WORDS FIRST 100 about Preprimer, Primer or 1 st Grade lists 1 st 100 of again 100 HF words for Grade 1 all am an are as away be been before big black blue boy brown but by came cat come

More information

Efficient Deep Learning in Communications

Efficient Deep Learning in Communications Fraunhofer Image Processing Heinrich Hertz Institute Efficient Deep Learning in Communications Dr. Wojciech Samek Fraunhofer HHI, Machine Learning Group Fraunhofer Heinrich Hertz Institute, Einsteinufer

More information

Raster Based Region Growing

Raster Based Region Growing 6th New Zealand Image Processing Workshop (August 99) Raster Based Region Growing Donald G. Bailey Image Analysis Unit Massey University Palmerston North ABSTRACT In some image segmentation applications,

More information

SDS PODCAST EPISODE 86 FIVE MINUTE FRIDAY: COMPUTER VISION

SDS PODCAST EPISODE 86 FIVE MINUTE FRIDAY: COMPUTER VISION SDS PODCAST EPISODE 86 FIVE MINUTE FRIDAY: COMPUTER VISION This is Five Minute Friday episode number 86: Computer Vision. Hey guys, and welcome back to the SuperDataScience podcast. Very excited about

More information

Library Promotions Origami Bookmarks (Popular!)

Library Promotions Origami Bookmarks (Popular!) s Origami Bookmarks (Popular!) Reward readers with interactive folding fun! Origami Activity Bookmarks - Fox, Whale, Penguin, Rabbit 8" x 6" 4 designs 48/pkg, WL13740190 - Origami Corner Monster Bookmrk

More information

Whether for quality control, sorting, or

Whether for quality control, sorting, or Whether for quality control, sorting, or identification, color sensing is a critical part of many automation procedures. Color detection has various meanings depending on the user, including recognizing

More information

Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11

Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11 Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11 Presenter: Cosmin Laslau, Director of Research Products, Lux Research Agenda 1 2 3 Why you yes,

More information

The Dragon and the Cobbler activities

The Dragon and the Cobbler activities 1. Improving a description What do you know about dragons? Look at the picture of the dragon below and read the description. How could it be changed to make it more effective? Work with a partner to share

More information

sleeping beauties 785D857BB2023ECB91FD6EE5D9B02159 Sleeping Beauties 1 / 5

sleeping beauties 785D857BB2023ECB91FD6EE5D9B02159 Sleeping Beauties 1 / 5 Sleeping Beauties 1 / 5 2 / 5 3 / 5 Sleeping Beauties Awakened from a curse, Sleeping Beauty marvels at the wonders of the new century. She falls in love with a famous architect who is working to restore

More information

FOM 11 Ch. 1 Practice Test Name: Inductive and Deductive Reasoning

FOM 11 Ch. 1 Practice Test Name: Inductive and Deductive Reasoning FOM 11 Ch. 1 Practice Test Name: Inductive and Deductive Reasoning Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Justin gathered the following evidence.

More information

Preschool Fall Lesson 13: Day 7 God Rested and Made it Holy Continued

Preschool Fall Lesson 13: Day 7 God Rested and Made it Holy Continued Preschool Fall Lesson 13: Day 7 God Rested and Made it Holy Continued Objectives: Students will 1) Understand that God rested on Day 7 Genesis 2:1 3 2) Do activities to help us remember the days of Creation

More information

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Volume 117 No. 22 2017, 209-213 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Mrs.S.Hemamalini

More information

Blog Post Ideas To Scare Away The Tormenting Blinking Cursor

Blog Post Ideas To Scare Away The Tormenting Blinking Cursor I thought I d help you and pull together a massive, huge list of great blog post ideas to pull you out of the blog idea doldrums. Are you ready? Blog Post Ideas To Scare Away The Tormenting Blinking Cursor

More information

MEP Practice Book ES5. 1. A coin is tossed, and a die is thrown. List all the possible outcomes.

MEP Practice Book ES5. 1. A coin is tossed, and a die is thrown. List all the possible outcomes. 5 Probability MEP Practice Book ES5 5. Outcome of Two Events 1. A coin is tossed, and a die is thrown. List all the possible outcomes. 2. A die is thrown twice. Copy the diagram below which shows all the

More information

MICA at ImageClef 2013 Plant Identification Task

MICA at ImageClef 2013 Plant Identification Task MICA at ImageClef 2013 Plant Identification Task Thi-Lan LE, Ngoc-Hai PHAM International Research Institute MICA UMI2954 HUST Thi-Lan.LE@mica.edu.vn, Ngoc-Hai.Pham@mica.edu.vn I. Introduction In the framework

More information

How AI Won at Go and So What? Garry Kasparov vs. Deep Blue (1997)

How AI Won at Go and So What? Garry Kasparov vs. Deep Blue (1997) How AI Won at Go and So What? Garry Kasparov vs. Deep Blue (1997) Alan Fern School of Electrical Engineering and Computer Science Oregon State University Deep Mind s vs. Lee Sedol (2016) Watson vs. Ken

More information