es
Feedback
Computer Science and Programming

Computer Science and Programming

Ir al canal en Telegram

Channel specialized for advanced topics of: * Artificial intelligence, * Machine Learning, * Deep Learning, * Computer Vision, * Data Science * Python Admin: @otchebuch Memes: @memes_programming Ads: @Source_Ads, https://telega.io/c/computer_science

Mostrar más

📈 Análisis del canal de Telegram Computer Science and Programming

El canal Computer Science and Programming (@computer_science_and_programming) en el segmento lingüístico de Inglés es un actor destacado. Actualmente la comunidad reúne a 142 757 suscriptores, ocupando la posición 815 en la categoría Tecnologías y Aplicaciones y el puesto 87 en la región Italia.

📊 Métricas de audiencia y dinámica

Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 142 757 suscriptores.

Según los últimos datos del 13 junio, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de -1 316, y en las últimas 24 horas de -26, conservando un alto alcance.

  • Estado de verificación: No verificado
  • Tasa de interacción (ER): El promedio de interacción de la audiencia es 6.13%. Durante las primeras 24 horas tras publicar, el contenido suele obtener 1.79% de reacciones respecto al total de suscriptores.
  • Alcance de las publicaciones: Cada publicación recibe en promedio 8 753 visualizaciones. En el primer día suele acumular 2 559 visualizaciones.
  • Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 17.
  • Intereses temáticos: El contenido se centra en temas clave como sellerflash, github, developer, pricing, waybienad.

📝 Descripción y política de contenido

El autor describe el recurso como un espacio para expresar opiniones subjetivas:
Channel specialized for advanced topics of: * Artificial intelligence, * Machine Learning, * Deep Learning, * Computer Vision, * Data Science * Python Admin: @otchebuch Memes: @memes_programming Ads: @Source_Ads, https://telega.io/c/computer_sc...

Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 14 junio, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.

142 757
Suscriptores
-2624 horas
-1847 días
-1 31630 días
Archivo de publicaciones
⚠ Message was hidden by channel owner
⚠ Message was hidden by channel owner

⚠ Message was hidden by channel owner

⚠ Message was hidden by channel owner

⚠ Message was hidden by channel owner
⚠ Message was hidden by channel owner

80+ Jupyter Notebook tutorials on image classification, object detection and image segmentation in various domains 📌 Agricul
80+ Jupyter Notebook tutorials on image classification, object detection and image segmentation in various domains 📌 Agriculture and Food 📌 Medical and Healthcare 📌 Satellite 📌 Security and Surveillance 📌 ADAS and Self Driving Cars 📌 Retail and E-Commerce 📌 Wildlife Classification library https://github.com/Tessellate-Imaging/monk_v1 Notebooks - https://github.com/Tessellate-Imaging/monk_v1/tree/master/study_roadmaps/4_image_classification_zoo Detection and Segmentation Library https://github.com/Tessellate-Imaging/ Monk_Object_Detection Notebooks: https://github.com/Tessellate-Imaging/Monk_Object_Detection/tree/master/application_model_zoo

⚠ Message was hidden by channel owner
⚠ Message was hidden by channel owner

🔭 GRES: Generalized Referring Expression Segmentation New benchmark (GRES), which extends the classic RES to allow expressio
🔭 GRES: Generalized Referring Expression Segmentation New benchmark (GRES), which extends the classic RES to allow expressions to refer to an arbitrary number of target objects. 🖥 Github: https://github.com/henghuiding/ReLAPaper: https://arxiv.org/abs/2306.00968 🔎 Project: https://henghuiding.github.io/GRES/ 📌 New dataset: https://github.com/henghuiding/gRefCOCO 👉 @computer_science_and_programming

⚠ Message was hidden by channel owner
⚠ Message was hidden by channel owner

Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold Paper: https://arxiv.org/abs/2305.10973 Github: https://github.com/XingangPan/DragGAN Project page: https://vcai.mpi-inf.mpg.de/projects/DragGAN/ 👉 @computer_science_and_programming

