31 articles

📰 Dev.to · likhitha manikonda

Articles from Dev.to · likhitha manikonda · 31 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9011) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
Gradient Descent vs Adam Optimizer: A Beginner’s Guide
Dev.to · likhitha manikonda 3mo ago
Gradient Descent vs Adam Optimizer: A Beginner’s Guide
Machine learning models don’t magically learn — they need a way to improve themselves. That’s where...
Understanding AGI vs ANI: A Beginner’s Guide to Artificial Intelligence
Dev.to · likhitha manikonda 3mo ago
Understanding AGI vs ANI: A Beginner’s Guide to Artificial Intelligence
Artificial intelligence (AI) is shaping the way we live and build software. But not all AI is the...
Vectorization in Neural Networks: A Beginner’s Guide
Dev.to · likhitha manikonda 3mo ago
Vectorization in Neural Networks: A Beginner’s Guide
Artificial intelligence may sound complex, but at its core, it’s all about numbers. Neural...
Understanding AGI vs ANI: A Beginner’s Guide to Artificial Intelligence
Dev.to · likhitha manikonda 3mo ago
Understanding AGI vs ANI: A Beginner’s Guide to Artificial Intelligence
Artificial intelligence (AI) is shaping the way we live and build software. But not all AI is the...
Forward and Backward Propagation In Neural Networks
Dev.to · likhitha manikonda 3mo ago
Forward and Backward Propagation In Neural Networks
If you’re new to neural networks, two key concepts you’ll hear are forward propagation and backward...
Brewing Neural Networks with TensorFlow: A Coffee Example for Beginners
Dev.to · likhitha manikonda 3mo ago
Brewing Neural Networks with TensorFlow: A Coffee Example for Beginners
Machine learning can feel intimidating if you’re starting from zero. But let’s make it fun: imagine...
Logistic Regression, But Make It Tea: ML Basics Served Hot
Dev.to · likhitha manikonda 3mo ago
Logistic Regression, But Make It Tea: ML Basics Served Hot
☕ Logistic Regression Made Simple: Cost Function, Logistic Loss, Gradient Descent,...
Predicting Tea Sales With ML: Linear Regression, Gradient Descent & Regularization (Beginner Friendly + Code)
Dev.to · likhitha manikonda 3mo ago
Predicting Tea Sales With ML: Linear Regression, Gradient Descent & Regularization (Beginner Friendly + Code)
🍵 Linear Regression for Absolute Beginners With Code Examples, Tea‑Stall...
🍵 The Tea Story That Teaches ML: Cost Function, Gradient Descent, Learning Rate & Evaluation Metrics
Dev.to · likhitha manikonda 3mo ago
🍵 The Tea Story That Teaches ML: Cost Function, Gradient Descent, Learning Rate & Evaluation Metrics
Cost Function, Gradient Descent, Learning Rate, Convergence, and Metrics using one simple tea...
Feature Engineering
Dev.to · likhitha manikonda 3mo ago
Feature Engineering
🛠️ Feature Engineering Made Simple Machine learning models are only as good as the data we feed them....
Feature Scaling
Dev.to · likhitha manikonda 3mo ago
Feature Scaling
🧑‍💻 Feature Scaling Made Simple If you’re new to machine learning, you’ll often hear the...
🚀 Beginner's Guide to Flask Web Development
Dev.to · likhitha manikonda 5mo ago
🚀 Beginner's Guide to Flask Web Development
Welcome to your first steps into the world of Flask! Flask is a lightweight and powerful web...
🤖📊My Machine Learning Journey🧠📈💡
Dev.to · likhitha manikonda 5mo ago
🤖📊My Machine Learning Journey🧠📈💡
Welcome to my Machine Learning journey! Here's a categorized list of all my published and...
🐍 Mastering Python Logging: A Beginner's Guide
Dev.to · likhitha manikonda 5mo ago
🐍 Mastering Python Logging: A Beginner's Guide
Logging is a powerful tool in Python that helps developers track events during program execution....
🗄️ SQLite3 in Python
Dev.to · likhitha manikonda 5mo ago
🗄️ SQLite3 in Python
If you’re new to databases and want a lightweight, easy-to-use solution, SQLite3 is perfect! This...
📘 How to Know if Your Data is Linear, Non-Linear, or Complex
Dev.to · likhitha manikonda 5mo ago
📘 How to Know if Your Data is Linear, Non-Linear, or Complex
Knowing whether your data is linear, non-linear, or complex helps you choose the right model (like...
How to Check If Random Forests Work for Your Dataset
Dev.to · likhitha manikonda 5mo ago
How to Check If Random Forests Work for Your Dataset
Imagine you're trying to make a decision—like choosing a movie. You ask 100 friends, and each gives...
Random Forest Algorithm
Dev.to · likhitha manikonda 5mo ago
Random Forest Algorithm
What is a Random Forest? A Random Forest is an ensemble model: it combines many decision trees to...
Choosing the Right Machine Learning Algorithm
Dev.to · likhitha manikonda 5mo ago
Choosing the Right Machine Learning Algorithm
Selecting the right machine learning model is like choosing the best tool for a job. The right choice...
How to Check if Decision Trees Works for Your Dataset
Dev.to · likhitha manikonda 5mo ago
How to Check if Decision Trees Works for Your Dataset
1. Is Your Problem Classification or Regression? Classification: Predicting categories (e.g.,...