Top Banner
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation • planning • learning natural language processing motion and manipulation social intelligence • creativity
9

CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

Dec 19, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

Artificial Intelligenceproblems

• deduction, reasoning• knowledge representation• planning• learning• natural language processing• motion and manipulation• social intelligence• creativity

Page 2: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

Learning

• why is it better than pre-programming a solution?

• where is it better than pre-programming a solution?

• what are its shortcomings?

Page 3: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

Machine Learning

• Model a real life process by assuming a distribution and attempt to learn parameters

Page 4: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

What do we need?

• Knowledge of statistics and probability• Ability to process data• Ability to apply principles of mathematics

Statistics

Math

Computer Science

ML

Page 5: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

What can machine learning do?

• Classification– Predicting tax cheats– Quality control

• Association analysis– Encourage likely purchases– Identify unusual combinations

Page 6: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

What can machine learning do?

• Regression– Prediction– Charting relationship

• Clustering (unsupervised)– Grouping similar objects– Describing groups

Page 7: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

Classification

• discriminant• prediction• pattern recognition

– optical character recognition– fingerprint, face and speech recognition

• compression• outlier detection

Page 8: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

Other concepts

• supervised versus unsupervised• predictive versus descriptive• reinforcement learning (game playing)

Page 9: CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.

CIS 678

Probability

• sample space – the universe of possible outcomes

• events – a single outcome

– example: E = the event that we roll a six

• probability – a number that is associated with the chances of a

particular outcome

– example: P(E) = 1/6