<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" type="image/png">
<main id="main">
<h1 id="title"> AI</h1>
<p1> Future Technology
<figure id="image-div">
<image id="image" src="https://static.vecteezy.com/system/resources/previews/000/523/176/non_2x/vector-artificial-intelligence-cpu-with-brain-concept-ai-computing-with-circuit-board-machine-learning.jpg" alt="AI as concept of brain">
<figcaption id="image-caption">
"AI become a new advance of technology and improve various fields"
</figcaption>
</figure>
<section id="tribute-info">
<h3 id="headline">Here's time line of AI</h3>
<ul>
<li>
<strong>1950</strong>
- Alan Turing proposes the Turing Test as a measure of machine intelligence.
</li>
<li>
<strong>1956</strong>
- The first demonstration of the Logic Theorist (LT) written by Allen Newell, J.C. Shaw and Herbert A. Simon (Carnegie Institute of Technology, now Carnegie Mellon University or CMU). This is often called the first AI program, though Samuel's checkers program also has a strong claim.
</li>
<li>
<strong>1960</strong>
- Ray Solomonoff lays the foundations of a mathematical theory of AI, introducing universal Bayesian methods for inductive inference and prediction.
</li>
<li>
<strong>1968</strong>
- Joel Moses (PhD work at MIT) demonstrated the power of symbolic reasoning for integration problems in the Macsyma program. First successful knowledge-based program in mathematics.
</li>
<li>
<strong>1970</strong>
- Jane Robinson and Don Walker established an influential Natural Language Processing group at SRI.
</li>
<li>
<strong>1978</strong>
- The MOLGEN program, written at Stanford by Mark Stefik and Peter Friedland, demonstrated that an object-oriented programming representation of knowledge can be used to plan gene-cloning experiments.
</li>
<li>
<strong>1980</strong>
- Lisp machines developed and marketed. First expert system shells and commercial applications.
</li>
<li>
<strong>1982</strong>
- The Fifth Generation Computer Systems project (FGCS), an initiative by Japan's Ministry of International Trade and Industry, begun in 1982, to create a "fifth generation computer" (see history of computing hardware) which was supposed to perform much calculation utilizing massive parallelism.
</li>
<li>
<strong>1990</strong>
- Major advances in all areas of AI, with significant demonstrations in machine learning, intelligent tutoring, case-based reasoning, multi-agent planning, scheduling, uncertain reasoning, data mining, natural language understanding and translation, vision, virtual reality, games, and other topics.
</li>
<li>
<strong>1992</strong>
- Carol Stoker and NASA Ames robotics team explore marine life in Antarctica with an undersea robot Telepresence ROV operated from the ice near McMurdo Bay, Antarctica and remotely via satellite link from Moffett Field, California.
</li>
<li>
<strong>2000</strong>
- Cynthia Breazeal at MIT publishes her dissertation on Sociable machines, describing Kismet (robot), with a face that expresses emotions.
</li>
<li>
<strong>2009</strong>
- Google builds autonomous car.
</li>
<strong>2010</strong>
- Microsoft launched Kinect for Xbox 360, the first gaming device to track human body movement, using just a 3D camera and infra-red detection, enabling users to play their Xbox 360 wirelessly. The award-winning machine learning for human motion capture technology for this device was developed by the Computer Vision group at Microsoft Research, Cambridge.
</li>
<li>
<strong>2018</strong>
- The European Lab for Learning and Intelligent Systems (aka Ellis) proposed as a pan-European competitor to American AI efforts, with the aim of staving off a brain drain of talent, along the lines of CERN after World War II.
</li>
<blockquote cite="https://militaryembedded.com/ai/machine-learning/artificial-intelligence-timeline">
<p>
"Google Duplex’s AI assistant will call and make appointments for you (initially unveiled by Google as not revealing it’s a robot, but after immediate backlash it will now disclose that it’s a robot). It understands nuances of conversations (context) and brings natural language understanding, deep learning, and text to speech."
</p>
<cite> --Military Embedded Systems</cite>
</blockquote>
<h3>
If you have a moment, you should read more about AI increible technology being on his
<a id="tribute-link" href="https://en.wikipedia.org/wiki/Timeline_of_artificial_intelligence" target="_blank">Wikipedia entry.<a/>
html {
/* Setting a base font size of 10px give us easier rem calculations
Info: 1rem === 10px, 1.5rem === 15px, 2rem === 20px and so forth
*/
font-size: 10px;
}
body {
/* Native font stack https://getbootstrap.com/docs/4.2/content/reboot/#native-font-stack */
font-family: system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
font-size: 1.6rem;
line-height: 1.5;
text-align: center;
color: #333;
margin: 0;
}
h1 {
font-size: 4rem;
margin-bottom: 0;
}
@media (max-width: 460px) {
h1 {
font-size: 3.5rem;
line-height: 1.2;
}
}
h2 {
font-size: 3.25rem;
}
a {
color: #477ca7;
}
a:visited {
color: #74638f;
}
#main {
margin: 30px 8px;
padding: 15px;
border-radius: 5px;
background: #eee;
}
@media (max-width: 460px) {
#main {
margin: 0;
}
}
img {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
}
#img-div {
background: white;
padding: 10px;
margin: 0;
}
#img-caption {
margin: 15px 0 5px 0;
}
@media (max-width: 460px) {
#img-caption {
font-size: 1.4rem;
}
}
#headline {
margin: 50px 0;
text-align: center;
}
ul {
max-width: 550px;
margin: 0 auto 50px auto;
text-align: left;
line-height: 1.6;
}
li {
margin: 16px 0;
}
blockquote {
font-style: italic;
max-width: 545px;
margin: 0 auto 50px auto;
text-align: left;
}
var x = 'Welcome';
function ejemplo(){
alert( x );
var x;
x = 'Hello from Ecuator';
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.