From 4749ad6fda8b913e01faa07bd441098e68ebe09c Mon Sep 17 00:00:00 2001 From: Hitesh Bansal <83907989+05hiteshbansal@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:19:01 +0530 Subject: [PATCH 1/8] Updated info in intro section README.md --- lessons/1-Intro/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lessons/1-Intro/README.md b/lessons/1-Intro/README.md index 11f9291e..5601c824 100644 --- a/lessons/1-Intro/README.md +++ b/lessons/1-Intro/README.md @@ -24,8 +24,14 @@ There are some tasks, however, that we do not explicitly know how to solve. Cons ## Weak AI vs. Strong AI -The task of solving a specific human-like problem, such as determining a person's age from a photo, can be called **Weak AI**, because we are creating a system for only one task, and not a system that can solve many tasks, such as can be done by a human being. Of course, developing a generally intelligent computer system is also extremely interesting from many points of view, including for students of the philosophy of consciousness. Such system would be called **Strong AI**, or **[Artificial General Intelligence](https://en.wikipedia.org/wiki/Artificial_general_intelligence)** (AGI). +Weak AI | Strong AI +---------------------------------------|------------------------------------- +Weak AI refers to AI systems that are designed and trained for a specific task or a narrow set of tasks.|Strong AI, or Artificial General Intelligence (AGI), refers to AI systems with human-level intelligence and understanding. +These AI systems are not generally intelligent; they excel in performing a predefined task but lack true understanding or consciousness.|These AI systems have the ability to perform any intellectual task that a human being can do, adapt to different domains, and possess a form of consciousness or self-awareness. +Examples of weak AI include virtual assistants like Siri or Alexa, recommendation algorithms used by streaming services, and chatbots that are designed for specific customer service tasks.|Achieving Strong AI is a long-term goal of AI research and would require the development of AI systems that can reason, learn, understand, and adapt across a wide range of tasks and contexts. +Weak AI is highly specialized and does not possess human-like cognitive abilities or general problem-solving capabilities beyond its narrow domain.|Strong AI is currently a theoretical concept, and no AI system has reached this level of general intelligence +for more infomation refer **[Artificial General Intelligence](https://en.wikipedia.org/wiki/Artificial_general_intelligence)** (AGI). ## The Definition of Intelligence and the Turing Test One of the problems when dealing with the term **[Intelligence](https://en.wikipedia.org/wiki/Intelligence)** is that there is no clear definition of this term. One can argue that intelligence is connected to **abstract thinking**, or to **self-awareness**, but we cannot properly define it. From 3eec83d7c1b71e5cacc698e6a3175bb16ae016dc Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 31 Oct 2023 20:26:08 +0000 Subject: [PATCH 2/8] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f5f4f3f2..83f460ce 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,21 @@ What we will not cover in this curriculum: For a gentle introduction to *AI in the Cloud* topics you may consider taking the [Get started with artificial intelligence on Azure](https://docs.microsoft.com/learn/paths/get-started-with-artificial-intelligence-on-azure/?WT.mc_id=academic-77998-cacaste) Learning Path. + +## Announcement - New Curriculum on Generative AI was just released! + +We just released a 12 lesson curriculum on generative AI. Come learn things like: + +- prompting and prompt engineering +- text and image app generation +- search apps + +As usual, there's a lesson, assignments to complete, knowledge checks and challenges. + +Check it out: + +> https://github.com/microsoft/generative-ai-for-beginners + --- # Content From ab219f99fd3c4a4bc03d4dc61a773d5b3fb57e3c Mon Sep 17 00:00:00 2001 From: Anthony Bartolo Date: Thu, 2 Nov 2023 15:41:33 -0400 Subject: [PATCH 3/8] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83f460ce..35415a00 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,9 @@ Would you like to contribute a translation? Please read our [translation guideli Our team produces other curricula! Check out: -- [Web Dev for Beginners](https://aka.ms/webdev-beginners) +- [AI for Beginners](https://aka.ms/ai-beginners) +- [Data Science for Beginners](https://aka.ms/datascience-beginners) +- [Generative AI for Beginners](https://aka.ms/genai-beginners)) - [IoT for Beginners](https://aka.ms/iot-beginners) - [Machine Learning for Beginners](https://aka.ms/ml-beginners) -- [Data Science for Beginners](https://aka.ms/datascience-beginners) +- [XR Development for Beginners](https://aka.ms/xr-dev-for-beginners) From c730c74977eea04e8a85a4c78694f82569cc8da6 Mon Sep 17 00:00:00 2001 From: Anthony Bartolo Date: Thu, 2 Nov 2023 15:43:36 -0400 Subject: [PATCH 4/8] Update README.md Correcting typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35415a00..f564b47c 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Our team produces other curricula! Check out: - [AI for Beginners](https://aka.ms/ai-beginners) - [Data Science for Beginners](https://aka.ms/datascience-beginners) -- [Generative AI for Beginners](https://aka.ms/genai-beginners)) +- [Generative AI for Beginners](https://aka.ms/genai-beginners) - [IoT for Beginners](https://aka.ms/iot-beginners) - [Machine Learning for Beginners](https://aka.ms/ml-beginners) - [XR Development for Beginners](https://aka.ms/xr-dev-for-beginners) From 30b40ba5cd72de5a4dc352d26ae847446463ce0a Mon Sep 17 00:00:00 2001 From: Anthony Bartolo Date: Thu, 2 Nov 2023 15:44:47 -0400 Subject: [PATCH 5/8] Update README.md Correcting link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f564b47c..96a35b42 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ As usual, there's a lesson, assignments to complete, knowledge checks and challe Check it out: -> https://github.com/microsoft/generative-ai-for-beginners +> https://aka.ms/genai-beginners --- # Content From f63a62d5ec668b9840975f7bcd1e8e1265e1d45e Mon Sep 17 00:00:00 2001 From: Anthony Bartolo Date: Mon, 27 Nov 2023 19:39:08 -0500 Subject: [PATCH 6/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96a35b42..b3fde722 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ Our team produces other curricula! Check out: - [AI for Beginners](https://aka.ms/ai-beginners) - [Data Science for Beginners](https://aka.ms/datascience-beginners) - [Generative AI for Beginners](https://aka.ms/genai-beginners) +- [Web Dev for Beginners](https://aka.ms/webdev-beginners) - [IoT for Beginners](https://aka.ms/iot-beginners) - [Machine Learning for Beginners](https://aka.ms/ml-beginners) - [XR Development for Beginners](https://aka.ms/xr-dev-for-beginners) From 98005697d9c55ce05b4329bd0f63f330813d67c3 Mon Sep 17 00:00:00 2001 From: Anthony Bartolo Date: Thu, 30 Nov 2023 09:32:51 -0500 Subject: [PATCH 7/8] Update README.md Updating "Other Curricula" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3fde722..94c9605f 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,4 @@ Our team produces other curricula! Check out: - [IoT for Beginners](https://aka.ms/iot-beginners) - [Machine Learning for Beginners](https://aka.ms/ml-beginners) - [XR Development for Beginners](https://aka.ms/xr-dev-for-beginners) +- [Mastering GitHub Copilot for AI Paired Programming](https://aka.ms/GitHubCopilotAI) From e57a2125d358488323d17539f39e88a2f2e9cc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pikach=C3=BA?= Date: Tue, 5 Dec 2023 05:01:55 -0800 Subject: [PATCH 8/8] Update azure-static-web-apps-red-field-0a6ddfd03.yml Updating permissions file to match: https://docs.opensource.microsoft.com/github/apps/permission-changes/ --- .../workflows/azure-static-web-apps-red-field-0a6ddfd03.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-red-field-0a6ddfd03.yml b/.github/workflows/azure-static-web-apps-red-field-0a6ddfd03.yml index b0409ac5..b15d7d00 100644 --- a/.github/workflows/azure-static-web-apps-red-field-0a6ddfd03.yml +++ b/.github/workflows/azure-static-web-apps-red-field-0a6ddfd03.yml @@ -11,6 +11,9 @@ on: jobs: build_and_deploy_job: + permissions: + actions: write + checks: none if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest name: Build and Deploy Job