|
4 | 4 | - تعريف الذكاء الاصطناعي |
5 | 5 | - تاريخ الذكاء الاصطناعي |
6 | 6 | - مناهج الذكاء الاصطناعي |
7 | | - - من الأعلى إلى الأسفل/رمزي |
8 | | - - من الأسفل إلى الأعلى/شبكي |
9 | | - - تطوري |
10 | | - - الذكاء الاصطناعي التآزري / الناشئ |
| 7 | + - من الأعلى إلى الأسفل / الرمزي |
| 8 | + - من الأسفل إلى الأعلى / العصبي |
| 9 | + - التطوري |
| 10 | + - التآزري / الذكاء الاصطناعي الناشئ |
11 | 11 | - [مدرسة الأعمال للذكاء الاصطناعي من مايكروسوفت](https://www.microsoft.com/ai/ai-business-school/?WT.mc_id=academic-77998-cacaste) |
12 | 12 |
|
13 | 13 | ## [الذكاء الاصطناعي الرمزي](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/README.md) |
14 | 14 | - تمثيل المعرفة |
15 | 15 | - [أنظمة الخبراء](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/Animals.ipynb) |
16 | | - - [الأنطولوجيا](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/FamilyOntology.ipynb) |
| 16 | + - [الأونتولوجيات](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/FamilyOntology.ipynb) |
17 | 17 | - الويب الدلالي |
18 | 18 |
|
19 | 19 | ## [الشبكات العصبية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/README.md) |
20 | | - - [بيرسيبترون](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/03-Perceptron/README.md) |
| 20 | + - [المستشعر](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/03-Perceptron/README.md) |
21 | 21 | - [الشبكات متعددة الطبقات](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/04-OwnFramework/README.md) |
22 | | - - [مقدمة في الأطر](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/README.md) |
23 | | - - [PyTorch](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroPyTorch.ipynb) |
24 | | - - [TensorFlow](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroKerasTF.md) |
25 | | - - [الإفراط في التكيف](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/Overfitting.md) |
| 22 | + - [مقدمة في الأُطُر](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/README.md) |
| 23 | + - [باي تورش](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroPyTorch.ipynb) |
| 24 | + - [تينسورفلو](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/IntroKerasTF.md) |
| 25 | + - [الإفراط في التوفيق](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/05-Frameworks/Overfitting.md) |
26 | 26 |
|
27 | 27 | ## [الرؤية الحاسوبية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/README.md) |
28 | 28 | - على منصة MS Learn |
29 | 29 | - [أساسيات الذكاء الاصطناعي: استكشاف الرؤية الحاسوبية](https://docs.microsoft.com/learn/paths/explore-computer-vision-microsoft-azure/?WT.mc_id=academic-77998-cacaste) |
30 | | - - [الرؤية الحاسوبية باستخدام PyTorch](https://docs.microsoft.com/learn/modules/intro-computer-vision-pytorch/?WT.mc_id=academic-77998-cacaste) |
31 | | - - [الرؤية الحاسوبية باستخدام TensorFlow](https://docs.microsoft.com/learn/modules/intro-computer-vision-TensorFlow/?WT.mc_id=academic-77998-cacaste) |
| 30 | + - [الرؤية الحاسوبية باستخدام باي تورش](https://docs.microsoft.com/learn/modules/intro-computer-vision-pytorch/?WT.mc_id=academic-77998-cacaste) |
| 31 | + - [الرؤية الحاسوبية باستخدام تينسورفلو](https://docs.microsoft.com/learn/modules/intro-computer-vision-TensorFlow/?WT.mc_id=academic-77998-cacaste) |
32 | 32 | - [مقدمة في الرؤية الحاسوبية. OpenCV](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/06-IntroCV/README.md) |
33 | 33 | - [الشبكات الالتفافية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/07-ConvNets/README.md) |
34 | | - - [هياكل الشبكات الالتفافية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/07-ConvNets/CNN_Architectures.md) |
35 | | - - [التعلم بالنقل](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/08-TransferLearning/README.md) |
| 34 | + - [هياكل CNN](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/07-ConvNets/CNN_Architectures.md) |
| 35 | + - [التعلم النقلي](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/08-TransferLearning/README.md) |
36 | 36 | - [حيل التدريب](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/08-TransferLearning/TrainingTricks.md) |
37 | | - - [المشفّرات التلقائية و VAEs](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/09-Autoencoders/README.md) |
38 | | - - [الشبكات التوليدية الخصامية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/10-GANs/README.md) |
| 37 | + - [التشفير الذاتي والشبكات التلقائية المتغيرة](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/09-Autoencoders/README.md) |
| 38 | + - [الشبكات التنافسية التوليدية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/10-GANs/README.md) |
39 | 39 | - [نقل الأسلوب](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/10-GANs/StyleTransfer.ipynb) |
40 | | - - [كشف الكائنات](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/11-ObjectDetection/README.md) |
41 | | - - [التجزئة](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/12-Segmentation/README.md) |
| 40 | + - [كشف الأجسام](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/11-ObjectDetection/README.md) |
| 41 | + - [التقسيم](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/4-ComputerVision/12-Segmentation/README.md) |
42 | 42 |
|
43 | 43 | ## [معالجة اللغة الطبيعية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/README.md) |
44 | 44 | - على منصة MS Learn |
45 | 45 | - [أساسيات الذكاء الاصطناعي: استكشاف معالجة اللغة الطبيعية](https://docs.microsoft.com/learn/paths/explore-natural-language-processing/?WT.mc_id=academic-77998-cacaste) |
46 | | - - [معالجة اللغة الطبيعية باستخدام PyTorch](https://docs.microsoft.com/learn/modules/intro-natural-language-processing-pytorch/?WT.mc_id=academic-77998-cacaste) |
47 | | - - [معالجة اللغة الطبيعية باستخدام TensorFlow](https://docs.microsoft.com/learn/modules/intro-natural-language-processing-TensorFlow/?WT.mc_id=academic-77998-cacaste) |
48 | | - - [تمثيل النصوص](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/13-TextRep/README.md) |
| 46 | + - [معالجة اللغة الطبيعية باستخدام باي تورش](https://docs.microsoft.com/learn/modules/intro-natural-language-processing-pytorch/?WT.mc_id=academic-77998-cacaste) |
| 47 | + - [معالجة اللغة الطبيعية باستخدام تينسورفلو](https://docs.microsoft.com/learn/modules/intro-natural-language-processing-TensorFlow/?WT.mc_id=academic-77998-cacaste) |
| 48 | + - [تمثيل النص](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/13-TextRep/README.md) |
49 | 49 | - حقيبة الكلمات |
50 | 50 | - TF/IDF |
51 | 51 | - [التضمينات الدلالية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/14-Embeddings/README.md) |
|
55 | 55 | - [الشبكات العصبية المتكررة](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/16-RNN/README.md) |
56 | 56 | - LSTM |
57 | 57 | - GRU |
58 | | - - [الشبكات التوليدية المتكررة](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/17-GenerativeNetworks/README.md) |
59 | | - - [المحوّلات و BERT](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/18-Transformers/README.md) |
| 58 | + - [الشبكات المتكررة التوليدية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/17-GenerativeNetworks/README.md) |
| 59 | + - [المحولات وBERT](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/18-Transformers/README.md) |
60 | 60 | - [التعرف على الكيانات المسماة](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/19-NER/README.md) |
61 | | - - [توليد النصوص و GPT](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/20-LanguageModels/README.md) |
62 | | - |
| 61 | + - [توليد النصوص وGPT](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/5-NLP/20-LanguageModels/README.md) |
63 | 62 | ## تقنيات أخرى |
64 | 63 | - [الخوارزميات الجينية](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/21-GeneticAlgorithms/README.md) |
65 | | - - [التعلم العميق المعزز](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/22-DeepRL/README.md) |
66 | | - - [أنظمة متعددة الوكلاء](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/23-MultiagentSystems/README.md) |
| 64 | + - [التعلم المعزز العميق](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/22-DeepRL/README.md) |
| 65 | + - [أنظمة الوكلاء المتعددين](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/6-Other/23-MultiagentSystems/README.md) |
67 | 66 |
|
68 | 67 | ## [أخلاقيات الذكاء الاصطناعي](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/7-Ethics/README.md) |
69 | | - - [تعلم مايكروسوفت حول الذكاء الاصطناعي المسؤول](https://docs.microsoft.com/learn/paths/responsible-ai-business-principles/?WT.mc_id=academic-77998-cacaste) |
70 | | - |
| 68 | + - [MS Learn حول الذكاء الاصطناعي المسؤول](https://docs.microsoft.com/learn/paths/responsible-ai-business-principles/?WT.mc_id=academic-77998-cacaste) |
71 | 69 | ## إضافات |
72 | | - - [الشبكات متعددة الوسائط](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/X-Extras/X1-MultiModal/README.md) |
| 70 | + - [الشبكات متعددة الأنماط](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/X-Extras/X1-MultiModal/README.md) |
73 | 71 | - [CLIP](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/X-Extras/X1-MultiModal/Clip.ipynb) |
74 | 72 | - DALL-E |
75 | 73 | - VQ-GAN |
76 | 74 |
|
| 75 | +--- |
| 76 | + |
| 77 | +<!-- CO-OP TRANSLATOR DISCLAIMER START --> |
77 | 78 | **إخلاء المسؤولية**: |
78 | | -تم ترجمة هذا المستند باستخدام خدمة الترجمة بالذكاء الاصطناعي [Co-op Translator](https://github.com/Azure/co-op-translator). بينما نسعى لتحقيق الدقة، يرجى العلم أن الترجمات الآلية قد تحتوي على أخطاء أو معلومات غير دقيقة. يجب اعتبار المستند الأصلي بلغته الأصلية المصدر الموثوق. للحصول على معلومات حاسمة، يُوصى بالاستعانة بترجمة بشرية احترافية. نحن غير مسؤولين عن أي سوء فهم أو تفسيرات خاطئة تنشأ عن استخدام هذه الترجمة. |
| 79 | +تمت ترجمة هذا المستند باستخدام خدمة الترجمة الآلية [Co-op Translator](https://github.com/Azure/co-op-translator). بينما نسعى للدقة، يرجى العلم أن الترجمات الآلية قد تحتوي على أخطاء أو عدم دقة. يجب اعتبار المستند الأصلي بلغته الأصلية المصدر الموثوق. للمعلومات المهمة، يُنصح بالترجمة المهنية بواسطة الإنسان. لسنا مسؤولين عن أي سوء فهم أو تفسير ناتج عن استخدام هذه الترجمة. |
| 80 | +<!-- CO-OP TRANSLATOR DISCLAIMER END --> |
0 commit comments