# க人工 நுண்ணறிவு (AI) ## [AIக்கு அறிமுகம்](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/1-Intro/README.md) - AI வரையறை - AI வரலாறு - AIக்கு அணுகுமுறைகள் - மேல்-கீழ்/சின்ன இடராக்கள் - கீழ்-மேல்/நுரையீரல் - பரிணாம - ஒருங்கிணைந்த / தோன்றும் AI - [Microsoft AI வியாபார பள்ளி](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 கற்கையின் மீது - [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 கற்காவில் - [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) - [பொறுப்பான AIக்கு MS கற்கை](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 --- **அறிவுறுத்தல்**: இந்த ஆவணம் AI மொழிபெயர்ப்பு சேவை [Co-op Translator](https://github.com/Azure/co-op-translator) பயன்படுத்தி மொழிபெயர்க்கப்பட்டுள்ளது. நாங்கள் துல்லியத்திற்காக முயலும் போதிலும், தானாக செய்யப்பட்ட மொழிபெயர்ப்புகளில் பிழைகள் அல்லது தவறுகள் இருக்கக்கூடும் என்பதை தயவுசெய்து அறியவும். தாய்மொழியில் உள்ள மூல ஆவணம் அதிகாரப்பூர்வமான மூலமாக கருதப்பட வேண்டும். முக்கியமான தகவல்களுக்கு, தொழில்முறை மனித மொழிபெயர்ப்பு பரிந்துரைக்கப்படுகிறது. இந்த மொழிபெயர்ப்பை பயன்படுத்துவதால் ஏற்பட்ட புரிந்துகொள்ளாமை அல்லது தவறான விளக்கங்களுக்கு எங்களால் பொறுப்பேற்றுக்கொள்ளப்படாது.