Forwarded from Data Science Machine Learning Data Analysis
π Learn Transformer Fine-Tuning and Segment Anything
π Category: MACHINE LEARNING
π Date: 2024-06-30 | β±οΈ Read time: 13 min read
Train Metaβs SAM to segment high fidelity masks for any domain
π Category: MACHINE LEARNING
π Date: 2024-06-30 | β±οΈ Read time: 13 min read
Train Metaβs SAM to segment high fidelity masks for any domain
β€6
π©π»βπ» Usually, PDF files like financial reports, scientific articles, or data analyses are full of tables, formulas, and complex texts.
β
β
β
β
ββββββββββββ
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4π1
Forwarded from Data Science Jupyter Notebooks
π₯ Trending Repository: Prompt-Engineering-Guide
π Description: π Guides, papers, lecture, notebooks and resources for prompt engineering
π Repository URL: https://github.com/dair-ai/Prompt-Engineering-Guide
π Website: https://www.promptingguide.ai/
π Readme: https://github.com/dair-ai/Prompt-Engineering-Guide#readme
π Statistics:
π Stars: 63K stars
π Watchers: 668
π΄ Forks: 6.6K forks
π» Programming Languages: MDX - Jupyter Notebook
π·οΈ Related Topics:
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: π Guides, papers, lecture, notebooks and resources for prompt engineering
π Repository URL: https://github.com/dair-ai/Prompt-Engineering-Guide
π Website: https://www.promptingguide.ai/
π Readme: https://github.com/dair-ai/Prompt-Engineering-Guide#readme
π Statistics:
π Stars: 63K stars
π Watchers: 668
π΄ Forks: 6.6K forks
π» Programming Languages: MDX - Jupyter Notebook
π·οΈ Related Topics:
#deep_learning #openai #language_model #prompt_engineering #generative_ai #chatgpt
==================================
π§ By: https://t.iss.one/DataScienceM
β€7π1
Forwarded from Data Science Machine Learning Data Analysis
π Mastering Object Counting in Videos
π Category:
π Date: 2024-06-25 | β±οΈ Read time: 8 min read
Step-by-step guide to counting strolling ants on a tree using detection and tracking techniques.
π Category:
π Date: 2024-06-25 | β±οΈ Read time: 8 min read
Step-by-step guide to counting strolling ants on a tree using detection and tracking techniques.
β€5
π¨π»βπ» A new tool called Crawl4AI has been introduced that makes Web Scraping and data extraction from websites much easier, faster, and smarter! Especially designed for use in AI models like ChatGPT and similar tools.
β
β
https://t.iss.one/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
β€7
π€π§ Diffusion Transformers with Representation Autoencoders (RAE): The Next Leap in Generative AI
ποΈ 14 Oct 2025
π AI News & Trends
Diffusion Transformers (DiTs) have revolutionized image and video generation enabling stunningly realistic outputs in systems like Stable Diffusion and Imagen. However, despite innovations in transformer architectures and training methods, one crucial element of the diffusion pipeline has remained largely stagnant- the autoencoder that defines the latent space. Most current diffusion models still depend on Variational ...
#DiffusionTransformers #RAE #GenerativeAI #StableDiffusion #Imagen #LatentSpace
ποΈ 14 Oct 2025
π AI News & Trends
Diffusion Transformers (DiTs) have revolutionized image and video generation enabling stunningly realistic outputs in systems like Stable Diffusion and Imagen. However, despite innovations in transformer architectures and training methods, one crucial element of the diffusion pipeline has remained largely stagnant- the autoencoder that defines the latent space. Most current diffusion models still depend on Variational ...
#DiffusionTransformers #RAE #GenerativeAI #StableDiffusion #Imagen #LatentSpace
β€1
Question:
What is type hinting in Python, and how does it enhance code quality?
Answer:π @DataScienceQ
What is type hinting in Python, and how does it enhance code quality?
Answer:
Please open Telegram to view this post
VIEW IN TELEGRAM
β€5
Forwarded from Python | Machine Learning | Coding | R
β€
β
β€
β
β€
β
β€
β
β€
β
β€
β
β€
β
β€
β
β€
β
β€
β
β€
β
β€
β
Please open Telegram to view this post
VIEW IN TELEGRAM
β€7π1
π Join @DeepLearning_ai & @MachineLearning_Programming! π
Explore AI, ML, Data Science, and Computer Vision with us. π
π‘ Stay Updated: Latest trends & tutorials.
π Grow Your Network: Engage with experts.
π Boost Your Career: Unlock tech mastery.
Subscribe Now!
β‘οΈ @DeepLearning_ai
β‘οΈ @MachineLearning_Programming
Step into the futureβtoday! β¨
Explore AI, ML, Data Science, and Computer Vision with us. π
π‘ Stay Updated: Latest trends & tutorials.
π Grow Your Network: Engage with experts.
π Boost Your Career: Unlock tech mastery.
Subscribe Now!
β‘οΈ @DeepLearning_ai
β‘οΈ @MachineLearning_Programming
Step into the futureβtoday! β¨
β€5
This media is not supported in your browser
VIEW IN TELEGRAM
Instant geodata visualization from the command line
Now you can interactively view raster and vector layers without launching a desktop GIS or Jupyter.
Just run:
Then visualize data with a single command:
Need to customize the display:
These CLI utilities are based on Leafmap, MapLibre, and LocalTileserver and support all formats compatible with rasterio and geopandas.
See here: https://github.com/opengeos/leafmap
π @codeprogrammer
Now you can interactively view raster and vector layers without launching a desktop GIS or Jupyter.
Just run:
pip install "leafmap[viewer]"
Then visualize data with a single command:
view-raster /path/to/raster.tif
view-vector /path/to/vector.geojson
Need to customize the display:
view-raster /path/to/raster.tif --band 1 --colormap coolwarm
view-vector /path/to/vector.geojson --style liberty
These CLI utilities are based on Leafmap, MapLibre, and LocalTileserver and support all formats compatible with rasterio and geopandas.
See here: https://github.com/opengeos/leafmap
Please open Telegram to view this post
VIEW IN TELEGRAM
β€8
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4
Free course on learning deep learning concepts
A conceptual and architectural journey through computer vision models in #deeplearning, tracing the evolution from LeNet and AlexNet to ResNet, EfficientNet, and Vision Transformers.
The #course explains the design principles behind skip connections, bottleneck blocks, identity preservation, depth/width trade-offs, and attention.
Each chapter combines clear illustrations, historical context, and side-by-side comparisons to show why architectures look the way they do and how they process information.
Grab it on YouTube
https://youtu.be/tfpGS_doPvY?si=1L_NvEm3Lwpj_Jgl
π @codeprogrammer
A conceptual and architectural journey through computer vision models in #deeplearning, tracing the evolution from LeNet and AlexNet to ResNet, EfficientNet, and Vision Transformers.
The #course explains the design principles behind skip connections, bottleneck blocks, identity preservation, depth/width trade-offs, and attention.
Each chapter combines clear illustrations, historical context, and side-by-side comparisons to show why architectures look the way they do and how they process information.
Grab it on YouTube
https://youtu.be/tfpGS_doPvY?si=1L_NvEm3Lwpj_Jgl
Please open Telegram to view this post
VIEW IN TELEGRAM
β€11
PyTorch 2.9 has been released, an update focused on performance, portability, and developer convenience.
The fresh version brings a stable libtorch ABI for C++/CUDA extensions, symmetric memory for multi-GPU kernels, extended wheel package support for ROCm, XPU, and #CUDA 13, as well as improvements for Intel, Arm, and x86 platforms.
The release includes 3216 commits from 452 contributors, and #PyTorch 2.9 continues to develop the open source #AI ecosystem worldwide.
Full analysis: https://hubs.la/Q03NNKqW0
π @codeprogrammer
The fresh version brings a stable libtorch ABI for C++/CUDA extensions, symmetric memory for multi-GPU kernels, extended wheel package support for ROCm, XPU, and #CUDA 13, as well as improvements for Intel, Arm, and x86 platforms.
The release includes 3216 commits from 452 contributors, and #PyTorch 2.9 continues to develop the open source #AI ecosystem worldwide.
Full analysis: https://hubs.la/Q03NNKqW0
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3
π€π§ NVIDIA, MIT, HKU and Tsinghua University Introduce QeRL: A Powerful Quantum Leap in Reinforcement Learning for LLMs
ποΈ 17 Oct 2025
π AI News & Trends
The rise of large language models (LLMs) has redefined artificial intelligence powering everything from conversational AI to autonomous reasoning systems. However, training these models especially through reinforcement learning (RL) is computationally expensive requiring massive GPU resources and long training cycles. To address this, a team of researchers from NVIDIA, Massachusetts Institute of Technology (MIT), The ...
#QuantumLearning #ReinforcementLearning #LLMs #NVIDIA #MIT #TsinghuaUniversity
ποΈ 17 Oct 2025
π AI News & Trends
The rise of large language models (LLMs) has redefined artificial intelligence powering everything from conversational AI to autonomous reasoning systems. However, training these models especially through reinforcement learning (RL) is computationally expensive requiring massive GPU resources and long training cycles. To address this, a team of researchers from NVIDIA, Massachusetts Institute of Technology (MIT), The ...
#QuantumLearning #ReinforcementLearning #LLMs #NVIDIA #MIT #TsinghuaUniversity
β€2
π€π§ Agentic Entropy-Balanced Policy Optimization (AEPO): Balancing Exploration and Stability in Reinforcement Learning for Web Agents
ποΈ 17 Oct 2025
π AI News & Trends
AEPO (Agentic Entropy-Balanced Policy Optimization) represents a major advancement in the evolution of Agentic Reinforcement Learning (RL). As large language models (LLMs) increasingly act as autonomous web agents β searching, reasoning and interacting with tools β the need for balanced exploration and stability has become crucial. Traditional RL methods often rely heavily on entropy to ...
#AgenticRL #ReinforcementLearning #LLMs #WebAgents #EntropyBalanced #PolicyOptimization
ποΈ 17 Oct 2025
π AI News & Trends
AEPO (Agentic Entropy-Balanced Policy Optimization) represents a major advancement in the evolution of Agentic Reinforcement Learning (RL). As large language models (LLMs) increasingly act as autonomous web agents β searching, reasoning and interacting with tools β the need for balanced exploration and stability has become crucial. Traditional RL methods often rely heavily on entropy to ...
#AgenticRL #ReinforcementLearning #LLMs #WebAgents #EntropyBalanced #PolicyOptimization
β€3
Question: What are Python set comprehensions?
Answer:Set comprehensions are similar to list comprehensions but create a set instead of a list. The syntax is:
For example, to create a set of squares of even numbers:
This will create a set with the values
https://t.iss.one/DataScienceQπ
Answer:Set comprehensions are similar to list comprehensions but create a set instead of a list. The syntax is:
{expression for item in iterable if condition}
For example, to create a set of squares of even numbers:
squares_set = {x**2 for x in range(10) if x % 2 == 0}
This will create a set with the values
{0, 4, 16, 36, 64}
https://t.iss.one/DataScienceQ
Please open Telegram to view this post
VIEW IN TELEGRAM
β€10π1
AI Engineering roadmap that beginners can actually follow. Everything is based on 100% free, open-source, and community resources
All resources can be found here: GitHub
π @codeprogrammer
All resources can be found here: GitHub
Please open Telegram to view this post
VIEW IN TELEGRAM
β€10π―2π1
This media is not supported in your browser
VIEW IN TELEGRAM
Do it in a couple of minutes: just install the python-telegram-bot library, add your #OpenAI #API key and bot token, and the bot will start replying to all messages using #ChatGPT.
from telegram import Update
from telegram.ext import ApplicationBuilder, MessageHandler, filters, ContextTypes
from openai import OpenAI
Specify your keys
OPENAI_API_KEY = "sk-..."
TELEGRAM_TOKEN = "123456789:ABC..."
client = OpenAI(api_key=OPENAI_API_KEY)
async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
user_text = update.message.text
response = client.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": user_text}]
)
await update.message.reply_text(response.choices[0].message.content)
app = ApplicationBuilder().token(TELEGRAM_TOKEN).build()
app.add_handler(MessageHandler(filters.TEXT & ~filters.COMMAND, handle_message))
app.run_polling()
https://t.iss.one/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4π1
π€π§ Sora: OpenAIβs Breakthrough Text-to-Video Model Transforming Visual Creativity
ποΈ 18 Oct 2025
π AI News & Trends
Introduction Artificial Intelligence (AI) is rapidly transforming the creative world. From generating realistic images to composing music and writing code, AI has redefined how humans interact with technology. But one of the most revolutionary advancements in this domain is Sora, OpenAIβs text-to-video generative model that converts written prompts into hyper-realistic video clips. Ithas captured global ...
#Sora #OpenAI #TextToVideo #AI #VisualCreativity #GenerativeModel
ποΈ 18 Oct 2025
π AI News & Trends
Introduction Artificial Intelligence (AI) is rapidly transforming the creative world. From generating realistic images to composing music and writing code, AI has redefined how humans interact with technology. But one of the most revolutionary advancements in this domain is Sora, OpenAIβs text-to-video generative model that converts written prompts into hyper-realistic video clips. Ithas captured global ...
#Sora #OpenAI #TextToVideo #AI #VisualCreativity #GenerativeModel
β€4