All
Articles 182,748Blog Posts 166,504Tech Tutorials 48,980Research Papers 35,860News 22,650
⚡ AI Lessons
ArXiv cs.AI
🧬 Deep Learning
📄 Paper
4d ago
A Lightweight CNN Integrated Compact Convolutional Transformer for Multi-Scale Feature Learning and reducing computational complexity for breast cancer mammography image detection and classification
arXiv:2609.18212v1 Announce Type: cross Abstract: Over the years, Convolutional Neural Networks (CNNs) have demonstrated strong capability in cancer detection a
ArXiv cs.AI
🧬 Deep Learning
📄 Paper
4d ago
Automated Dental Caries Segmentation in Panoramic Radiographs Using Dual-Stage Deep Learning
arXiv:2609.18952v1 Announce Type: cross Abstract: Early detection of dental caries remains challenging due to limitations in traditional diagnostic methods, par
Towards Data Science
🧬 Deep Learning
4d ago
Silent Broadcasting Can Ruin Your Model
PyTorch and TensorFlow tensor broadcasting: how silent shape errors cause difficult-to-debug machine learning bugs The post Silent Broadcasting Can Ruin Your Mo

Medium · Deep Learning
🧬 Deep Learning
4d ago
AlexNet: The CNN That Changed Computer Vision
In 2012, Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton published “ImageNet Classification with Deep Convolutional Neural Networks.” Continue reading on M
ArXiv cs.AI
🧬 Deep Learning
📄 Paper
5d ago
FairLint-DL: An IDE-Native Tool for Fairness Debugging of Deep Learning Software
arXiv:2609.16321v1 Announce Type: cross Abstract: Existing fairness analysis tools predominantly operate as post-training evaluation frameworks, requiring pract
MarkTechPost
🧬 Deep Learning
5d ago
Inside NVIDIA’s cuDNN Graph API: Fusion, Autotuning, and Plan Reuse with cuDNN Frontend
Learn how to leverage NVIDIA’s cuDNN Frontend Graph API to build custom kernel fusions, autotuning engine configurations, FP8-style epilogues, scaled dot-produc

Medium · Deep Learning
🧬 Deep Learning
5d ago
A PM’s Guide to Setting Up Windows 11 for Deep Learning
Installing CUDA and PyTorch on Windows 11 laptop with a 2 GB GPU and what you can actually train on it. Continue reading on Medium »

Medium · Deep Learning
🧬 Deep Learning
5d ago
The Unreasonable Effectiveness of Recurrent Neural Networks
I first ran into the phrase “the unreasonable effectiveness of RNNs” the way most people do — through Andrej Karpathy’s 2015 blog post… Continue reading on Medi

Medium · Machine Learning
🧬 Deep Learning
5d ago
What is an activation function and why without it neural networks would be completely useless
Neural networks are built from layers of nodes connected by weights. Most explanations stop there and move on. But there is a third… Continue reading on Medium

Medium · Deep Learning
🧬 Deep Learning
5d ago
What is an activation function and why without it neural networks would be completely useless
Neural networks are built from layers of nodes connected by weights. Most explanations stop there and move on. But there is a third… Continue reading on Medium
Medium · Deep Learning
🧬 Deep Learning
5d ago
Deep Learning Specialization — Master AI & Neural Networks
Build advanced AI skills with a deep learning specialization covering neural networks, computer vision, NLP, TensorFlow, and practical… Continue reading on Medi
ArXiv cs.AI
🧬 Deep Learning
📄 Paper
6d ago
Geometric Flow enhanced Graph Coarsening
arXiv:2609.14962v1 Announce Type: new Abstract: Recently, researchers have proposed a graph pooling operation, akin to the pooling process in conventional convo
![[P] Wine synthesis using VAE [P]](https://preview.redd.it/bylmwhu92iph1.png?width=140&height=134&auto=webp&s=5c11aa0c0e43d53a5bfeec7b077d0a564af3381b)
Reddit r/MachineLearning
🧬 Deep Learning
6d ago
[P] Wine synthesis using VAE [P]
I have created a VAE model using PyTorch on White Wine dataset. Basically, the main goal is to discover a

Medium · Deep Learning
🧬 Deep Learning
1w ago
Diffusion Beat GANs in 2021. GAN Loss Is in Stable Diffusion
Diffusion models passed GANs on FID in 2021, yet GAN loss still runs inside Stable Diffusion's autoencoder and three distillation methods. Continue reading on F

Medium · NLP
🧬 Deep Learning
1w ago
Recurrent Neural Networks (RNNs) for Natural Language Processing
Have you ever noticed that the meaning of a sentence depends on the words that came before it? Continue reading on Medium »

Medium · Deep Learning
🧬 Deep Learning
⚡ AI Lesson
1w ago
I Went Back to 2012 to Build AlexNet From Scratch
LeNet-5 taught me how a convolutional neural network sees. AlexNet taught me what happens when you give that idea millions of images, tens… Continue reading on

Medium · Deep Learning
🧬 Deep Learning
⚡ AI Lesson
1w ago
Detecting Rice Leaf Diseases with Deep Learning
Building a 91.7%-Accurate Classifier on Just 119 Images Continue reading on Medium »

Dev.to · xbill
🧬 Deep Learning
2w ago
Three Gemma 4 Deployments on One T4G for Under $3: What the Runtime Changes, and What It Doesn't
vLLM, JAX and PyTorch serving the same Gemma 4 E2B checkpoint on the same AWS G5g GPU, on one harness and one statistic. The decode ranking reverses on boot tim

Dev.to · xbill
🧬 Deep Learning
2w ago
Three Gemma 4 Deployments on One T4G for Under $3: What the Runtime Changes, and What It Doesn't
vLLM, JAX and PyTorch serving the same Gemma 4 E2B checkpoint on the same AWS G5g GPU, on one harness and one statistic. The decode ranking reverses on boot tim

Medium · Deep Learning
🧬 Deep Learning
2w ago
Pytorch Mastery Series 01: Tensor Shapes, Strides and Layouts
If you’ve spent any time working with PyTorch, TensorFlow, or NumPy, you’ve worked with tensors. We often visualize tensors as… Continue reading on Medium »

Medium · Deep Learning
🧬 Deep Learning
2w ago
Train Neural Networks without Draining your Pocket: Customizing Data Policy in Model Architecture…
Learn how to manually customize the data policy used in your TensorFlow model’s layers. Useful for building complex architectures and… Continue reading on Mediu
Reddit r/deeplearning
🧬 Deep Learning
2w ago
GitHub - rickey1990/novel-rnn-architectures: Novel types of Recurrent Neural Networks (RNNs). Includes the core mathematical framework PDF and executable source code.
Hello everyone, I’ve built a repository exploring two novel recurrent neural network architectures (PLUG and ILRM) designed to address the vanishing gradient pr

Medium · Deep Learning
🧬 Deep Learning
2w ago
Teaching a Neural Network to Recognize Natural Scenes: From a Custom CNN to Explainable Transfer…
When a person sees a photograph of a forest or a city street, recognition feels immediate. A computer receives only a grid of pixel values… Continue reading on
ArXiv cs.AI
🧬 Deep Learning
📄 Paper
2w ago
Frequency Selective Neural Networks as a Foundation Architecture for Time Series Learning
arXiv:2608.29012v1 Announce Type: new Abstract: Time-series data across physical and biological domains are fundamentally driven by complex, non-stationary osci
DeepCamp AI