📰 Dev.to · Rijul Rajesh
Articles from Dev.to · Rijul Rajesh · 94 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10292)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Rijul Rajesh
1mo ago
Understanding Word2Vec – Part 3: Predicting the Next Word with Neural Networks
In the previous article, we explored how words can be converted into neural network inputs and...

Dev.to · Rijul Rajesh
1mo ago
Understanding Word2Vec – Part 2: Converting Words into Neural Network Inputs
In the previous article, we just got started with the concept Word2Vec and assigning numbers to...

Dev.to · Rijul Rajesh
1mo ago
Understanding Word2Vec: Teaching Neural Networks to Understand Words
As humans, we use words to communicate, but in the case of machines we are usually accustomed to...

Dev.to · Rijul Rajesh
1mo ago
Understanding LSTMs – Part 6: How LSTM Produces Its Final Output
In the previous article we went through the input gate, in this article we will explore the next...

Dev.to · Rijul Rajesh
1mo ago
Understanding LSTMs – Part 5: The Input Gate Explained
In the previous article, we have just went through the 2nd and 3rd components in LSTM, we will...

Dev.to · Rijul Rajesh
1mo ago
Understanding LSTMs – Part 4: How LSTM Decides What to Forget
In the previous article, we completed the first part of the LSTM and obtained the result from the...

Dev.to · Rijul Rajesh
1mo ago
Understanding LSTMs – Part 3: Breaking Down the First Step
In the previous article, we just had a glimpse of long-term and short-term memory paths. Let us...

Dev.to · Rijul Rajesh
1mo ago
Understanding LSTMs – Part 2: The Long-Term and Short-Term Memory Paths
In the previous article we just began with the concept of LSTMS and its diagrams. In this article we...

Dev.to · Rijul Rajesh
1mo ago
Understanding RNNs – Part 4: The Vanishing and Exploding Gradient Problem
In the previous article, we understood the concept of unrolling a network. In this article, we will...

Dev.to · Rijul Rajesh
1mo ago
Understanding RNNs – Part 3: Unrolling a Recurrent Neural Network
In the previous article, we passed some values to the RNN and obtained the output. Now, to make it...

Dev.to · Rijul Rajesh
1mo ago
Understanding RNNs – Part 2: Running Sequential Data Through the Network
In the previous article, We have explored the need for a Recurrent neural network and an example...

Dev.to · Rijul Rajesh
1mo ago
Understanding RNNs: Neural Networks for Time-Dependent Data
In my previous articles, we have explored neural networks and related concepts. Now let's explore...

Dev.to · Rijul Rajesh
1mo ago
Image Classification with CNNs – Part 4: Dealing with Variations in Input
In the previous article, we have processed the input through the neural network and predicted the O...

Dev.to · Rijul Rajesh
1mo ago
Image Classification with CNNs – Part 3: Understanding Max Pooling and Results
In the previous article, we were going through the creation of feature map. In this article we will...

Dev.to · Rijul Rajesh
2mo ago
Image Classification with Convolutional Neural Networks – Part 2: Creating a Feature Map
In the previous article, we saw why we need convolutional neural networks for solving the image...

Dev.to · Rijul Rajesh
2mo ago
Image Classification with Convolutional Neural Networks – Part 1: Why We Need CNNs
In this article, we will explore image classification using convolutional neural networks. For this,...

Dev.to · Rijul Rajesh
2mo ago
Cross Entropy Derivatives, Part 6: Using gradient descent to reach the final result
In the previous article, We plotted a curve which would help us optimize the bias. In this article,...

Dev.to · Rijul Rajesh
2mo ago
Cross Entropy Derivatives, Part 5: Optimizing bias with backpropagation
In the previous article, we calculated the derivatives of the cross-entropy loss. In this article, we...

Dev.to · Rijul Rajesh
2mo ago
Cross Entropy Derivatives, Part 4: Solving for other output classes
In the previous article, we have solved the derivative for one of the output classes, we will do the...

Dev.to · Rijul Rajesh
2mo ago
Cross Entropy Derivatives, Part 3: Chain Rule for a Single Output Class
In the previous article, we prepared a chain rule equation to compute the derivative of cross entropy...

Dev.to · Rijul Rajesh
2mo ago
Cross Entropy Derivatives, Part 2: Setting Up the Derivative with Respect to a Bias
In the previous article we reviewed the key ideas needed to work with derivatives of cross...

Dev.to · Rijul Rajesh
2mo ago
Cross Entropy Derivatives, Part 1: Differentiating Softmax Outputs
In the previous article, we just touched upon the idea of cross entropy, in the coming articles, we...

Dev.to · Rijul Rajesh
2mo ago
Exploring Cross Entropy (Part 2): Understanding Total Cross Entropy and Loss with a Python Example
In the previous article, we went through cross entropy for backpropagation in the case of...

Dev.to · Rijul Rajesh
2mo ago
Exploring Cross Entropy: The Essential Component for Softmax Backpropagation
In the previous article, we saw how softmax works and why it is preferred over argmax when it comes...
DeepCamp AI