microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6ec4c57be15223de213e5d506ac99ec417875580

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

etc/Mindmap.html

25lines · modecode

1<!DOCTYPE html>
2<html>
3<head>
4<meta charset="UTF-8">
5<meta name="viewport" content="width=device-width, initial-scale=1.0">
6<meta http-equiv="X-UA-Compatible" content="ie=edge">
7<title>Markmap</title>
8<style>
9* {
10 margin: 0;
11 padding: 0;
12}
13#mindmap {
14 display: block;
15 width: 100vw;
16 height: 100vh;
17}
18</style>
19<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/markmap-toolbar@0.13.3/dist/style.css">
20</head>
21<body>
22<svg id="mindmap"></svg>
23<script src="https://cdn.jsdelivr.net/npm/d3@6.7.0"></script><script src="https://cdn.jsdelivr.net/npm/markmap-view@0.13.3"></script><script src="https://cdn.jsdelivr.net/npm/markmap-toolbar@0.13.3/dist/index.umd.min.js"></script><script>(()=>{setTimeout(()=>{const{markmap:Q,mm:ie}=window,le=new Q.Toolbar;le.attach(ie);const fe=le.render();fe.setAttribute("style","position:absolute;bottom:20px;right:20px"),document.body.append(fe)})})()</script><script>((w,x,k,M)=>{const _=w();window.mm=_.Markmap.create("svg#mindmap",(x||_.deriveOptions)(M),k)})(()=>window.markmap,null,{"type":"heading","depth":1,"payload":{"lines":[0,1]},"content":"AI","children":[{"type":"heading","depth":2,"payload":{"lines":[2,3]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/1-Intro/README.md\">Introduction to AI</a>","children":[{"type":"list_item","depth":4,"payload":{"lines":[3,4]},"content":"AI Definition"},{"type":"list_item","depth":4,"payload":{"lines":[4,5]},"content":"History of AI"},{"type":"list_item","depth":4,"payload":{"lines":[5,6]},"content":"Approaches to AI","children":[{"type":"list_item","depth":6,"payload":{"lines":[6,7]},"content":"Top-down/Symbolic"},{"type":"list_item","depth":6,"payload":{"lines":[7,8]},"content":"Bottom-up/Neural"},{"type":"list_item","depth":6,"payload":{"lines":[8,9]},"content":"Evolutionary"},{"type":"list_item","depth":6,"payload":{"lines":[9,10]},"content":"Synergetic / Emergent AI"}]},{"type":"list_item","depth":4,"payload":{"lines":[10,11]},"content":"<a href=\"https://www.microsoft.com/ai/ai-business-school/?WT.mc_id=academic-57639-dmitryso\">Microsoft AI Business School</a>"}]},{"type":"heading","depth":2,"payload":{"lines":[12,13]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/README.md\">Sybmbolic AI</a>","children":[{"type":"list_item","depth":4,"payload":{"lines":[13,14]},"content":"Knowledge Representation"},{"type":"list_item","depth":4,"payload":{"lines":[14,15]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/Animals.ipynb\">Expert Systems</a>"},{"type":"list_item","depth":4,"payload":{"lines":[15,16]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/FamilyOntology.ipynb\">Ontologies</a>"},{"type":"list_item","depth":4,"payload":{"lines":[16,17]},"content":"Semantic Web"}]},{"type":"heading","depth":2,"payload":{"lines":[18,19]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/README.md\">Neural Networks</a>","children":[{"type":"list_item","depth":4,"payload":{"lines":[19,20]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/03-Perceptron/README.md\">Perceptron</a>"},{"type":"list_item","depth":4,"payload":{"lines":[20,21]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/04-OwnFramework/README.md\">Multi-Layered Networks</a>"},{"type":"list_item","depth":4,"payload":{"lines":[21,22]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/README.md\">Intro to Frameworks</a>","children":[{"type":"list_item","depth":6,"payload":{"lines":[22,23]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroPyTorch.ipynb\">PyTorch</a>"},{"type":"list_item","depth":6,"payload":{"lines":[23,24]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroKerasTF.md\">TensorFlow</a>"},{"type":"list_item","depth":6,"payload":{"lines":[24,25]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/Overfitting.md\">Overfitting</a>"}]}]},{"type":"heading","depth":2,"payload":{"lines":[26,27]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/README.md\">Computer Vision</a>","children":[{"type":"list_item","depth":4,"payload":{"lines":[27,28]},"content":"On MS Learn","children":[{"type":"list_item","depth":6,"payload":{"lines":[28,29]},"content":"<a href=\"https://docs.microsoft.com/learn/paths/explore-computer-vision-microsoft-azure/?WT.mc_id=academic-57639-dmitryso\">AI Fundamentals: Explore Computer Vision</a>"},{"type":"list_item","depth":6,"payload":{"lines":[29,30]},"content":"<a href=\"https://docs.microsoft.com/learn/modules/intro-computer-vision-pytorch/?WT.mc_id=academic-57639-dmitryso\">CV with PyTorch</a>"},{"type":"list_item","depth":6,"payload":{"lines":[30,31]},"content":"<a href=\"https://docs.microsoft.com/learn/modules/intro-computer-vision-TensorFlow/?WT.mc_id=academic-57639-dmitryso\">CV with TensorFlow</a>"}]},{"type":"list_item","depth":4,"payload":{"lines":[31,32]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/06-IntroCV/README.md\">Intro to CV. OpenCV</a>"},{"type":"list_item","depth":4,"payload":{"lines":[32,33]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/07-ConvNets/README.md\">Convolutional Networks</a>","children":[{"type":"list_item","depth":6,"payload":{"lines":[33,34]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/07-ConvNets/CNN_Architectures.md\">CNN Architectures</a>"}]},{"type":"list_item","depth":4,"payload":{"lines":[34,35]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/08-TransferLearning/README.md\">Trasnsfer Learning</a>","children":[{"type":"list_item","depth":6,"payload":{"lines":[35,36]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/08-TransferLearning/TrainingTricks.md\">Training Tricks</a>"}]},{"type":"list_item","depth":4,"payload":{"lines":[36,37]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/09-Autoencoders/README.md\">Autoencoders and VAEs</a>"},{"type":"list_item","depth":4,"payload":{"lines":[37,38]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/10-GANs/README.md\">Generative Adversarial Networks</a>"},{"type":"list_item","depth":4,"payload":{"lines":[38,39]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/10-GANs/StyleTransfer.ipynb\">Style Transfer</a>"},{"type":"list_item","depth":4,"payload":{"lines":[39,40]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/11-ObjectDetection/README.md\">Object Detection</a>"},{"type":"list_item","depth":4,"payload":{"lines":[40,41]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/12-Segmentation/README.md\">Segmentation</a>"}]},{"type":"heading","depth":2,"payload":{"lines":[42,43]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/README.md\">Natural Language Processing</a>","children":[{"type":"list_item","depth":4,"payload":{"lines":[43,44]},"content":"On MS Learn","children":[{"type":"list_item","depth":6,"payload":{"lines":[44,45]},"content":"<a href=\"https://docs.microsoft.com/learn/paths/explore-natural-language-processing/?WT.mc_id=academic-57639-dmitryso\">AI Fundamentals: Explore NLP</a>"},{"type":"list_item","depth":6,"payload":{"lines":[45,46]},"content":"<a href=\"https://docs.microsoft.com/learn/modules/intro-natural-language-processing-pytorch/?WT.mc_id=academic-57639-dmitryso\">NLP with PyTorch</a>"},{"type":"list_item","depth":6,"payload":{"lines":[46,47]},"content":"<a href=\"https://docs.microsoft.com/learn/modules/intro-natural-language-processing-TensorFlow/?WT.mc_id=academic-57639-dmitryso\">NLP with TensorFlow</a>"}]},{"type":"list_item","depth":4,"payload":{"lines":[47,48]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/13-TextRep/README.md\">Text Representation</a>","children":[{"type":"list_item","depth":6,"payload":{"lines":[48,49]},"content":"Bag of Words"},{"type":"list_item","depth":6,"payload":{"lines":[49,50]},"content":"TF/IDF"}]},{"type":"list_item","depth":4,"payload":{"lines":[50,51]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/14-Embeddings/README.md\">Semantic Embeddings</a>","children":[{"type":"list_item","depth":6,"payload":{"lines":[51,52]},"content":"Word2Vec"},{"type":"list_item","depth":6,"payload":{"lines":[52,53]},"content":"GloVE"}]},{"type":"list_item","depth":4,"payload":{"lines":[53,54]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/15-LanguageModeling\">Language Modeling</a>"},{"type":"list_item","depth":4,"payload":{"lines":[54,55]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/16-RNN/README.md\">Recurrent Neural Networks</a>","children":[{"type":"list_item","depth":6,"payload":{"lines":[55,56]},"content":"LSTM"},{"type":"list_item","depth":6,"payload":{"lines":[56,57]},"content":"GRU"}]},{"type":"list_item","depth":4,"payload":{"lines":[57,58]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/17-GenerativeNetworks/README.md\">Generative Recurrent Networks</a>"},{"type":"list_item","depth":4,"payload":{"lines":[58,59]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/18-Transformers/README.md\">Transformers and BERT</a>"},{"type":"list_item","depth":4,"payload":{"lines":[59,60]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/19-NER/README.md\">Named Entity Recognition</a>"},{"type":"list_item","depth":4,"payload":{"lines":[60,61]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/20-LanguageModels/README.md\">Text Generation and GPT</a>"}]},{"type":"heading","depth":2,"payload":{"lines":[61,62]},"content":"Other Techniques","children":[{"type":"list_item","depth":4,"payload":{"lines":[62,63]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/21-GeneticAlgorithms/README.md\">Genetic Algorithms</a>"},{"type":"list_item","depth":4,"payload":{"lines":[63,64]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/22-DeepRL/README.md\">Deep Reinforcement Learning</a>"},{"type":"list_item","depth":4,"payload":{"lines":[64,65]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/23-MultiagentSystems/README.md\">Multi-Agent Systems</a>"}]},{"type":"heading","depth":2,"payload":{"lines":[66,67]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/7-Ethics/README.md\">AI Ethics</a>","children":[{"type":"list_item","depth":4,"payload":{"lines":[67,68]},"content":"<a href=\"https://docs.microsoft.com/learn/paths/responsible-ai-business-principles/?WT.mc_id=academic-57639-dmitryso\">MS Learn on Responsible AI</a>"}]},{"type":"heading","depth":2,"payload":{"lines":[68,69]},"content":"Extras","children":[{"type":"list_item","depth":4,"payload":{"lines":[69,70]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/X-Extras/X1-MultiModal/README.md\">Multimodal Networks</a>","children":[{"type":"list_item","depth":6,"payload":{"lines":[70,71]},"content":"<a href=\"https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/X-Extras/X1-MultiModal/Clip.ipynb\">CLIP</a>"},{"type":"list_item","depth":6,"payload":{"lines":[71,72]},"content":"DALL-E"},{"type":"list_item","depth":6,"payload":{"lines":[72,73]},"content":"VQ-GAN"}]}]}]},null)</script>
24</body>
25</html>
26