-
Notifications
You must be signed in to change notification settings - Fork 0
/
education_rep.html
60 lines (53 loc) · 4.42 KB
/
education_rep.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-transitional.dth">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="template.css" rel="stylesheet" type="text/css" media="screen"/>
<link rel="shortcut icon" href="images/robo.ico" type="image/x-icon" />
<link href="tab.js" type="text/javascript"/>
<title>AI Education - Intelligent Tutoring & Other Educational Uses of AI</title>
</head>
<body id="bodystyle">
<div id="head" style="left: 0px; top: 0px"><a href="index.html"><img alt="Header_Logo" src="images/ai_logo..png"/></a></div>
<br/><br/>
<div id="bodystyle">
<div id="menu">
<ul>
<li><a href="index.html"><img src="images/icons/home.png" alt="ico" height="26px" width="26px" style="margin-right:5px;"/>Home</a></li>
<li><a href="blog.html"><img src="images/icons/blog.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Blog</a></li>
<li><a href="News.html"><img src="images/icons/news.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>News</a></li>
<li><a href="education.html"><img src="images/icons/gallery.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Education</a></li>
<li><a href="research.html"><img src="images/icons/research.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Research</a></li>
<li><a href="contact.html"><img src="images/icons/contact.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Contact</a></li>
</ul>
</div>
<hr/>
<h1 class="clb">AI Education - Representation</h1>
<h3 class="clb">Structuring Knowledge & Data in AI Programs</h3>
<hr>
<div id="tabs">
<ul>
<li><a href="education_cognitive.html">Cognitive Science</a></li>
<li><a href="education_games.html">Games & Puzzles</a></li>
<li><a href="history.html">History</a></li>
<li><a href="education_science.html">Science Fiction</a></li>
<li class="current"><a href="education_rep.html">Representation</a></li>
</ul>
</div>
<div>
<!-- Enter Your Text Here -->
<p><img src="images/Marvin Minsky.gif" alt="Marvin Minsky" style="float:right;padding-left:10px">In the 1960s and 1970s, students frequently asked, "Which kind of representation is best?" and I usually replied that we'd need more research. ... But now I would reply: To solve really hard problems, we'll have to use several different representations. This is because each particular kind of data structure has its own virtues and deficiencies, and none by itself would seem adequate for all the different functions involved with what we call common sense.</p>
<h4>-Marvin Minsky</h4>
<p>"The mind's mechanism for storing and retrieving knowledge is fairly transparent to us. When we 'memorize' an orange, we simply examine it, think about it for a while, and perhaps eat it. Somehow, during this process, all the essential qualities of the orange are stored. Later, when someone mentions the word 'orange,' our senses are activated from within, and we see, smell, touch, and taste the orange all over again.</p>
<p>Computers, unfortunately, are not as adept at forming internal representations of the world. ... Instead of gathering knowledge for themselves, computers must rely on human beings to place knowledge directly into their memories.</p>
<p>This suggests programming, but even before programming begins, we must decide on ways to represent information, knowledge, and inference techniques inside a computer."</p>
<p>- Arnold, William R. and John S. Bowie. 1985. Artificial Intelligence: A Personal Commonsense Journey. Englewood Cliffs, NJ: Prentice Hall. Excerpt taken from the Introduction to Chapter 3 at page 46.</p>
</div>
<div style="width:1000px;float=left"> </div>
<div id="footer">
©2011 <a href="contact.html">Jasmeet</a> <a href="index.html">AI Home</a> <a href="contact.html">About AI</a> <a href="#">Terms & Services</a> <a href="#">Privacy Policy</a>
</div>
<!-- Page Contents Here -->
</div>
</body>
</html>