ru
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 667 подписчиков, занимая 9 381 место в категории Технологии и приложения и 31 693 место в регионе Индия.

📊 Показатели аудитории и динамика

С момента создания невідомо проект демонстрирует стремительный рост, собрав аудиторию из 13 667 подписчиков.

Согласно последним данным от 08 июня, 2026, канал показывает стабильную активность. За последние 30 дней изменение числа участников составило 150, а за последние 24 часа — 4, при этом общий охват остаётся высоким.

  • Статус верификации: Не верифицирован
  • Уровень вовлечённости (ER): Средний показатель вовлечённости аудитории составляет 7.97%. В первые 24 часа после публикации контент обычно набирает 2.27% реакций от общего числа подписчиков.
  • Охват публикаций: В среднем каждый пост получает 1 089 просмотров. В течение первых суток публикация набирает 310 просмотров.
  • Реакции и взаимодействия: Аудитория активно поддерживает контент: среднее количество реакций на один пост — 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...

Благодаря высокой частоте обновлений (последние данные получены 09 июня, 2026) канал поддерживает актуальность и высокий уровень охвата публикаций. Аналитика показывает, что аудитория активно взаимодействует с контентом, что делает его важной точкой влияния в категории Технологии и приложения.

13 667
Подписчики
+424 часа
+437 дней
+15030 день
Архив постов
Data Structures in R
Data Structures in R

An Artificial Neuron
An Artificial Neuron

Layers of AI
Layers of AI

📚 Data Science Riddle What metric is commonly used to decide splits in decision trees?
Anonymous voting

7 In Demand Data Analytics Skills
7 In Demand Data Analytics Skills

Essential Pandas Methods For Data Science
Essential Pandas Methods For Data Science

📚 Data Science Riddle In PCA, what do eigenvectors represent?
Anonymous voting

AI Agents Quick Guide
AI Agents Quick Guide

📚 Data Science Riddle Which algorithm groups data into clusters without labels?
Anonymous voting

Extracting Features from Text - A Step-by-Step NLP Guide.pdf8.32 KB

Dropout Explained Simply Neural networks are notorious for overfitting ( they memorize training data instead of generalizing)
Dropout Explained Simply Neural networks are notorious for overfitting ( they memorize training data instead of generalizing). One of the simplest yet most powerful solutions? Dropout. During training, dropout randomly “drops” a percentage of neurons ( 20–50%). Those neurons temporarily go offline, meaning their activations aren’t passed forward and their weights aren’t updated in that round. 👉 What this does: ✔️ Forces the network to avoid relying on any single path. ✔️ Creates redundancy → multiple neurons learn useful features. ✔️ Makes the model more robust and less sensitive to noise. When testing happens, dropout is turned off, and all neurons fire but now they collectively represent stronger, generalized patterns. Imagine dropout like training with handicaps. It’s as if your brain had random “short blackouts” while studying, forcing you to truly understand instead of memorizing. And that’s why dropout remains a go-to regularization technique in deep learning and even in advanced architectures.

Importance of Statistics and Exploratory Data Analysis
Importance of Statistics and Exploratory Data Analysis

photo content

What is RAG? 🤖📚 RAG stands for Retrieval-Augmented Generation. It’s a technique where an AI model first retrieves relevant
What is RAG? 🤖📚 RAG stands for Retrieval-Augmented Generation. It’s a technique where an AI model first retrieves relevant info (like from documents or a database), and then generates an answer using that info. 🧠 Think of it like this: Instead of relying only on what it "knows", the model looks things up first - just like you would Google something before replying. 🔍 Retrieval + 📝 Generation = Smarter, up-to-date answers!

Repost from Data visualization
How Data Science Roles are Changing With The Rise of AI
How Data Science Roles are Changing With The Rise of AI

📚 Data Science Riddle You have a dataset with 1,000 samples and 10,000 features. What’s a common problem you might face when training a model on this data?
Anonymous voting

Morning brain teaser! 🧠 Let's see who's awake... 📚 Data Science Riddle You have a dataset with 1,000 samples and 10,000 features. What’s a common problem you might face when training a model on this data?
Anonymous voting

Linear Algebra for Data Science.pdf6.12 KB

🚀 Fast-Track Machine Learning Roadmap 2025 Mindset: Build first, learn just-in-time. Share progress publicly (GitHub + posts). Consistency > cramming. Weeks 1–2: Master Python, NumPy, Pandas, EDA, and data cleaning. Mini-win: load CSVs, handle missing data. Weeks 3–6: Learn ML fundamentals with scikit-learn — train/test splits, cross-validation, classifiers (LogReg, RF, XGB), and regressors. Project: spam classifier or house price predictor. Weeks 7–10: Dive into deep learning — tensors, autograd, PyTorch. Build CNN or text classifier + track experiments (Weights & Biases). Weeks 11–12: Specialize (NLP, CV, recommenders, MLOps) and ship a niche AI app. ———————— Weekly Routine:  Mon-Tue: Learn concept + code example  Wed-Thu: Build feature + log metrics  Fri: Refactor + README + demo  Sat: Share + get feedback + plan fixes  Sun: Rest & review ———————— Portfolio Tips: Clear READMEs, reproducible env, demo videos, honest metric analysis. Avoid “math purgatory” and messy repos. Ship small every week! ———————— This approach gets you practical, portfolio-ready ML skills in ~3-4 months with real projects and solid evaluation for 2025 job markets!

3 Types of Machine Learning
3 Types of Machine Learning