quizzes lesson 1, few edits

This commit is contained in:
Jen Looper 2022-04-05 14:48:02 -04:00
parent 1e077885ba
commit a43c5f4fc9
4 changed files with 41 additions and 44 deletions

View File

@ -42,7 +42,7 @@ To see the ambiguity of a term *intelligence*, try answering a question: "Is a c
When speaking about AGI we need to have some way to tell if we have created a truly intelligent system. [Alan Turing](https://en.wikipedia.org/wiki/Alan_Turing) proposed a way called a **[Turing Test](https://en.wikipedia.org/wiki/Turing_test)**, which also acts like a definition of intelligence. The test compares a given system to something inherently intelligent - a real human being. And because any automatic comparison can be bypassed by a computer program, we use a human interrogator. So, if a human being is unable to distinguish between a real person and a computer system in text-based dialogue - the system is considered intelligent.
> A chat-bot [Eugene Goostman](https://en.wikipedia.org/wiki/Eugene_Goostman), developed in St.Petersburg, came close to passing Turing test in 2014 by using clever personality trick. It announced up front that it was a 13-year old Ukrainian boy, which would explain the lack of knowledge and some discrepancies in the text. The bot convinced 30% of the judges that it was human after a 5 minute dialogue, a metric that Turing believed a machine would be able to pass by 2000. However, one should understand that this does not indicate that we have created an intelligent system, or that a computer system has fooled the human interrogator - the system didn't fool the humans, but rather the bot creators did!
> A chat-bot developed in St. Petersburg by [Eugene Goostman](https://en.wikipedia.org/wiki/Eugene_Goostman) in St.Petersburg came close to passing the Turing test in 2014 by using a clever personality trick. It announced up front that it was a 13-year old Ukrainian boy, which would explain the lack of knowledge and some discrepancies in the text. The bot convinced 30% of the judges that it was human after a 5 minute dialogue, a metric that Turing believed a machine would be able to pass by 2000. However, one should understand that this does not indicate that we have created an intelligent system, or that a computer system has fooled the human interrogator - the system didn't fool the humans, but rather the bot creators did!
✅ Have you ever been fooled by a chat bot into thinking that you are speaking to a human? How did it convince you?
@ -80,9 +80,10 @@ Alternately, we can try to model the simplest elements inside our brain a ne
✅ Do a little research on how babies learn. What are the basic elements of a baby's brain?
> Part of Artificial Intelligence that is based on computer learning to solve a problem based on some data is called **Machine Learning**. We will not consider classical machine learning in this course - we refer you to a separate [Machine Learning for Beginners](http://aka.ms/ml-for-beginners) Curriculum. | ![ML for Beginners](images/ml-for-beginners.png)
> | What about ML? | |
> |--------------|-----------|
> | Part of Artificial Intelligence that is based on computer learning to solve a problem based on some data is called **Machine Learning**. We will not consider classical machine learning in this course - we refer you to a separate [Machine Learning for Beginners](http://aka.ms/ml-beginners) curriculum. | ![ML for Beginners](images/ml-for-beginners.png) |
---
## A Brief History of AI

View File

@ -157,5 +157,5 @@ Our team produces other curricula! Check out:
- [Web Dev for Beginners](https://aka.ms/webdev-beginners)
- [IoT for Beginners](https://aka.ms/iot-beginners)
- [Machine Learning for Beginners](http://github.com/microsoft/ML-for-Beginners)
- [Data Science for Beginners](http://github.com/microsoft/Data-Science-for-Beginners)
- [Machine Learning for Beginners](http://aka.ms/ML-for-Beginners)
- [Data Science for Beginners](http://aka.ms/Data-Science-for-Beginners)

View File

@ -9,24 +9,24 @@
"title": "Introduction to AI - Pre Quiz",
"quiz": [
{
"questionText": "q1",
"questionText": "A famous 19th century proto-computer engineer was",
"answerOptions": [
{
"answerText": "a1",
"isCorrect": "true"
},
{
"answerText": "a2",
"answerText": "Charles Barkley",
"isCorrect": "false"
},
{
"answerText": "a3",
"answerText": "Charles Babbage",
"isCorrect": "true"
},
{
"answerText": "Charles Darwin",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"questionText": "Weak AI is a system designed to solve many tasks",
"answerOptions": [
{
"answerText": "True",
@ -39,18 +39,18 @@
]
},
{
"questionText": "q3",
"questionText": "Chat bots are an example of truly intelligent systems",
"answerOptions": [
{
"answerText": "a1",
"answerText": "false, they are usually designed by a series of rules.",
"isCorrect": "false"
},
{
"answerText": "a2",
"answerText": "true, they are usually considered to be 'intelligent'.",
"isCorrect": "false"
},
{
"answerText": "a3",
"answerText": "false, but they are increasingly able to pass Turing tests as they become more sophisticated.",
"isCorrect": "true"
}
]
@ -62,52 +62,48 @@
"title": "Introduction to AI: Post-Quiz",
"quiz": [
{
"questionText": "q1",
"questionText": "A top-down approach to AI is a model of reasoning called",
"answerOptions": [
{
"answerText": "a1",
"answerText": "strategic reasoning",
"isCorrect": "false"
},
{
"answerText": "a2",
"isCorrect": "false"
},
{
"answerText": "a3",
"isCorrect": "true"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a1",
"isCorrect": "false"
},
{
"answerText": "a2",
"answerText": "symbolic reasoning",
"isCorrect": "true"
},
{
"answerText": "a3",
"answerText": "synergistic reasoning",
"isCorrect": "false"
}
]
},
{
"questionText": "q3?",
"questionText": "A bottom-up approach to AI might leverage a neural network to",
"answerOptions": [
{
"answerText": "a1",
"answerText": "true",
"isCorrect": "true"
},
{
"answerText": "false",
"isCorrect": "false"
}
]
},
{
"questionText": "The AI Winter occurred in this era",
"answerOptions": [
{
"answerText": "1950s",
"isCorrect": "false"
},
{
"answerText": "a2",
"answerText": "1960s",
"isCorrect": "false"
},
{
"answerText": "a3",
"answerText": "1970s",
"isCorrect": "true"
}
]

View File

@ -1,8 +1,8 @@
import englishQuizzes from './en/';
import spanishQuizzes from './es/';
//import spanishQuizzes from './es/';
const messages = {
en: englishQuizzes,
es: spanishQuizzes,
//es: spanishQuizzes,
};
export default messages;