94 articles

📰 Dev.to · Rijul Rajesh

Articles from Dev.to · Rijul Rajesh · 94 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (11163) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Understanding Multiple Inputs in Neural Networks (With Python Examples) — Part 2
Dev.to · Rijul Rajesh 2mo ago
Understanding Multiple Inputs in Neural Networks (With Python Examples) — Part 2
In the previous article, we plotted a surface using inputs related to Petal Width and Sepal Width to...
Understanding Multiple Inputs in Neural Networks - With Python Examples
Dev.to · Rijul Rajesh 2mo ago
Understanding Multiple Inputs in Neural Networks - With Python Examples
In our earlier examples, we only had one input. But in reality, one input wouldn't suffice as...
Understanding ReLU Through Visual Python Examples
Dev.to · Rijul Rajesh 2mo ago
Understanding ReLU Through Visual Python Examples
In the previous articles, we used backpropagation and plotted graphs to predict values correctly. In...
Understanding Backpropagation with Python Examples — Part 3
Dev.to · Rijul Rajesh 2mo ago
Understanding Backpropagation with Python Examples — Part 3
In the previous article – Part 2 of this series, we plotted the graph of Sum of Squared Residuals...
Understanding Backpropagation with Python Examples — Part 2
Dev.to · Rijul Rajesh 3mo ago
Understanding Backpropagation with Python Examples — Part 2
In the previous article – Part 1 of this series, we took the weights and biases, plotted our curve,...
Understanding Backpropagation with Python Examples — Part 1
Dev.to · Rijul Rajesh 3mo ago
Understanding Backpropagation with Python Examples — Part 1
In this article, we will be trying to understand Backpropagation. Backpropagation mainly involves...
How Models Measure Error: The Sum of Squared Residuals
Dev.to · Rijul Rajesh 3mo ago
How Models Measure Error: The Sum of Squared Residuals
In this article we will get an understanding of Sum of squared residuals When learning...
Learning Gradient Descent for Machine Learning with a Simple Python Example
Dev.to · Rijul Rajesh 3mo ago
Learning Gradient Descent for Machine Learning with a Simple Python Example
In this article, we will explore gradient descent. Gradient descent is a strategy used in machine...
Chain Rule in Machine Learning: A Simple Walkthrough
Dev.to · Rijul Rajesh 3mo ago
Chain Rule in Machine Learning: A Simple Walkthrough
When exploring machine learning, there are many rules to learn. One important rule we should always...
Linear Regression Explained: From Equation to Prediction + Python Examples
Dev.to · Rijul Rajesh 3mo ago
Linear Regression Explained: From Equation to Prediction + Python Examples
This article explores a common machine learning problem called linear regression. What is...
What Is Slope? A Simple Math Idea Behind Machine Learning
Dev.to · Rijul Rajesh 3mo ago
What Is Slope? A Simple Math Idea Behind Machine Learning
Previous article, we explored hidden layers, weights, and biases. Now we need to move towards more...
When Neural Networks Stop Learning: Understanding Vanishing Gradients
Dev.to · Rijul Rajesh 3mo ago
When Neural Networks Stop Learning: Understanding Vanishing Gradients
In the previous article, we explored the gradients of different activation functions. Now let's see...
Understanding Gradients: The Engine Behind Neural Network Learning
Dev.to · Rijul Rajesh 3mo ago
Understanding Gradients: The Engine Behind Neural Network Learning
In the previous article, we explored activation functions and visualized them using Python. Now,...
Activation Functions: How Simple Curves Power Neural Networks
Dev.to · Rijul Rajesh 3mo ago
Activation Functions: How Simple Curves Power Neural Networks
In my previous article, we touched upon the sequence-to-sequence model, and we came across RNNs...
The 3 Essentials to get you started with GraphQL (With Examples)
Dev.to · Rijul Rajesh 4mo ago
The 3 Essentials to get you started with GraphQL (With Examples)
As a developer, you might have seen GraphQL APIs around. If you are not very familiar with it, it...
The SQL Concept You Probably Missed: Materialized Views
Dev.to · Rijul Rajesh 4mo ago
The SQL Concept You Probably Missed: Materialized Views
Most SQL developers eventually reach a point where queries become too heavy. You start joining...
Fixing Common Git Lock Errors: Understanding and Recovering from .git/index.lock
Dev.to · Rijul Rajesh 5mo ago
Fixing Common Git Lock Errors: Understanding and Recovering from .git/index.lock
If you have been using Git long enough, you have probably seen this scary looking error: error:...
Git LFS: The Developer’s Solution to Large File Chaos
Dev.to · Rijul Rajesh 5mo ago
Git LFS: The Developer’s Solution to Large File Chaos
If you have ever tried pushing large files like videos, datasets, or design assets into a Git...
Helping Designers and Developers Align: Design System vs Component Library
Dev.to · Rijul Rajesh 8mo ago
Helping Designers and Developers Align: Design System vs Component Library
If you've been working with modern front-end development or UI/UX design, you've likely heard the...
From JSON to BSON: The Data Format MongoDB Actually Uses
Dev.to · Rijul Rajesh 9mo ago
From JSON to BSON: The Data Format MongoDB Actually Uses
If you’ve worked with MongoDB or other document-based databases, you may have come across BSON. It...