Somnath Das

Somnath Das @dassomnath99

About: Turning ideas into code | ML Engineer & Full-Stack Developer | Django • TensorFlow • Python | Solved real-world problems for 32K+ image dataset & beyond

Location:
Kolkata, India
Joined:
Oct 15, 2024

Somnath Das
articles - 7 total

3 Methods to Find the Middle of a Linkedlist

class Node: def __init__(self,data): self.data=data self.next=None class...

Learn More 0 0Jun 20

What is NLP?

What is NLP? Natural Language Processing (NLP) is AI that lets machines understand, analyze, and...

Learn More 0 0Apr 1

I Built a Neural Network from Scratch Using Only Numpy—Here’s How You Can Too!

🤯 Why You Should Care Neural networks (NNs) power everything from ChatGPT to self-driving cars. But...

Learn More 1 0Mar 19

🚀 Neural Networks: The Silent Revolution Changing Your World

Your brain has 86 billion neurons. Now imagine a network with billions of artificial neurons,...

Learn More 0 0Mar 18

🚀 Building a Neural Network from Scratch using NumPy 🤖

Have you ever wondered how deep learning models work under the hood? Instead of relying on pre-built...

Learn More 0 0Mar 14

🚀 5 Open-Source Tools You Can Self-Host to Supercharge Your Workflow! 💡

Tired of relying on third-party services? Want full control over your data, privacy, and costs? Here...

Learn More 0 0Mar 12

📊 The History of Data Engineering: From Storage to Scalability 🚀

Data Engineering has come a long way! From simple databases to massive-scale data pipelines, this...

Learn More 0 0Mar 10