كيف يتعلم الذكاء الاصطناعي؟ | How Does AI Learn?
تعلّم ببساطة، خطوة بخطوة
Learn simply, step by step
معلومة واضحة، ثم خطوة جديدة.
Clear knowledge, one step at a time.
كيف يتعلم الذكاء الاصطناعي؟ How Does AI Learn?
🎯 ماذا ستتعلم؟
في هذا الدرس ستتعرف ببساطة على كيف يتعلم الذكاء الاصطناعي من البيانات، وما المقصود بالتدريب والنموذج، وكيف يستطيع التعامل مع بيانات جديدة بعد انتهاء التدريب.
🧠 كيف يتعلم الذكاء الاصطناعي؟
تتعلم العديد من أنظمة الذكاء الاصطناعي من الأمثلة الموجودة في البيانات. أثناء التدريب، يحاول النظام اكتشاف الأنماط والعلاقات التي تساعده على تنفيذ مهمة معينة.
على سبيل المثال، يمكن تدريب نموذج على مجموعة كبيرة من صور القطط والكلاب مع توضيح التصنيف الصحيح لكل صورة.
📚 الخطوة الأولى: البيانات
البيانات هي الأمثلة والمعلومات التي يستخدمها النظام أثناء عملية التعلم. وقد تكون نصوصًا أو صورًا أو أرقامًا أو أصواتًا أو أنواعًا أخرى من المعلومات.
جودة البيانات وطريقة إعدادها تؤثران بشكل كبير في النتائج التي يستطيع النموذج إنتاجها.
⚙️ الخطوة الثانية: التدريب
خلال التدريب، تعالج الخوارزميات البيانات وتحاول اكتشاف الأنماط والعلاقات الموجودة فيها.
في مثال القطط والكلاب، يحاول النموذج تعلم الخصائص التي تساعده على التمييز بين الصور بدل حفظ صورة واحدة فقط.
🤖 الخطوة الثالثة: النموذج المدرّب
بعد عملية التدريب نحصل على نموذج يمكن استخدامه للتعامل مع مدخلات جديدة مشابهة للمهمة التي تم تدريبه عليها.
يمكن مثلًا إعطاء النموذج صورة قطة لم تكن ضمن بيانات التدريب ليحاول تحديد ما يظهر فيها.

🔍 الخطوة الرابعة: إدخال جديد ونتيجة
بعد التدريب، يمكن إعطاء النموذج بيانات جديدة. يقوم النموذج بتحليلها باستخدام الأنماط التي تعلمها ثم ينتج توقعًا أو نتيجة.
في مثالنا، عندما يحصل النموذج على صورة جديدة فقد يتوقع أنها قطة أو كلب بناءً على ما تعلمه أثناء التدريب.
❓ هل يتعلم AI دائمًا بشكل صحيح؟
لا. تعتمد جودة النتائج على عوامل كثيرة، منها جودة البيانات وكميتها وطريقة التدريب وتصميم النموذج نفسه.
إذا كانت البيانات ناقصة أو غير مناسبة أو تحتوي على أخطاء أو تحيزات، فقد يؤثر ذلك على أداء النظام ونتائجه.
💡 لماذا نحتاج لفهم هذه الفكرة؟
فهم كيف يتعلم الذكاء الاصطناعي يساعدك على معرفة أن نتائج AI لا تأتي من السحر، بل تعتمد على البيانات والتدريب والنماذج المستخدمة.
🧠 تذكّر
- البيانات توفر الأمثلة التي يتعلم منها النموذج.
- التدريب يساعد النموذج على اكتشاف الأنماط والعلاقات.
- بعد التدريب يمكن استخدام النموذج مع مدخلات جديدة.
- النموذج قد ينتج توقعات أو نتائج غير صحيحة.
- جودة البيانات والتدريب تؤثر في جودة النتائج.
📚 للمزيد، يمكنك قراءة
شرح IBM للتعلم الآلي
.
📘 راجع الدرس السابق:
ما هو الذكاء الاصطناعي؟
🎯 What Will You Learn?
In this lesson, you will learn How Does AI Learn from data, what training and AI models mean, and how a trained model can work with new data.
🧠 How Does AI Learn?
Many AI systems learn from examples found in data. During training, the system tries to identify patterns and relationships that can help it perform a specific task.
For example, an AI model can be trained using many images of cats and dogs, with the correct category provided for each image.
📚 Step 1: Data
Data provides the examples and information used during the learning process. It can include text, images, numbers, audio, and many other types of information.
The quality of the data and how it is prepared can have a major effect on the results produced by the model.
⚙️ Step 2: Training
During training, algorithms process the data and try to identify useful patterns and relationships.
In our cats and dogs example, the model tries to learn features that can help distinguish between the images instead of simply memorizing one example.
🤖 Step 3: The Trained Model
After training, we have a model that can be used with new inputs related to the task it was trained to perform.
For example, we can give the model a new image of a cat that was not included in its training data and ask it to identify what appears in the image.

🔍 Step 4: New Input and Result
After training, new data can be provided to the model. The model analyzes this input using the patterns it learned and then produces a prediction or result.
In our example, when the model receives a new image, it may predict whether the image shows a cat or a dog based on what it learned during training.
❓ Does AI Always Learn Correctly?
No. The quality of AI results depends on many factors, including the quality and quantity of the data, the training process, and the design of the model.
If the data is incomplete, unsuitable, biased, or contains errors, the performance and results of the AI system may also be affected.
💡 Why Is This Important?
Understanding How Does AI Learn helps you recognize that AI results are not magic. They depend on data, training, and the models used to process information.
🧠 Remember
- Data provides examples for the model to learn from.
- Training helps the model identify patterns and relationships.
- A trained model can work with new inputs.
- AI models can produce incorrect predictions or results.
- Data and training quality can affect the final results.
📚 For more information, see
IBM's introduction to Machine Learning
.
📘 Review the previous lesson:
What Is Artificial Intelligence?
اختبر فهمك
Check Your Understanding
سؤالان سريعان لتثبيت أهم ما تعلمته.
Two quick questions to reinforce the key ideas.