diff --git a/1-Intro/README.md b/1-Intro/README.md index 22f463975cf24a882f019102a831115d7e7f43d0..f4722aabecf0efdf27941b8e38fac692b1225165 100644 --- a/1-Intro/README.md +++ b/1-Intro/README.md @@ -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. |  +> | 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. |  | ---- ## A Brief History of AI diff --git a/README.md b/README.md index b5dde8be2c90d6806af11833d3ca1d933407404d..14d263cd290b2fd0c0dfd9b09cf897ced452918b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/quiz-app/src/assets/translations/en/group-1.json b/quiz-app/src/assets/translations/en/group-1.json index 94877aa118d31c8cfd10d0eb42de1ae78f92a863..711b1f9d0e82183b17091088106ea445281bf03d 100644 --- a/quiz-app/src/assets/translations/en/group-1.json +++ b/quiz-app/src/assets/translations/en/group-1.json @@ -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": "Charles Barkley", + "isCorrect": "false" }, { - "answerText": "a2", - "isCorrect": "false" + "answerText": "Charles Babbage", + "isCorrect": "true" }, { - "answerText": "a3", + "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": "symbolic reasoning", + "isCorrect": "true" }, { - "answerText": "a3", - "isCorrect": "true" + "answerText": "synergistic reasoning", + "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "A bottom-up approach to AI might leverage a neural network to", "answerOptions": [ { - "answerText": "a1", - "isCorrect": "false" - }, - { - "answerText": "a2", + "answerText": "true", "isCorrect": "true" }, { - "answerText": "a3", + "answerText": "false", "isCorrect": "false" } ] }, { - "questionText": "q3?", + "questionText": "The AI Winter occurred in this era", "answerOptions": [ { - "answerText": "a1", + "answerText": "1950s", "isCorrect": "false" }, { - "answerText": "a2", + "answerText": "1960s", "isCorrect": "false" }, { - "answerText": "a3", + "answerText": "1970s", "isCorrect": "true" } ] diff --git a/quiz-app/src/assets/translations/index.js b/quiz-app/src/assets/translations/index.js index 5b0d5b76941a4be1e1b9a5af6655bb06c37e619f..1f8762a6dab7e89cbc651455a2bda1cc6356557e 100644 --- a/quiz-app/src/assets/translations/index.js +++ b/quiz-app/src/assets/translations/index.js @@ -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;