AI-For-Beginners/translations/pa/etc/Mindmap.md

80 lines
8.3 KiB
Markdown

# AI
## [AI ਦਾ ਪਰਿਚਯ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/1-Intro/README.md)
- AI ਦੀ ਪਰਿਭਾਸ਼ਾ
- AI ਦਾ ਇਤਿਹਾਸ
- AI ਲਈ ਨਜ਼ਰੀਏ
- ਟੌਪ-ਡਾਊਨ/ਸੰਕੇਤਕ
- ਬਾਟਮ-ਅੱਪ/ਨਿਊਰਲ
- ਵਿਕਾਸਮਾਰਗ
- ਸਿਨਰਜੈਟਿਕ/ਉਭਰਦਾ AI
- [Microsoft AI Business School](https://www.microsoft.com/ai/ai-business-school/?WT.mc_id=academic-77998-cacaste)
## [ਸੰਕੇਤਕ AI](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/README.md)
- ਗਿਆਨ ਪ੍ਰਤੀਨਿਧਿਤਾ
- [ਮਾਹਿਰ ਪ੍ਰਣਾਲੀਆਂ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/Animals.ipynb)
- [ਓੰਤੋਲੋਜੀਆਂ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/FamilyOntology.ipynb)
- ਸੈਮਾਂਟਿਕ ਵੈੱਬ
## [ਨਿਊਰਲ ਨੈੱਟਵਰਕ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/README.md)
- [ਪરસੈਪਟ੍ਰੋਨ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/03-Perceptron/README.md)
- [ਮਲਟੀ-ਲੇਅਰਡ ਨੈੱਟਵਰਕ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/04-OwnFramework/README.md)
- [ਫਰੇਮਵਰਕ ਦੇ ਨਾਲ ਪਰਿਚਯ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/README.md)
- [PyTorch](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroPyTorch.ipynb)
- [TensorFlow](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroKerasTF.md)
- [ਓਵਰਫਿਟਿੰਗ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/Overfitting.md)
## [ਕੰਪਿਊਟਰ ਵਿਜ਼ਨ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/README.md)
- MS Learn 'ਤੇ
- [AI ਮੂਲਭੂਤ: ਕਪਿਊਟਰ ਵਿਜ਼ਨ ਦੀ ਖੋਜ ਕਰੋ](https://docs.microsoft.com/learn/paths/explore-computer-vision-microsoft-azure/?WT.mc_id=academic-77998-cacaste)
- [PyTorch ਨਾਲ CV](https://docs.microsoft.com/learn/modules/intro-computer-vision-pytorch/?WT.mc_id=academic-77998-cacaste)
- [TensorFlow ਨਾਲ CV](https://docs.microsoft.com/learn/modules/intro-computer-vision-TensorFlow/?WT.mc_id=academic-77998-cacaste)
- [CV ਦਾ ਪਰਿਚਯ। OpenCV](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/06-IntroCV/README.md)
- [ਕਨਵੋਲੂਸ਼ਨਲ ਨੈੱਟਵਰਕ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/07-ConvNets/README.md)
- [CNN ਆਰਕੀਟੈਕਚਰ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/07-ConvNets/CNN_Architectures.md)
- [ਟ੍ਰਾਂਸਫਰ ਲਰਨਿੰਗ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/08-TransferLearning/README.md)
- [ਟ੍ਰੇਨਿੰਗ ਟ੍ਰਿਕਸ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/08-TransferLearning/TrainingTricks.md)
- [ਆਟੋਇੰਕੋਡਰ ਅਤੇ VAE](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/09-Autoencoders/README.md)
- [ਜਨਰੇਟਿਵ ਵਿਰੋਧੀ ਨੈੱਟਵਰਕ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/10-GANs/README.md)
- [ਸਟਾਈਲ ਟ੍ਰਾਂਸਫਰ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/10-GANs/StyleTransfer.ipynb)
- [ਆਬਜੇਕਟ ਡਿਟੈਕਸ਼ਨ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/11-ObjectDetection/README.md)
- [ਸੈਗਮੈਂਟੇਸ਼ਨ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/12-Segmentation/README.md)
## [ਕੁਦਰਤੀ ਭਾਸ਼ਾ ਪ੍ਰੋਸੈਸਿੰਗ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/README.md)
- MS Learn 'ਤੇ
- [AI ਮੂਲਭੂਤ: NLP ਦੀ ਖੋਜ ਕਰੋ](https://docs.microsoft.com/learn/paths/explore-natural-language-processing/?WT.mc_id=academic-77998-cacaste)
- [PyTorch ਨਾਲ NLP](https://docs.microsoft.com/learn/modules/intro-natural-language-processing-pytorch/?WT.mc_id=academic-77998-cacaste)
- [TensorFlow ਨਾਲ NLP](https://docs.microsoft.com/learn/modules/intro-natural-language-processing-TensorFlow/?WT.mc_id=academic-77998-cacaste)
- [ਪਾਠ ਪ੍ਰਤੀਨਿਧਿਤਾ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/13-TextRep/README.md)
- ਸ਼ਬਦਾਂ ਦਾ ਬੈਗ
- TF/IDF
- [ਸੈਮਾਂਟਿਕ ਐਂਬਡਿੰਗ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/14-Embeddings/README.md)
- Word2Vec
- GloVE
- [ਭਾਸ਼ਾ ਮਾਡਲਿੰਗ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/15-LanguageModeling)
- [ਰਿਕਰੈਂਟ ਨਿਊਰਲ ਨੈੱਟਵਰਕ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/16-RNN/README.md)
- LSTM
- GRU
- [ਜਨਰੇਟਿਵ ਰਿਕਰੈਂਟ ਨੈੱਟਵਰਕ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/17-GenerativeNetworks/README.md)
- [ਟ੍ਰਾਂਸਫੋਰਮਰ ਅਤੇ BERT](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/18-Transformers/README.md)
- [ਨਾਮਿਤ ਇਕਾਈ ਪਛਾਣ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/19-NER/README.md)
- [ਪਾਠ ਜਨਰੇਸ਼ਨ ਅਤੇ GPT](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/20-LanguageModels/README.md)
## ਹੋਰ ਤਕਨੀਕਾਂ
- [ਜਨੈਟਿਕ ਅਲਗੋਰਿਦਮ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/21-GeneticAlgorithms/README.md)
- [ਡੀਪ ਰੀਇਨਫੋਰਸਮੈਂਟ ਲਰਨਿੰਗ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/22-DeepRL/README.md)
- [ਮਲਟੀ-ਏਜੰਟ ਸਿਸਟਮ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/23-MultiagentSystems/README.md)
## [AI ਨੈਤਿਕਤਾ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/7-Ethics/README.md)
- [MS Learn ਉੱਤੇ ਜ਼ਿੰਮੇਵਾਰ AI](https://docs.microsoft.com/learn/paths/responsible-ai-business-principles/?WT.mc_id=academic-77998-cacaste)
## ਐਕਸਟਰਾ
- [ਮਲਟੀਮੋਡਲ ਨੈੱਟਵਰਕ](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/X-Extras/X1-MultiModal/README.md)
- [CLIP](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/X-Extras/X1-MultiModal/Clip.ipynb)
- DALL-E
- VQ-GAN
---
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
**ਡਿਸਕਲੇਮਰ**:
ਇਹ ਦਸਤਾਵੇਜ਼ AI ਅਨੁਵਾਦ ਸੇਵਾ [Co-op Translator](https://github.com/Azure/co-op-translator) ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਅਨੁਵਾਦਿਤ ਕੀਤਾ ਗਿਆ ਹੈ। ਜਦੋਂ ਕਿ ਅਸੀਂ ਸਹੀਤਾ ਲਈ ਕੋਸ਼ਿਸ਼ ਕਰਦੇ ਹਾਂ, ਕਿਰਪਾ ਕਰਕੇ ਧਿਆਨ ਦਿਓ ਕਿ ਸਵਅਚਾਲਿਤ ਅਨੁਵਾਦਾਂ ਵਿੱਚ ਗਲਤੀਆਂ ਜਾਂ ਅਣਸੰਤੁਸ਼ਟੀਆਂ ਹੋ ਸਕਦੀਆਂ ਹਨ। ਮੂਲ ਦਸਤਾਵੇਜ਼ ਆਪਣੇ ਮੂਲ ਭਾਸ਼ਾ ਵਿੱਚ ਅਧਿਕૃત ਸਰੋਤ ਮੰਨਿਆ ਜਾਣਾ ਚਾਹੀਦਾ ਹੈ। ਜਰੂਰੀ ਜਾਣਕਾਰੀ ਲਈ, ਪੇਸ਼ੇਵਰ ਮਨੁੱਖੀ ਅਨੁਵਾਦ ਦੀ ਸਿਫਾਰਸ਼ ਕੀਤੀ ਜਾਂਦੀ ਹੈ। ਅਸੀਂ ਇਸ ਅਨੁਵਾਦ ਦੀ ਵਰਤੋਂ ਦੇ ਨਤੀਜੇ ਵਜੋਂ ਹੋਣ ਵਾਲੇ ਕਿਸੇ ਵੀ ਗਲਤ ਸਮਝ ਜਾਂ ਭ੍ਰਮ ਲਈ ਜ਼ਿੰਮੇਵਾਰ ਨਹੀਂ ਹਾਂ।
<!-- CO-OP TRANSLATOR DISCLAIMER END -->