Test of Time: Instilling Video-Language Models with a Sense of Time GPT-5 will likely have video abilities, but will it have a sense of time? Here is answer to this question in #CVPR2023 paper by student of University of Amsterdam to learn how to instil time into video-language foundation models. Paper: https://arxiv.org/abs/2301.02074 Code: https://github.com/bpiyush/TestOfTime Project Page: https://bpiyush.github.io/testoftime-website/ 👉 @computer_science_and_programming

⚠ Message was hidden by channel owner
⚠ Message was hidden by channel owner

ViperGPT: Visual Inference via Python Execution for Reasoning ViperGPT, a framework that leverages code-generation models to compose vision-and-language models into subroutines to produce a result for any query. Github: https://github.com/cvlab-columbia/viper Paper: https://arxiv.org/pdf/2303.08128.pdf Project: https://paperswithcode.com/dataset/beat 👉@computer_science_and_programming

Multivariate Probabilistic Time Series Forecasting with Informer Efficient transformer-based model for LSTF. Method introduce
+1
Multivariate Probabilistic Time Series Forecasting with Informer Efficient transformer-based model for LSTF. Method introduces a Probabilistic Attention mechanism to select the “active” queries rather than the “lazy” queries and provides a sparse Transformer thus mitigating the quadratic compute and memory requirements of vanilla attention. 🤗Hugging face: https://huggingface.co/blog/informer Paper: https://huggingface.co/docs/transformers/main/en/model_doc/informer ⭐️ Colab: https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/multivariate_informer.ipynb 💨 Dataset: https://huggingface.co/docs/datasets/v2.7.0/en/package_reference/main_classes#datasets.Dataset.set_transform 👉@computer_science_and_programming

Efficient Teacher: Semi-Supervised Object Detection for YOLOv5 ✅ Efficient Teacher introduces semi-supervised object detectio
+2
Efficient Teacher: Semi-Supervised Object Detection for YOLOv5 Efficient Teacher introduces semi-supervised object detection into practical applications, enabling users to obtain a strong generalization capability with only a small amount of labeled data and large amount of unlabeled data. Efficient Teacher provides category and custom uniform sampling, which can quickly improve the network performance in actual business scenarios. Paper: https://arxiv.org/abs/2302.07577 Github: https://github.com/AlibabaResearch/efficientteacher 👉@computer_science_and_programming

3D-aware Conditional Image Synthesis (pix2pix3D) Pix2pix3D synthesizes 3D objects (neural fields) given a 2D label map, such as a segmentation or edge map Github: https://github.com/dunbar12138/pix2pix3D Paper: https://arxiv.org/abs/2302.08509 Project: https://www.cs.cmu.edu/~pix2pix3D/ Datasets: CelebAMask , AFHQ-Cat-Seg , Shapenet-Car-Edge 👉@computer_science_and_programming

YOWOv2: A Stronger yet Efficient Multi-level Detection Framework for Real-time Spatio-temporal Action Detection SPATIO-tempor
YOWOv2: A Stronger yet Efficient Multi-level Detection Framework for Real-time Spatio-temporal Action Detection SPATIO-temporal action detection (STAD) aims to detect action instances in the current frame, which it has been widely applied, such as video surveillance and somatosensory game. Paper: https://arxiv.org/pdf/2302.06848.pdf Github: https://github.com/yjh0410/YOWOv2 Dataset: https://drive.google.com/file/d/1Dwh90pRi7uGkH5qLRjQIFiEmMJrAog5J/view?usp=sharing 👉@computer_science_and_programming

Gen-1: The Next Step Forward for Generative AI Use words and images to generate new videos out of existing Introducing Gen-1: a new AI model that uses language and images to generate new videos out of existing ones. https://research.runwayml.com/gen1 ⭐️ Project: https://research.runwayml.com/gen1Paper: https://arxiv.org/abs/2302.03011 📌Request form: https://docs.google.com/forms/d/e/1FAIpQLSfU0O_i1dym30hEI33teAvCRQ1i8UrGgXd4BPrvBWaOnDgs9g/viewform 👉@computer_science_and_programming

⚠ Message was hidden by channel owner

⚠ Message was hidden by channel owner