Coder Social home page Coder Social logo

laughinwind / ai-for-beginners Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoft/ai-for-beginners

0.0 0.0 0.0 57.36 MB

12 Weeks, 24 Lessons, AI for All!

License: MIT License

Jupyter Notebook 99.73% Python 0.17% JavaScript 0.02% HTML 0.06% Vue 0.03%

ai-for-beginners's Introduction

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

GitHub watchers GitHub forks GitHub stars

Artificial Intelligence for Beginners - A Curriculum

This curriculum is being actively developed on GitHub. Look into contributing to see which areas require active contributions. Please consider this a pre-release, and do not actively use in the classroom yet!

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 the "good old" symbolic approach with Knowledge Representation and reasoning (GOFAI).
  • Neural Networks and Deep Learning, which are at the core of modern AI. We will illustrate the concepts behind these important topics using code in two of the most popular frameworks - TensorFlow and PyTorch.
  • Neural Architectures for working with images and text. We will cover recent models but may lack a little bit on the state-of-the-art.
  • Less popular AI approaches, such as Genetic Algorithms and Multi-Agent Systems.

What we will not cover in this curriculum:

For a gentle introduction to AI in the Cloud topic you may consider taking the 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 SystemsTextExpert System, Ontology, Concept Graph
IIIIntroduction to Neural NetworksPAT
3Perceptron Text NotebookLab
4 Multi-Layered Perceptron and Creating our own FrameworkTextNotebookLab
5 Intro to Frameworks (PyTorch/TensorFlow)
Overfitting
Text
Text
PyTorch Keras/TensorFlow Lab
IVComputer Vision MS Learn MS Learn PAT
6Intro to Computer Vision. OpenCVTextNotebook
7Convolutional Neural Networks
CNN Architectures
Text
Text
PyTorchTensorFlowLab
8Pre-trained Networks and Transfer Learning
Training Tricks
Text
Text
PyTorchTensorFlow
Dropout sample
Lab
9Autoencoders and VAEsTextPyTorchTensorFlow
10Generative Adversarial NetworksTextPyTorchTensorFlow
11Object DetectionTextPyTorchTensorFlow
12Instance Segmentation. U-NetTextPyTorchTensorFlow
VNatural Language Processing MS Learn MS Learn PAT
13Text Representation. Bow/TF-IDFTextPyTorchTensorFlow
14Semantic word embeddings. Word2Vec and GloVeTextPyTorchTensorFlow
15Language Modeling. Training your own embeddingsTextPyTorchTensorFlow
16Recurrent Neural NetworksTextPyTorchTensorFlow
17Generative Recurrent NetworksTextPyTorchTensorFlow
18Transformers. BERT.TextPyTorchTensorFlow
19Named Entity RecognitionTextPyTorchTensorFlow
20Text Generation using GPTTextPyTorchTensorFlow
VIOther AI TechniquesPAT
21Genetic AlgorithmsTextNotebook
22Deep Reinforcement LearningTextPyTorchTensorFlow
23Multi-Agent SystemsText
VIIAI EthicsPAT
24AI Ethics and Responsible AIText
Extras
1Multi-Modal Networks, CLIP and VQGANText

Mindmap of the Course

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 a specific problem.

Some sections also contain links to MS Learn modules that cover related topics. Microsoft Learn provides a 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 would like to take the course as a self-study project, we suggest that you 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
  • 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:

ai-for-beginners's People

Contributors

dependabot[bot] avatar girliemac avatar jlooper avatar microsoft-github-operations[bot] avatar microsoftopensource avatar pe4eniks avatar shwars avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.