ch
Feedback
Data science/ML/AI

Data science/ML/AI

前往频道在 Telegram

Data science and machine learning hub Python, SQL, stats, ML, deep learning, projects, PDFs, roadmaps and AI resources. For beginners, data scientists and ML engineers 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist

显示更多

📈 Telegram 频道 Data science/ML/AI 的分析概览

频道 Data science/ML/AI (@datascience_bds) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 13 685 名订阅者,在 技术与应用 类别中位列第 9 380,并在 印度 地区排名第 31 607

📊 受众指标与增长动态

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

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

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 8.09%。内容发布后 24 小时内通常能获得 2.22% 的反应,占订阅者总量。
  • 帖子覆盖: 每篇帖子平均可获得 1 106 次浏览,首日通常累积 304 次浏览。
  • 互动与反馈: 受众积极参与,单帖平均反应数为 5
  • 主题关注点: 内容集中在 panda, learning, row, api, ethic 等核心主题上。

📝 描述与内容策略

作者将该频道定位为表达主观观点的平台:
Data science and machine learning hub Python, SQL, stats, ML, deep learning, projects, PDFs, roadmaps and AI resources. For beginners, data scientists and ML engineers 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatasci...

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

13 685
订阅者
+224 小时
+217
+14330
帖子存档
CS109 Data Science By Harvard University ⌛️ 12 weeks ✅ Video lectures ✅ Slides ✅ Lab exercises 🔗 http://cs109.github.io/2015/pages/videos.html Note: i have issues with first video link but others are fine. #datascience #python #harvard ➖➖➖➖➖➖➖➖➖➖ Join @datascience_bds for more cool data science materials. *This channel belongs to @bigdataspecialist group

Classification of Deep Learning Models
Classification of Deep Learning Models

Source codes for data science projects from my Instagram post: https://www.instagram.com/p/CJwDIpCA0nc/ 1. Build chatbots: https://dzone.com/articles/python-chatbot-project-build-your-first-python-pro 2. Credit card fraud detection: https://www.kaggle.com/renjithmadhavan/credit-card-fraud-detection-using-python 3. Fake news detection https://data-flair.training/blogs/advanced-python-project-detecting-fake-news/ 4.Driver Drowsiness Detection https://data-flair.training/blogs/python-project-driver-drowsiness-detection-system/ 5. Recommender Systems (Movie Recommendation) https://data-flair.training/blogs/data-science-r-movie-recommendation/ 6. Sentiment Analysis https://data-flair.training/blogs/data-science-r-sentiment-analysis-project/ 7. Gender Detection & Age Prediction https://www.pyimagesearch.com/2020/04/13/opencv-age-detection-with-deep-learning/ #data_science #projects ➖➖➖➖➖➖➖➖➖➖➖➖➖➖ Join @datascience_bds for more cool data science materials. *This channel belongs to @bigdataspecialist group

4 pillars of data science
4 pillars of data science

Detailed Data Science Roadmap to become a Data Scientist

The Hierarchy of Data Jobs
The Hierarchy of Data Jobs

Python course by kaggle Learn the most important language for data science. 🎬 8 lessons ⏰ 5 hours https://www.kaggle.com/learn/python #python ➖➖➖➖➖➖➖➖➖➖ Join @bigdataspecialist for more

Hey folks, some of you probably already know that, I have Instagram page where i share educational posts about data science and machine learning. Your support in form of follow and possibly engagement on my posts would be very appreciated. Instagram Page Link: http://Instagram.com/bigdataspecialist ➖➖➖➖➖➖➖➖➖➖➖➖➖➖ Join @datascience_bds for more cool data science materials. *This channel belongs to @bigdataspecialist group

Deep Learning
Deep Learning

👩‍💻 5 FREE DATA SCIENCE COURSES FOR BEGINNERS 👩‍🏫 CS109 Data Science (Harvard) - http://cs109.github.io/2015/pages/videos.html Data-Driven Decision Making (PwC) - https://www.coursera.org/learn/decision-making Machine Learning (Stanford) - https://www.coursera.org/learn/machine-learning Data Science Foundations (IBM) - https://cognitiveclass.ai/learn/data-science Data Science Specialization (JHU) - https://www.coursera.org/specializations/jhu-data-science Subscribe for more helpful data science learning materials and free courses #data_science ➖➖➖➖➖➖➖➖➖➖➖➖➖➖ Join @datascience_bds for more cool data science materials. *This channel belongs to @bigdataspecialist group

Data Scientist Resume Checklist
Data Scientist Resume Checklist

