Browsing Tag
deeplearning
29 posts
Como Precificar Opções em Nível Institucional Usando IA (PINNs) e Python
Se você trabalha ou estuda o mercado de derivativos, sabe que a velocidade e a precisão no cálculo…
Did My LoRA Learn Tenacious Style—or Just Memorize Augmented Patterns?
In Week 11 Tenacious-Bench, we trained a LoRA adapter on Tenacious-style B2B sales emails using Supervised Fine-Tuning (SFT).…
Equilibrated adaptive learning rates for non-convex optimization
Train deep learning models faster with a simple tweak: ESGD Struggling to make deep learning train faster? Many…
On the Effects of Idiotypic Interactions for Recommendation Communities inArtificial Immune Systems
How a Body’s Tricks Could Make Your Recommendations Smarter Imagine a suggestion system that borrows ideas from the…
Deep Learning Without Backpropagation
Most modern neural networks learn using backpropagation. It works well, but it has a strange property: learning depends…
Backprop Finally Made Sense When I Reimplemented It in Rust
I never used PyTorch or TensorFlow. My ML background was NumPy and scikit-learn. I could train models, tune…
Fast Transformer Decoding: One Write-Head is All You Need
Faster Transformer Decoding — One Write-Head Changes How AI Replies Imagine your phone trying to build a sentence…
Deep Graph Library: A Graph-Centric, Highly-Performant Package for Graph NeuralNetworks
Deep Graph Library — Faster, lighter tools for learning from networks Imagine a toolbox that helps computers learn…
SmoothGrad: removing noise by adding noise
SmoothGrad: why adding tiny noise can make picture explanations clearer Have you ever wondered why a computer calls…
Linear Algebra for AI
Linear Algebra for AI — Part 1: What Is Linear Algebra? (The Big Picture) Last updated: 23 Nov…