📰 Dev.to · Palash Kanti Kundu
Articles from Dev.to · Palash Kanti Kundu · 8 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11008)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Palash Kanti Kundu
1mo ago
Building a Character-Level Language Model in Rust: From Zero to "Aha!"
We’ve all seen the magic of Large Language Models. You type a prompt, and it finishes your sentence....

Dev.to · Palash Kanti Kundu
2mo ago
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...

Dev.to · Palash Kanti Kundu
4mo ago
Part 6: Building the First Neural Network
My program was running successfully and was using GPU to do the heavy lifting and bring the...

Dev.to · Palash Kanti Kundu
4mo ago
Part 5: The Comeback
After failing in my last attempt at integrating the CUDA code into my library, I resorted to the CPU....

Dev.to · Palash Kanti Kundu
4mo ago
Part 4: The Setback and Heart Break
The GPU Matrix Multiplication program was a success; or so I thought. At that point, the inventory...

Dev.to · Palash Kanti Kundu
4mo ago
Part 3: Accelerating Calculations using GPU
The success of the logistic regression gave me a confidence boost, but the program's performance felt...

Dev.to · Palash Kanti Kundu
4mo ago
Part 2: Making a Binary Classifier
Making a Binary Classifier Once I got the linear regression program working on a real...

Dev.to · Palash Kanti Kundu
4mo ago
Part 1: Resuming my journey on learning the basics of AI
I have attempted to learn Rust several times in the past. The journey always looked the same: start...
DeepCamp AI