Data analysis Dz
Data Analysis � Data Science
Analyse des données / Visualisation / Statistiques
02/05/2026
📊 خريطة مبسطة لاختيار الاختبار الإحصائي في SPSS
إذا كنت طالب أو باحث وتحتار في اختيار الاختبار المناسب، هذه الخريطة ستختصر عليك الطريق 👇
✔ حدّد هدفك: وصف، مقارنة، علاقة أو تأثير
✔ تعرّف على نوع المتغيرات: نوعي أو كمي
✔ اختر الاختبار المناسب بسهولة (t-test، ANOVA، Correlation، Regression، Chi-square)
تذكّر: الاختيار الصحيح للاختبار = نتائج علمية صحيحة
#الإحصاء
#طلبة
📊 A Simple Guide to Choosing the Right Statistical Test in SPSS
If you're a student or researcher struggling with selecting the right test, this visual guide will help you 👇
✔ Define your goal: Description, Comparison, Relationship, or Impact
✔ Identify your variables: Qualitative or Quantitative
✔ Easily choose the right test (t-test, ANOVA, Correlation, Regression, Chi-square)
💡 Remember: Choosing the right test = reliable results
25/04/2026
Python Quick Learning Challenge ✅
19/02/2026
📊 ما هو Machine Learning with Python؟
تعلم الآلة باستخدام بايثون هو ببساطة طريقة ذكية لجعل الحاسوب يتعلم من البيانات ويُحلّلها ثم يتنبأ بالنتائج دون برمجته خطوة بخطوة.
تمر العملية بعدة مراحل أساسية:
أولاً: معالجة البيانات (Data Preprocessing) حيث نقوم بتنظيف البيانات، إزالة الأخطاء، واختيار المعلومات المهمة فقط.
مثال: حذف القيم غير المنطقية من بيانات المبيعات أو العملاء.
ثانياً: أنواع تعلم الآلة:
✅ التعلم الموجّه (Supervised Learning): مثل التنبؤ بأسعار المنازل اعتماداً على بيانات سابقة.
✅ التعلم غير الموجّه (Unsupervised Learning): مثل تقسيم الزبائن إلى فئات حسب سلوك الشراء.
✅ التعلم بالتعزيز (Reinforcement Learning): مثل تدريب روبوت أو نظام ذكي عبر المكافأة والتجربة.
ثالثاً: بناء النموذج باستخدام Python حيث نقوم بتدريب النموذج (Train)، ثم اختباره (Test)، وبعدها استعماله للتنبؤ (Predict).
رابعاً: تقييم النموذج (Model Evaluation) عبر قياس الدقة (Accuracy) وتحليل النتائج للتأكد من أن النموذج يعطي تنبؤات موثوقة.
💯 مثال واقعي:
يمكن استخدام Machine Learning with Python للتنبؤ بالمبيعات، تحليل سلوك العملاء، اكتشاف الاحتيال، وحتى دعم القرارات الاقتصادية.
باختصار:
البيانات + التحليل الذكي + بايثون = تنبؤات وقرارات أكثر ذكاءً
📊 What is Machine Learning with Python?
Machine Learning with Python is a smart way to teach computers to learn from data, analyze patterns, and make predictions without being explicitly programmed step by step.
The process goes through key stages:
First: Data Preprocessing, where we clean the data, remove errors, and select the most important features.
Example: Cleaning customer or sales datasets before analysis.
Second: Types of Machine Learning:
✅ Supervised Learning: such as predicting house prices using historical data.
✅ Unsupervised Learning: such as customer segmentation based on buying behavior.
✅ Reinforcement Learning: where systems learn through rewards and trial-and-error.
Third: Building models with Python by training the model (Train), testing its performance (Test), and using it to make predictions (Predict).
Fourth: Model Evaluation, where we measure accuracy, precision, and overall performance to ensure reliable results.
💯 Real-world examples:
Machine Learning with Python is widely used for sales forecasting, customer analysis, fraud detection, and data-driven decision-making.
In short:
Data + Intelligent Analysis + Python = Smarter Predictions & Better Decisions .
16/02/2026
هل يجب على طالب الاقتصاد الذي يتعلم بايثون أن يصبح مبرمجًا؟ او ليس بالضرورة.
الأولوية لطالب الاقتصاد هي تحليل البيانات و فهم قواعد البيانات، اختبار الفرضيات، تفسير النتائج، التنبؤ بالاتجاهات، ودعم القرار بأدلة رقمية ، هنا تكمن القيمة الحقيقية للاقتصادي.
👈 البرمجة المتعمقة جدا و انشاء المواقع و التطبيقات وغيرها تهم أكثر طلبة الإعلام الآلي، لكن تعلّم أساسيات البرمجة يبقى أمرًا مهمًا أيضا لطالب الاقتصاد ، لأنه يساعد على فهم الأدوات، أتمتة بعض المهام، وتعزيز الاستقلالية في العمل.
👈 البرمجة مكمل ذكي للتكوين وليست الهدف الأساسي لطالب الاقتصاد
Should an economics student who learns Python become a programmer? Not necessarily.
For an economics student, the priority is data analysis: understanding databases, testing hypotheses, interpreting results, forecasting trends, and supporting decisions with quantitative evidence. This is where the real value of an economist lies.
👉 Advanced programming, such as building websites and applications, is more relevant to computer science students. However, learning the fundamentals of programming remains important for economics students, as it helps them understand tools, automate certain tasks, and become more independent in their work.
👉 Programming is a smart complement to their education, not the primary goal for an economics student.
15/02/2026
واش نقدر ندير بالبايتون؟ 🤔
الجواب بسيط: تقريباً كل شيء!
من تحليل البيانات والذكاء الاصطناعي، إلى تطوير الويب، الألعاب، الأمن السيبراني، الأتمتة والبحث العلمي… بايثون تفتح لك أبواب واسعة في عالم التكنولوجيا.
إذا حاب تبدأ رحلتك في البرمجة، بايثون هي أفضل نقطة انطلاق
What can you do with Python? 🤔
The answer: almost everything!
From data analysis and artificial intelligence to web development, game development, cybersecurity, automation, and scientific research Python opens endless opportunities in the tech world.
If you're thinking about starting your coding journey, Python is a powerful place to begin
09/02/2026
Computer Languages and their founders
لغات البرمجة و أسماء مؤسسيها
06/02/2026
Data alone is just noise.
When we sort it, organize it, visualize it, and explain it with a story, it becomes insight.
📊 Data doesn’t speak by itself , we give it meaning
البيانات وحدها مجرد فوضى.
عندما نرتّبها، ننظّمها، نعرضها بصريًا، ونروي قصتها تتحول إلى معرفة ذات معنى.
📊 البيانات لا تتكلم… نحن من نمنحها المعنى.
10/01/2026
Python basic
08/01/2026
كتاب الاقتصاد القياسي التمهيدي للمالية بالإنجليزية الطبعة الرابعة باستخدام عدة برامج احصائية:
1- باستخدام برنامج EViews:
https://drive.google.com/file/d/16hCioCD4-b3SW_QEWKUYsDJ65NB7kvGk/view?usp=drivesdk
2- باستخدام برنامج R:
https://drive.google.com/file/d/16SmTaop7r_YDLLAE8cYtcw7tReNN8uH6/view?usp=drivesdk
3- باستخدام برنامج Stata:
https://drive.google.com/file/d/16WuWbbu1bRQhxCEhsS9w-pWZhj9hwPQd/view?usp=drivesdk
4- باستخدام برنامج Python:
https://drive.google.com/file/d/16Z-_mLY_UCLRduedwVt4HauFqPCScq12/view?usp=drivesdk
بالتوفيق
05/01/2026
Python Data types 💯✅
✅ Time Series Analysis with Python: Turning Data into Insights
👉 Time series analysis is one of the most powerful tools in data science and economics. It allows us to understand patterns over time, detect trends and seasonality, and make reliable forecasts.
👉 Why Python?
Python offers a rich ecosystem for time series analysis, including:
pandas for data manipulation
NumPy for numerical computations
statsmodels for statistical models (ARIMA, SARIMA, VAR)
scikit-learn for machine learning approaches
prophet for intuitive forecasting
Key takeaway:
With Python, time series analysis becomes more accessible, flexible, and reproducible—making it an essential skill for data analysts, economists, and researchers.
📈 تحليل السلاسل الزمنية باستخدام بايثون: من البيانات إلى اتخاذ القرار
يُعد تحليل السلاسل الزمنية من أهم الأدوات في علم البيانات👈 والاقتصاد، حيث يساعدنا على فهم تطور الظواهر عبر الزمن، واكتشاف الاتجاهات والدورات الموسمية، وبناء نماذج للتنبؤ بالمستقبل.
لماذا بايثون؟👈
توفر لغة بايثون بيئة قوية لتحليل السلاسل الزمنية، من خلال مكتبات مثل:
`pandas` لمعالجة البيانات
`NumPy` للحسابات العددية
`statsmodels` للنماذج القياسية (ARIMA، SARIMA، VAR)
`scikit-learn` لتقنيات التعلم الآلي
`prophet` للتنبؤ بطريقة مبسطة
الخلاصة:
بايثون جعل تحليل السلاسل الزمنية أكثر سهولة ومرونة، وأصبح مهارة أساسية لكل محلل بيانات أو اقتصادي أو باحث.
#
بايثون
#التنبؤ
Cliquez ici pour réclamer votre Listage Commercial.
Type
Site Web
Adresse
31000