ar
Feedback
Data Science & Machine Learning

Data Science & Machine Learning

الذهاب إلى القناة على Telegram

Join this channel to learn data science, artificial intelligence and machine learning with funny quizzes, interesting projects and amazing resources for free For collaborations: @love_data

إظهار المزيد

📈 نظرة تحليلية على قناة تيليجرام Data Science & Machine Learning

تُعد قناة Data Science & Machine Learning (@datasciencefun) في القطاع اللغوي الإنكليزية لاعباً نشطاً. يضم المجتمع حالياً 75 899 مشتركاً، محتلاً المرتبة 2 103 في فئة التعليم والمرتبة 4 204 في منطقة الهند.

📊 مؤشرات الجمهور والحراك

منذ تأسيسه في невідомо، حقق المشروع نمواً سريعاً وجمع 75 899 مشتركاً.

بحسب آخر البيانات بتاريخ 23 يونيو, 2026، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار 731، وفي آخر 24 ساعة بمقدار 33، مع بقاء الوصول العام مرتفعاً.

  • حالة التحقق: غير موثّقة
  • معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 2.95‎%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً 0.86‎% من ردود الفعل نسبةً إلى إجمالي المشتركين.
  • وصول المنشورات: يحصل كل منشور على متوسط 2 239 مشاهدة. وخلال اليوم الأول يجمع عادةً 650 مشاهدة.
  • التفاعلات والاستجابة: يتفاعل الجمهور بانتظام؛ متوسط التفاعلات لكل منشور يبلغ 3.
  • الاهتمامات الموضوعية: يركز المحتوى على مواضيع رئيسية مثل learning, accuracy, distribution, panda, dataset.

📝 الوصف وسياسة المحتوى

يصف المؤلف القناة بأنها مساحة للتعبير عن الآراء الذاتية:
Join this channel to learn data science, artificial intelligence and machine learning with funny quizzes, interesting projects and amazing resources for free For collaborations: @love_data

بفضل وتيرة التحديث المرتفعة (أحدث البيانات بتاريخ 24 يونيو, 2026) تحافظ القناة على حداثتها ومستوى وصول مرتفع. وتُظهر التحليلات تفاعلاً نشطاً من الجمهور، ما يجعلها نقطة تأثير مهمة ضمن فئة التعليم.

75 899
المشتركون
+3324 ساعات
+587 أيام
+73130 أيام
أرشيف المشاركات
Image recognition is an example of?
Anonymous voting

You will prefer YouTube videos in which language?
Anonymous voting

Rules of Machine Learning.pdf4.49 KB

For free machine learning, data science, ethical hacking and general programming courses join @bigdataspecialist channel. He also has discord server where you can ask anything about data science/machine learning and programing in general. https://discord.gg/f4sXD37H9q

Git Cheatsheet
Git Cheatsheet

​​🔰Data Science [All Courses] 🔰 🌀Source : Udacity 🌀Size : 54.05 GB 🔗Link: https://mega.nz/#F!qrpxSIRD!PClG5ZMHdd5FroIFTT_Z5Q 💢 Share and Support Us 💢

Amazon is hiring Position: Data Science Intern 👉 Apply: https://www.amazon.jobs/en/jobs/1008217/data-scientist-intern 👍 All the best.

photo content

Open in app Responses To respond to this story, get the free Medium app. Open in app There are currently no responses for thi
Open in app Responses To respond to this story, get the free Medium app. Open in app There are currently no responses for this story. Be the first to respond. What is it to be like Data Scientist (From a guy who has been one and now hires them!)  Harsh Gupta 13 hours ago·3 min read I have worked as a Data Scientist for 4+ years and now manage data science teams. I have also worked with data science teams at multiple Fortune 500 companies. Here are my best observations about what it is like to be a data scientist as of Feb 2021. Best Case You work on very exciting problems in the realm of data science/ AI as well as for your business. You are publishing, you are thinking about new solutions all the time, and you are using your creative juices to the fullest. You are working with very interesting people inside and outside of your organization. Your team has visibility to senior leadership. You also have access to subject matter experts in your company, in AI research labs, at vendors who are thou

SQL for Data Science

What do you want to learn?
Anonymous voting

Logistic regression fits a logistic model to data and makes predictions about the probability of an event (between 0 and 1). Naive Bayes uses Bayes Theorem to model the conditional relationship of each attribute to the class variable. The k-Nearest Neighbor (kNN) method makes predictions by locating similar cases to a given data instance (using a similarity function) and returning the average or majority of the most similar data instances. The kNN algorithm can be used for classification or regression. Classification and Regression Trees (CART) are constructed from a dataset by making splits that best separate the data for the classes or predictions being made. The CART algorithm can be used for classification or regression. Support Vector Machines (SVM) are a method that uses points in a transformed problem space that best separate classes into two groups. Classification for multiple classes is supported by a one-vs-all method. SVM also supports regression by modeling the function with a minimum amount of allowable error.

Three different learning styles in machine learning algorithms: 1. Supervised Learning Input data is called training data and has a known label or result such as spam/not-spam or a stock price at a time. A model is prepared through a training process in which it is required to make predictions and is corrected when those predictions are wrong. The training process continues until the model achieves a desired level of accuracy on the training data. Example problems are classification and regression. Example algorithms include: Logistic Regression and the Back Propagation Neural Network. 2. Unsupervised Learning Input data is not labeled and does not have a known result. A model is prepared by deducing structures present in the input data. This may be to extract general rules. It may be through a mathematical process to systematically reduce redundancy, or it may be to organize data by similarity. Example problems are clustering, dimensionality reduction and association rule learning. Example algorithms include: the Apriori algorithm and K-Means. 3. Semi-Supervised Learning Input data is a mixture of labeled and unlabelled examples. There is a desired prediction problem but the model must learn the structures to organize the data as well as make predictions. Example problems are classification and regression. Example algorithms are extensions to other flexible methods that make assumptions about how to model the unlabeled data.

photo content