Data Science Project
الذهاب إلى القناة على Telegram
👉Here I will provide Data Science Projects. 👇Discussion group is attached with this channel https://t.me/+1IATFRePLmY1ZThl
إظهار المزيدلم يتم تحديد البلدالتكنولوجيات والتطبيقات48 437
1 343
المشتركون
+124 ساعات
+47 أيام
+1030 أيام
جاري تحميل البيانات...
القنوات المماثلة
سحابة العلامات
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
ديسمبر '24
ديسمبر '24
+90
في 0 قنوات
نوفمبر '24
+54
في 0 قنوات
Get PRO
أكتوبر '24
+65
في 0 قنوات
Get PRO
سبتمبر '24
+26
في 0 قنوات
Get PRO
أغسطس '24
+15
في 0 قنوات
Get PRO
يوليو '240
في 0 قنوات
Get PRO
يونيو '240
في 0 قنوات
Get PRO
مايو '240
في 0 قنوات
Get PRO
أبريل '240
في 0 قنوات
Get PRO
مارس '240
في 0 قنوات
Get PRO
فبراير '240
في 0 قنوات
Get PRO
يناير '240
في 0 قنوات
Get PRO
ديسمبر '230
في 0 قنوات
Get PRO
نوفمبر '23
+20
في 0 قنوات
Get PRO
أكتوبر '23
+11
في 0 قنوات
Get PRO
سبتمبر '23
+27
في 0 قنوات
Get PRO
أغسطس '23
+48
في 0 قنوات
Get PRO
يوليو '23
+109
في 0 قنوات
Get PRO
يونيو '23
+221
في 0 قنوات
Get PRO
مايو '23
+379
في 0 قنوات
Get PRO
أبريل '23
+66
في 0 قنوات
Get PRO
مارس '23
+157
في 0 قنوات
Get PRO
فبراير '23
+69
في 0 قنوات
Get PRO
يناير '23
+128
في 0 قنوات
Get PRO
ديسمبر '22
+252
في 0 قنوات
| التاريخ | نمو المشتركين | الإشارات | القنوات | |
| 21 ديسمبر | +1 | |||
| 20 ديسمبر | +3 | |||
| 19 ديسمبر | +6 | |||
| 18 ديسمبر | +2 | |||
| 17 ديسمبر | +6 | |||
| 16 ديسمبر | +7 | |||
| 15 ديسمبر | +4 | |||
| 14 ديسمبر | +2 | |||
| 13 ديسمبر | +9 | |||
| 12 ديسمبر | +10 | |||
| 11 ديسمبر | +23 | |||
| 10 ديسمبر | +4 | |||
| 09 ديسمبر | +2 | |||
| 08 ديسمبر | 0 | |||
| 07 ديسمبر | +2 | |||
| 06 ديسمبر | +2 | |||
| 05 ديسمبر | +2 | |||
| 04 ديسمبر | +2 | |||
| 03 ديسمبر | +1 | |||
| 02 ديسمبر | +1 | |||
| 01 ديسمبر | +1 |
منشورات القناة
| 2 | لا يوجد نص... | 644 |
| 3 | لا يوجد نص... | 406 |
| 4 | Happy Independence Day 🇮🇳🇮🇳 | 383 |
| 5 | Startup Investment Safety Prediction.pdf | 612 |
| 6 | Realme mobiles Feature engineering and Data cleaning.pdf | 480 |
| 7 | Guys, let's connect on LinkedIn. https://www.linkedin.com/in/deep4504/ | 489 |
| 8 | لا يوجد نص... | 470 |
| 9 | Guys, thanks for the 1.3k members. | 426 |
| 10 | 60 interview questions and answers.pdf | 482 |
| 11 | Guys share it with your friends or college groups. | 466 |
| 12 | Crypto Times Series analysis.pdf | 506 |
| 13 | Company Name - Genpact
Role: Data Scientist
Topics: euclidian distance, normalisation vs standardization, ensemble learning, batch vs SGD, root cause analysis
Q. How will you measure the Euclidean distance between the two arrays in NumPy?
A. The magnitude or length of the line segment between two locations is known as the Euclidean distance in mathematics. We first create two numpy arrays in the first procedure. The Euclidean distance is then computed directly using numpy's linalg.norm() function.
Q. Difference between Normalisation and Standardization?
A. Normalization is the process of rescaling values into a range of [0,1]. Typically, standardisation entails rescaling data to a mean of 0 and a standard deviation of 1. (unit variance).
Q. What is Ensemble Learning?
A. Ensemble learning is the process of systematically generating and combining many models, such as classifiers or experts, to tackle a specific computational intelligence problem. Ensemble learning is largely used to improve a model's performance (classification, prediction, function approximation, etc.) or to lessen the risk of an unintentional poor model selection.
Q. Difference between Batch and Stochastic Gradient Descent?
A. Batch Gradient Descent is highly slow on very big training sets since it entails calculations over the entire training set at each step. As a result, Batch GD becomes extremely computationally expensive. SGD is stochastic in nature, which means it chooses up a "random" instance of training data at each step and then computes the gradient, which is significantly faster than Batch GD because there is much less data to modify at once.
Q. What is root cause analysis?
A. A root cause is a component that contributed to a nonconformance and should be eradicated permanently through process improvement. The root cause is the most fundamental problem—the most fundamental reason—that puts in motion the entire cause-and-effect chain that leads to the problem (s). Root cause analysis (RCA) is a word that refers to a variety of approaches, tools, and procedures used to identify the root causes of problems. Some RCA approaches are more directed toward uncovering actual root causes than others, while others are more general problem-solving procedures, and yet others just provide support for the root cause analysis core activity. | 561 |
| 14 | fast join backup channel
@projectgroupeng
@projectgroupeng
@projectgroupeng | 476 |
| 15 | Hotel Bookings cancellation (1).pdf | 542 |
| 16 | Practical Guide to Matplotlib for Data Science.pdf | 584 |
| 17 | لا يوجد نص... | 87 |
| 18 | Practical Guide to Scikit-Learn for Data Science.pdf | 536 |
| 19 | I have ineuron machine learning master course. If anyone wants to buy it let me know. | 592 |
| 20 | Hello everyone! I've recently created a food recipes blogging website using Django. I'd like to know if you're interested in this project. | 610 |