Best Statistic books for data science Practical statistics for data scientists by Peter Bruce and Andrew Bruce 🔗 Book Link Think Stats by Allen B. Downey 🔗 Book Link Computer Age Statistical Inference by Bradley Efron and Trevor Hastie 🔗 Book Link Statistics in Plain English by Timothy C. Urdan 🔗 Book Link #Statistics #books #data_science ➖➖➖➖➖➖➖➖➖➖➖➖➖➖ Join @datascience_bds for more cool data science materials. *This channel belongs to @bigdataspecialist group

Anatomy of Data Scientistst
Anatomy of Data Scientistst

Data Scientist
Data Scientist

The "Approaching (Almost) Any Machine Learning Problem" book. by 4x Kaggle grandmaster Abhishek Thakur

Hey, of course, If i find nice graphical representation I will send you, but now i can tell you how did I use every of these algorithms at my work. I used SVM for text and product classification (Some article belongs to sport category, some to business, medicine etc, similar with products, I used it to classify products into categories similar to what you have on Amazon. I used KNN for simple classification problems, but generally we don't use it much in production as there are more advanced ones. I used regression to predict continuous value as price of product. I used random forest (and Gradient boosting algorithms like LightGBM and XGBOOST) for predicting possibility that person will convert on some ad (for example that person will buy a product advertised in an ad). Both Random Forest and Gradient Boosting are based on decision trees, they are very similar but gradient boosting is more advanced. I used CNN for image recognition (finding patterns in images to recognize objects). I haven't used RNN (Recurrent neural networks ) much but they are used for problems that are recursive by their nature. For example good usage of it in my work would be for some NLP tasks (sentences could be considered as recursive so its used on text and speech data). Also they are used to simulate neuron activity in our brain). I used K-means for clusterization of articles or products into different unlabeled clusters. It helps to determine which articles/products are similar to each other. I used PCA (Principal Component Analysis) to reduce number of dimensions for datasets that have too many of them. It also helped me to remove personal data from some datasets and model them as doubles (instead of names, surnames, date of birth etc). I hope this helps. I will send this to main channel in case somebody else find it useful.

photo content

Data Distribution
Data Distribution

The journey of Data Scientist
The journey of Data Scientist

⭐️ 15 Best Machine Learning Cheat Sheet ⭐️ 1- Supervised Learning https://github.com/afshinea/stanford-cs-229-machine-learning/blob/master/en/cheatsheet-supervised-learning.pdf 2- Unsupervised Learning https://github.com/afshinea/stanford-cs-229-machine-learning/blob/master/en/cheatsheet-unsupervised-learning.pdf 3- Deep Learning https://github.com/afshinea/stanford-cs-229-machine-learning/blob/master/en/cheatsheet-deep-learning.pdf 4- Machine Learning Tips and Tricks https://github.com/afshinea/stanford-cs-229-machine-learning/blob/master/en/cheatsheet-machine-learning-tips-and-tricks.pdf 5- Probabilities and Statistics https://github.com/afshinea/stanford-cs-229-machine-learning/blob/master/en/refresher-probabilities-statistics.pdf 6- Comprehensive Stanford Master Cheat Sheet https://github.com/afshinea/stanford-cs-229-machine-learning/blob/master/en/super-cheatsheet-machine-learning.pdf 7- Linear Algebra and Calculus https://github.com/afshinea/stanford-cs-229-machine-learning/blob/master/en/refresher-algebra-calculus.pdf 8- Data Science Cheat Sheet https://s3.amazonaws.com/assets.datacamp.com/blog_assets/PythonForDataScience.pdf 9- Keras Cheat Sheet https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Keras_Cheat_Sheet_Python.pdf 10- Deep Learning with Keras Cheat Sheet https://github.com/rstudio/cheatsheets/raw/master/keras.pdf 11- Visual Guide to Neural Network Infrastructures http://www.asimovinstitute.org/wp-content/uploads/2016/09/neuralnetworks.png 12- Skicit-Learn Python Cheat Sheet https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Scikit_Learn_Cheat_Sheet_Python.pdf 13- Scikit-learn Cheat Sheet: Choosing the Right Estimator https://scikit-learn.org/stable/tutorial/machine_learning_map/ 14- Tensorflow Cheat Sheet https://github.com/kailashahirwar/cheatsheets-ai/blob/master/PDFs/Tensorflow.pdf 15- Machine Learning Test Cheat Sheet https://www.cheatography.com/lulu-0012/cheat-sheets/test-ml/pdf/ #machine_learning #deep_learning #scikit-learn #keras ➖➖➖➖➖➖➖➖➖➖➖➖➖➖ Join @datascience_bds for more cool data science materials. *This channel belongs to @bigdataspecialist group