ch
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

显示更多

📈 Telegram 频道 Data Science & Machine Learning 的分析概览

频道 Data Science & Machine Learning (@datasciencefun) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 75 831 名订阅者,在 教育 类别中位列第 2 106,并在 印度 地区排名第 4 234

📊 受众指标与增长动态

невідомо 创建以来,项目保持高速增长,吸引了 75 831 名订阅者。

根据 21 六月, 2026 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 770,过去 24 小时变化为 8,整体触达仍然可观。

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 3.15%。内容发布后 24 小时内通常能获得 1.09% 的反应,占订阅者总量。
  • 帖子覆盖: 每篇帖子平均可获得 2 385 次浏览,首日通常累积 827 次浏览。
  • 互动与反馈: 受众积极参与,单帖平均反应数为 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

凭借高频更新(最新数据采集于 22 六月, 2026),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 教育 类别中的关键影响点。

75 831
订阅者
+824 小时
+717
+77030
帖子存档
7 Steps of the Machine Learning Process Data Collection: The process of extracting raw datasets for the machine learning task. This data can come from a variety of places, ranging from open-source online resources to paid crowdsourcing. The first step of the machine learning process is arguably the most important. If the data you collect is poor quality or irrelevant, then the model you train will be poor quality as well. Data Processing and Preparation: Once you’ve gathered the relevant data, you need to process it and make sure that it is in a usable format for training a machine learning model. This includes handling missing data, dealing with outliers, etc. Feature Engineering: Once you’ve collected and processed your dataset, you will likely need to transform some of the features (and sometimes even drop some features) in order to optimize how well a model can be trained on the data. Model Selection: Based on the dataset, you will choose which model architecture to use. This is one of the main tasks of industry engineers. Rather than attempting to come up with a completely novel model architecture, most tasks can be thoroughly performed with an existing architecture (or combination of model architectures). Model Training and Data Pipeline: After selecting the model architecture, you will create a data pipeline for training the model. This means creating a continuous stream of batched data observations to efficiently train the model. Since training can take a long time, you want your data pipeline to be as efficient as possible. Model Validation: After training the model for a sufficient amount of time, you will need to validate the model’s performance on a held-out portion of the overall dataset. This data needs to come from the same underlying distribution as the training dataset, but needs to be different data that the model has not seen before. Model Persistence: Finally, after training and validating the model’s performance, you need to be able to properly save the model weights and possibly push the model to production. This means setting up a process with which new users can easily use your pre-trained model to make predictions.

©How fresher can get a job as a data scientist?© India as a job market is highly resistant to hire data scientist as a fresher. Everyone out there asks for at least 2 years of experience, but then the question is where will we get the two years experience from? The important thing here to build a portfolio. As you are a fresher I would assume you had learnt data science through online courses. They only teach you the basics, the analytical skills required to clean the data and apply machine learning algorithms to them comes only from practice. Do some real-world data science projects, participate in Kaggle competition. kaggle provides data sets for practice as well. Whatever projects you do, create a GitHub repository for it. Place all your projects there so when a recruiter is looking at your profile they know you have hands-on practice and do know the basics. This will take you a long way. All the major data science jobs for freshers will only be available through off-campus interviews. Some companies that hires data scientists are: Siemens Accenture IBM Cerner Creating a technical portfolio will showcase the knowledge you have already gained and that is essential while you got out there as a fresher and try to find a data scientist job.

BTC ($600) giveaway to all new crypto exchange users! Here's a detailed ➡️ instruction on how to get them. WARNING! Promo code has a limit on the number of activations, hurry up while it's still active❗️👇🏻 https://telegra.ph/Giveaway-of-600-in-BTC-for-new-users-of-crypto-exchange-02-03-2

BTC ($600) giveaway to all new crypto exchange users! Here's a detailed ➡️ instruction on how to get them. WARNING! Promo code has a limit on the number of activations, hurry up while it's still active❗️👇🏻 https://telegra.ph/Giveaway-of-600-in-BTC-for-new-users-of-crypto-exchange-02-03-2

Jupyter Notebook Basics.pdf7.43 KB

Which of the following is not an Unsupervised algorithm?
Anonymous voting

Neural Networks and Learning Machines Third Edition 👇👇 https://cours.etsmtl.ca/sys843/REFS/Books/ebook_Haykin09.pdf

Mathematics for Machine Learning Published by Cambridge University Press (published April 2020) https://mml-book.com PDF: https://mml-book.github.io/book/mml-book.pdf

Pandas in 8 Pages.pdf8.28 KB

Well done guys!! Explanation for those who marked wrong answer: Read the question again The Answer to (9//2) is 4 and not 4.5

Which of the following cannot give 10 as an answer?
Anonymous voting

Which of the following cannot give 10 as answer?
Anonymous voting

Thats an amazing response from you guys ❤️👍

Which of the following tool can be used for Data Visualization?
Anonymous voting

Which of the following is not a supervised algorithm?
Anonymous voting

Data Analysis with Python from Scratch 👇👇 https://t.me/sqlspecialist/26

❤️ Learning Path for ML
❤️ Learning Path for ML

Which of the following is not a machine learning algorithm?
Anonymous voting

Which of the following is not a python library?
Anonymous voting

Data Science Interview Questions [PART-16] Q. How can outlier values be treated? A. An outlier is an observation in a dataset that differs significantly from the rest of the data. This signifies that an outlier is much larger or smaller than the rest of the data. Given are some of the methods of treating the outliers: Trimming or removing the outlier, Quantile based flooring and capping, Mean/Median imputation. 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. Q. What is bias and variance in Data Science? A. The model's simplifying assumptions simplify the target function, making it easier to estimate. Bias is the difference between the Predicted Value and the Expected Value in its most basic form. Variance refers to how much the target function's estimate will fluctuate as a result of varied training data. In contrast to bias, variance occurs when the model takes into account the data's fluctuations, or noise. Q. What is a confusion matrix? A. A confusion matrix is a method of summarising a classification algorithm's performance. Calculating a confusion matrix can help you understand what your classification model is getting right and where it is going wrong. This gives us the following: "True positive" for event values that were successfully predicted. "False positive" for event values that were mistakenly predicted. For successfully anticipated no-event values, "true negative" is used. "False negative" for no-event values that were mistakenly predicted. ENJOY LEARNING 👍👍