12 Weeks, 24 Lessons, AI for All!
Go to file
Dmitri Soshnikov 30b3733eb3 Add work on frameworks 2021-10-20 10:47:45 +03:00
1-Intro Add work on frameworks 2021-10-20 10:47:45 +03:00
3-NeuralNetworks Add work on frameworks 2021-10-20 10:47:45 +03:00
data Add MNIST dataset 2021-09-27 11:08:25 +03:00
.gitignore Add initial files 2021-09-13 16:56:56 +03:00
.nojekyll Add initial files 2021-09-13 16:56:56 +03:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-03-03 08:27:41 -08:00
CONTRIBUTING.md Add initial files 2021-09-13 16:56:56 +03:00
LICENSE Initial LICENSE commit 2021-03-03 08:27:43 -08:00
README.md Correct link 2021-10-19 16:56:01 +03:00
SECURITY.md Initial SECURITY.md commit 2021-03-03 08:27:43 -08:00
SUPPORT.md Initial SUPPORT.md commit 2021-03-03 08:27:42 -08:00
TRANSLATIONS.md Add initial files 2021-09-13 16:56:56 +03:00

README.md

GitHub license GitHub contributors GitHub issues GitHub pull-requests PRs Welcome

GitHub watchers GitHub forks GitHub stars

Artificial Intelligence for Beginners - A Curriculum

Azure Cloud Advocates at Microsoft are pleased to offer a 12-week, 24-lesson curriculum all about Artificial Intelligence. In this curriculum, you will learn:

  • Different approaches to Artificial Intelligence, including "good old" symbolic approach with Knowledge Representation and reasoning.
  • Neural Networks and Deep Learning, which are at the core of modern AI. We will try to illustrate all ideas using code in two most popular frameworks - Tensorflow(http://tensorflow.org) and PyTorch(http://pytorch.org).
  • Neural Architectures for working with Images and Text. We will try to cover very recent models, but may lack a little bit on state-of-the-art.
  • Less popular AI approaches, such as Genetic Algorithms

What we will not cover in this curricula:

For a gentle introduction to AI in the Cloud topic you may consider taking Get started with artificial intelligence on Azure Learning Path.


Content

NoLessonIntroPyTorchKeras/TensorflowLab
IIntroduction to AIPAT
1Introduction and History of AIText
IISymbolic AIPAT
2 Knowledge Representation and Expert SystemsText
IIIIntroduction to Neural NetworksPAT
3Perceptron Text Notebook
4 Multi-Layered Perceptron and Creating our own FrameworkTextNotebook
5 Intro to Frameworks (PyTorch/Tensorflow) Text PyTorch Keras/Tensorflow
IVComputer Vision MS Learn MS Learn PAT
6Intro to Computer Vision. OpenCVTextNotebook
7Convolutional Neural NetworksTextPyTorchTensorflow
8Pre-trained Networks and Transfer LearningTextPyTorchTensorflow
9Autoencoders and VAEsTextPyTorchTensorflow
10 Generative Adversarial NetworksTextPyTorchTensorflow
11Object DetectionTextPyTorchTensorflow
12Instance Segmentation. U-NetTextPyTorchTensorflow
VNatural Language Processing MS Learn MS Learn PAT
13Text Representation. Bow/TF-IDFTextPyTorchTensorflow
14Semantic Word EmbeddingsTextPyTorchTensorflow
15Training your own embeddingsTextPyTorchTensorflow
16Recurrent Neural NetworksTextPyTorchTensorflow
17Generative Recurrent NetworksTextPyTorchTensorflow
18Language Modelling. BERT. Transformers.TextPyTorchTensorflow
19Named Entity Recognition.TextPyTorchTensorflow
20Text Generation using GPTTextPyTorchTensorflow
VIOther AI TechniquesPAT
21Genetic AlgorithmsTextNotebook
22Deep Reinforcement LearningTextPyTorchTensorflow
23Multi-Agent SystemsText
VIIAI EthicsPAT
24AI Ethics and Responsible AIText

Each lesson contains some pre-reading material (linked as Text above), and some executable Jupyter Notebooks, which are often specific to the framework (PyTorch or Tensorflow). The executable notebook also contains a lot of theoretical material, so to understand the topic you need to go through at least one version of the notebooks (either PyTorch or Tensorflow). There are also Labs available for some topics, which give you an opportunity to try applying the material you have learnt to some specific problem.

Some sections also contain links to MS Learn modules that cover related topics. Microsoft Learn provides convenient GPU-enabled learning environment, although in terms of content you can expect this curriculum to go a bit deeper.

Course sections also include the links to PATs - Progress Assessment Tool, a list of items that you are likely to get to know after completing the module. You can review it and assess your progress on the course yourself.


Getting Started

Students, there are a couple of ways to use the curriculum. First of all, you can just read the text and look through the code directly on GitHub. If you want to run the code in any of the notebooks - you can find the advice on how to do it in this blog post.

However, if you are serious about the course, we suggest to fork the entire repo to your own GitHub account and complete the exercises on your own or with a group:

  • Start with a pre-lecture quiz.
  • Read the intro text for the lecture
  • If the lecture has additional notebooks, go through them, reading and executing the code. If both Tensorflow and PyTorch notebooks are provided, you can focus on one of them - chose your favourite framework.
  • Notebooks often contain some of the challenges that require you to tweak the code a little bit to experiment. Do not by lazy and do it!
  • Take the post-lecture quiz.
  • If there is a lab attached to the module - complete the assignment.
  • Visit the Discussion board to and "learn out loud" by filling out the appropriate PAT rubric. A 'PAT' is a Progress Assessment Tool that is a rubric you fill out to further your learning. You can also react to other PATs so we can learn together.

For further study, we recommend following these Microsoft Learn modules and learning paths.

Teachers, we have included some suggestions on how to use this curriculum.


Credits

✍️ Hearty thanks to our authors TBD

🎨 Thanks as well to our illustrators TBD

🙏 Special thanks 🙏 to our Microsoft Student Ambassador authors, reviewers and content contributors, notably TBD

Meet the Team

Promo video

🎥 Click the image above for a video about the project and the folks who created it!


Pedagogy

We have chosen two pedagogical tenets while building this curriculum: ensuring that it is hands-on project-based and that it includes frequent quizzes.

By ensuring that the content aligns with projects, the process is made more engaging for students and retention of concepts will be augmented. In addition, a low-stakes quiz before a class sets the intention of the student towards learning a topic, while a second quiz after class ensures further retention. This curriculum was designed to be flexible and fun and can be taken in whole or in part. The projects start small and become increasingly complex by the end of the 12 week cycle.

Find our Code of Conduct, Contributing, and Translation guidelines. We welcome your constructive feedback!

A note about quizzes: All quizzes are contained in this app, for 50 total quizzes of three questions each. They are linked from within the lessons but the quiz app can be run locally; follow the instruction in the quiz-app folder.

Offline access

You can run this documentation offline by using Docsify. Fork this repo, install Docsify on your local machine, and then in the root folder of this repo, type docsify serve. The website will be served on port 3000 on your localhost: localhost:3000.

Help Wanted!

Would you like to contribute a translation? Please read our translation guidelines.

Other Curricula

Our team produces other curricula! Check out: