<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>How Recurrent Neural Network Different from Convolutional Neural network by Dr. Aditya Kishore Saxena</title>
      <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz</link>
      <description>Explain your answer</description>
      <language>en-us</language>
      <pubDate>2024-05-02 03:16:05 UTC</pubDate>
      <lastBuildDate>2024-05-11 16:17:33 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4ac.png</url>
      </image>
      <item>
         <title>Mohd Rashid</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977376729</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 03:28:18 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977376729</guid>
      </item>
      <item>
         <title>Ashish Kumar Sinha</title>
         <author>ashish21scse1011493</author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977377208</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 03:28:40 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977377208</guid>
      </item>
      <item>
         <title>MD ASHAR EQBAL </title>
         <author>md21scse1011673</author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977378181</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 03:29:25 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977378181</guid>
      </item>
      <item>
         <title>Raj Aryan</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977380268</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 03:31:03 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977380268</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977412750</link>
         <description><![CDATA[<ul><li><p>CNNs are commonly used to solve problems involving spatial data, such as images. RNNs are better suited to analyzing temporal and sequential data, such as text or videos.</p></li><li><p>CNNs and RNNs have different architectures. CNNs are feedforward neural networks that use filters and pooling layers, whereas RNNs feed results back into the network.</p></li><li><p>In CNNs, the size of the input and the resulting output are fixed. A CNN receives images of fixed size and outputs a predicted class label for each image along with a confidence level. In RNNs, the size of the input and the resulting output can vary.</p></li><li><p>Common use cases for CNNs include <a rel="noopener noreferrer nofollow" href="https://www.techtarget.com/searchenterpriseai/definition/facial-recognition">facial recognition</a>, medical analysis and image classification. Common use cases for RNNs include machine translation, <a rel="noopener noreferrer nofollow" href="https://www.techtarget.com/searchenterpriseai/definition/natural-language-processing-NLP">natural language processing</a>, sentiment analysis and speech analysis.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 03:59:21 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977412750</guid>
      </item>
      <item>
         <title>Manibhushan kumar singh 21SCSE1010952</title>
         <author>mksingh6965</author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977633789</link>
         <description><![CDATA[<p>RNNs:.</p><p><br/></p><p>Sequential Data Processing: Tasks like time series analysis, speech recognition, and natural language processing are among the many applications for Recurrent Neural Networks (RNNs), which are specifically designed to handle data that is presented in a particular order.</p><p><br/></p><p>Temporal dependency is a mechanism that allows the model to identify and comprehend patterns and relationships within sequential data by allowing hidden states to hold onto information from prior inputs.</p><p><br/></p><p>Because RNNs process sequences iteratively, they can handle inputs of varying lengths, making them useful for a variety of tasks like text generation and speech recognition.</p><p><br/></p><p>Vanishing Gradient Issue: As they move through the network, gradients tend to disappear, a phenomenon that they are susceptible to.</p><p><br/></p><p>CNNs: </p><p><br/></p><p>CNNs are a type of neural network that use convolutional layers to process and analyze visual data.</p><p><br/></p><p>Spatial hierarchy: Convolutional neural networks (CNNs) are created to understand spatial patterns within data, like images, by training filters that can recognize patterns at various sizes within the image.</p><p><br/></p><p>Translation invariance: is demonstrated by them, which allows them to identify patterns regardless of their location in the input, making them useful for tasks such as object detection and image classification.</p><p><br/></p><p>Parameter sharing: in CNNs involves applying the same filter to various locations in order to decrease the number of parameters and effectively learn from vast amounts of data.</p><p><br/></p><p>Feature extraction: refers to the process by which convolutional neural networks (CNNs) autonomously acquire hierarchical representations.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 06:53:19 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977633789</guid>
      </item>
      <item>
         <title>Tushar Garg</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977661212</link>
         <description><![CDATA[<p>CNN (Convolutional Neural Network) is considered to be more potent than RNN (Recurrent Neural Network) because RNN includes less feature compatibility when compared to CNN.</p><p><br/></p><p>Let's Differentiate both-</p><p><br/></p><p>-&gt; CNN is ideal for images and video processing. While, RNN is ideal for text and speech analysis.</p><p><br/></p><p>-&gt; CNN is suitable for spatial data like images. On the other hand, RNN is used for temporal data (sequential data).</p><p><br/></p><p>-&gt; CNN is a type of feed-forward artificial neural network that uses filters and pooling layers or we can say that it is feed forwarding ANN with variations of multilayer perceptron's designed to use some amount of preprocessing. While, RNN can use their internal memory to process sequence of inputs which is arbitrary. Generally, It gives the results back into the network.</p><p><br/></p><p>-&gt; In CNN, the network takes fixed size of inputs and generates fixed size of outputs.</p><p>Where as, RNN handles arbitrary inputs or outputs.</p><p><br/></p><p>-&gt; CNN uses connectivity patterns between neurons and RNN uses time series information.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:14:50 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977661212</guid>
      </item>
      <item>
         <title>Shrikant Tiwari</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977666549</link>
         <description><![CDATA[<p><strong>CNN </strong>- It is a type of neural network that uses a variation of multilayer perceptions and more than one convolutional layer that can be entirely connected or pooled. CNN creates feature maps that record a region of the image which is then broken into rectangles and sent for non-linear processing.</p><p><strong>Applications:</strong></p><p>- Image Classification</p><p>- Object Detection</p><p><strong>Advantages:</strong></p><p>- High accuracy with image recognition</p><p>- Important feature detection</p><p>- Weight sharing</p><p><strong>Disadvantages:</strong></p><p>- Position and orientation of object not encoded</p><p>- A lot of training data is required</p><p><br/></p><p><strong>RNN </strong>- It is a complex neural network where the output of processed nodes is saved and fed again into the model. The model can learn to predict the output of the layer. Each node acts as a memory unit, which computes and implements the operations. If the prediction is incorrect, then the system learns by itself and continues to work towards the correct prediction by backpropagation.</p><p><strong>Applications:</strong></p><p>- Time Series Prediction</p><p>- Natural Language Processing</p><p>- Speech Recogniton</p><p><strong>Advantages:</strong></p><p>- It can remember information, so it is useful in time series prediction because of the feature called Short Term Memory.</p><p>- It is also used with CNN to extend the effective pixel neighbourhood.</p><p><strong>Disadvantages:</strong></p><p>- Gradient vanishing/exploding</p><p>- Difficult to train</p><p>- Long sequences cannot be processed </p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:18:50 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977666549</guid>
      </item>
      <item>
         <title>Arpit Sharma</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977666656</link>
         <description><![CDATA[<p>Recurrent neural networks are designed to interpret temporal information. These networks use other data points in a sequence to make better predictions.</p><p>If the networks prediction is incorrect, then the system self learns and continues working towards the correct prediction during backpropagation.</p><p>An RNN are even used with convolutional layes to extend the effective pixel neighborhood. </p><p>But in RNN Training is very difficult task. And it cannot process very long sequences if using tanh or relu as an activation function.</p><p><br/></p><p>CNN are one of most common types of neural networks used in computer vision to recognize objects and patterns in images.  One of their defining traits is the use of filters within convolutional layers.</p><p>They automatically detects the important features without any human supervision. </p><p>But they do not encode the position and orientation of the object.</p><p>Their are lack of ability to be spatially in variant to the input data</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:18:55 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977666656</guid>
      </item>
      <item>
         <title>Jatin Joshi</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977666725</link>
         <description><![CDATA[<p>Recurrent Neural Networks (RNNs) and Convolutional Neural Networks (CNNs) are basically types of neural networks, but they have some differences according to the following subtopics:</p><p><br/></p><ol><li><p>Definition:</p><p><br/></p></li></ol><p><strong>RNNs</strong>: RNN is a type of neural network which unlike feed-forward artificial neural networks- can use their internal memory to process arbitrary sequences of inputs.</p><p><br/></p><p><strong>CNNs</strong>: CNN is a type of feed-forward artificial neural network with variations of multilayer perceptron’s designed to use minimal amounts of pre processing.</p><p><br/></p><ol start="2"><li><p>Architecture: </p></li></ol><p><br/></p><p><strong>RNNs</strong>: RNNs are designed to handle sequential data where the order matters, such as time series data or sentences in natural language processing. They use loops within their architecture. The use of loops allow information to persist and be passed from one step of the sequence to the next.</p><p><br/></p><p><strong>CNNs</strong>: CNNs are used for  images and video processing, although recent advancements extended it to handle sequential data also. They consist of multiple layers such as  convolutional layers followed by pooling layers.</p><p><br/></p><ol start="3"><li><p>Memory:</p><p><br/></p><p><strong>RNNs</strong>: RNNs have a form of memory due to their recurrent connections, allowing them to maintain information over time. This makes them suitable for tasks requiring sequential processing and memory, such as language translation.</p><p><br/></p><p><strong>CNNs</strong>: CNNs do not have explicit memory mechanisms like RNNs but they can still learn to recognize patterns in the data and can be used with other architectures, such as RNNs or attention mechanisms, to handle sequential data.</p></li></ol><p><br/></p><ol start="4"><li><p>Applications:</p><p><br/></p><p><strong>RNNs</strong>: RNNs are used in  Text Translation, Natural Language Processing, Language Translation, Sentiment Analysis and Speech Analysis.</p><p><br/></p><p><strong>CNNs</strong>: CNNs are used in Image Recognition, Image Classification, Medical Image Analysis, Face Detection and Computer Vision.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:18:59 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977666725</guid>
      </item>
      <item>
         <title>Aditya Singh</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977667605</link>
         <description><![CDATA[<p><strong>Recurrent Neural Networks (RNNs) </strong></p><ul><li><p>specialize in handling sequential data, like text or time-series information.</p></li><li><p> They utilize loops to retain memory of past inputs, making them adept at capturing temporal dependencies.</p></li><li><p> This makes RNNs particularly useful in tasks where understanding the order or sequence of data points is critical, such as in natural language processing for tasks like language translation or sentiment analysis.</p></li><li><p> Despite their effectiveness in capturing sequential patterns, RNNs can encounter challenges with long-term dependencies and gradient vanishing or exploding issues.</p></li></ul><p><strong>Convolutional Neural Networks (CNNs)</strong></p><ul><li><p>In contrast, excel in processing grid-like data, notably images. By leveraging convolutional layers, CNNs extract features hierarchically from different parts of the input. </p></li><li><p>This enables them to efficiently learn spatial patterns and structures within the data, making them highly suitable for tasks like image classification, object detection, and image segmentation. </p></li><li><p>Unlike RNNs, CNNs do not incorporate memory mechanisms, treating each input independently during processing without considering past information.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:19:40 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977667605</guid>
      </item>
      <item>
         <title>Vanshika Jain </title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977670823</link>
         <description><![CDATA[<p>Recurrent neural networks deals with <strong>sequential data</strong>, data which comes in sequence like a sentence whereas convolutional neural network deals with the <strong>images and video data . </strong></p><p><br/></p><p>Examples of domain which fall in the category of sequential data are time series data. Natural language etc. Whereas examples which fall in the category of image data are image classification, object detection, medical image analysis. </p><p><br/></p><p>In RNN each node acts as memory cell which helps in computation operation and implementation continuously. Whereas CNN uses convolutional layers for applying filters on the image data (which is in the form of matrix) that filter can be an kernal which slides over the image data to produce new matrix which has feature information this step is a part of padding and in polling the images features are further reduced which is further feed into the MLP. </p><p><br/></p><p>Since RNN has memory cells they can feed the stored output data into the model for predicting the outcome. Whereas there is no such mechanism in CNN and there is neither the need for such mechanism as both networks are used for different purpose. </p><p><br/></p><p>Some of the applications of RNN can be stock price, weather forecasting and for CNN are self driving cars detecting pedestrians , identifying objects in photos etc. </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:22:14 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977670823</guid>
      </item>
      <item>
         <title>Akash kumar</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977674293</link>
         <description><![CDATA[<p>Recurrent Neural Networks (RNNs) and Convolutional Neural Networks (CNNs) are two popular types of neural networks used for different tasks and data types.</p><p>1. <strong>Recurrent Neural Networks (RNNs):</strong></p><p>   - RNNs are designed to work with sequential data where the order of inputs matters, such as time series data, text, speech, etc.</p><p>   - RNNs have a recurrent connection that allows information to persist over time by feeding the output of a previous step back into the network at the next step.</p><p>   - They are capable of handling input sequences of varying lengths.</p><p>   - RNNs suffer from the vanishing gradient problem, making it difficult for them to capture long-range dependencies in sequences.</p><p>2. <strong>Convolutional Neural Networks (CNNs):</strong></p><p>   - CNNs are primarily used for image data but can also be applied to sequential data.</p><p>   - CNNs use convolutional layers to detect spatial patterns in the input data by sliding a set of filters (kernels) across the input.</p><p>   - They are well-suited for tasks where local patterns are important, such as image classification, object detection, and image segmentation.</p><p>   - CNNs are computationally efficient due to parameter sharing and the use of convolutional operations.</p><p>   - CNNs do not inherently capture sequential dependencies, but they can be combined with RNNs or used in sequence-to-sequence tasks through architectures like CNN-LSTM or CNN-Transformer for tasks such as machine translation or video classification.</p><p>In summary, RNNs are specialized for sequential data processing and capturing temporal dependencies, while CNNs excel at spatial pattern recognition, especially in images. However, both types of networks can be used together or in hybrid architectures to leverage their respective strengths for various tasks.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:24:57 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977674293</guid>
      </item>
      <item>
         <title>Gautam Vashisth</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977693035</link>
         <description><![CDATA[<p>Recurrent Neural Networks (RNN) are very different from Convolutional Neural Networks (CNN) in many ways:</p><ol><li><p>While the Recurrent Neural Networks handle data sequences which have cruicial importance for context and order of the input elements, Convolutional Neural Networks tend to be involved inmage processing tasks requiring layers to apply filters on input data.</p></li><li><p>Where RNN's involve processing input sequences one element at a time and also maintaining a state of information about the sequence processed, CNN's involves operations like pooling &amp; convolution designed to capture spatial hierarchies and patterns in input data.</p></li><li><p>While RNN's have memory in form of hidden states allowing them to capture information about previous elements, CNN's process each input independently, whilst not posessing explicit memory.</p></li><li><p>While RNN's are used for sequence prediction, machine translation and language modeling, CNN are used for object detection, image generation and facial recognition. Wild R and n are used for sequence prediction machine.</p></li></ol><p>Hence CNN's are used for grid-like-data while RNN's are used for sequential data.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:39:48 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977693035</guid>
      </item>
      <item>
         <title>Rohan Pandey </title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977694843</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:41:21 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977694843</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977699333</link>
         <description><![CDATA[<p>Recurrent Neural Network (RNN)</p><p>RNNs are designed to handle the data sequentially which also called temporal data and include less features then CNN. RNN is ideally used for speech analysis and text analysis. RNN can use their internal memory to process arbitrary inputs in sequence. RNN use the time series information that what a individual spoke last would impact what will that speak next</p><p><br></p><p>Convolutional Neutral Network (CNN)</p><p>Convolutional neural network considered to be more potential than recurrent Neural Network. CNN basically used in images and video processing and is very suitable for spatial data like images. This network work efficiently as it takes the no of input that no of output will be generated and that's always fixed. CNN is a feed-forward Artificial network with multi layers of perceptron's designed for minimal processing.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:45:24 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977699333</guid>
      </item>
      <item>
         <title>Devesh Shukla </title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977701319</link>
         <description><![CDATA[<p>This explained the main differences between convolutional and Recurrent neural networks. To conclude, the main difference is that CNN uses convolution operation to process the data, which has some benefits for working with images. In that way, CNNs reduce the number of parameters in the network. Also, convolution layers consider the context in the local neighborhood of the input data and construct features from that neighborhood.</p><p><br/></p><p>For instance, pixels in the neighborhood of an image, frames in a video, words in a text, and similar</p><p><br/></p><p>Neural networks are algorithms created explicitly to simulate biological neural networks. Generally, the idea was to create an artificial system that would function like the human brain. Neural networks are based on interconnected neurons depending on the type of network. There are many types of neural networks, but broadly, we can divide them into three classes:</p><p><br/></p><p>Fully connected neural networks (regular neural networks)</p><p><br/></p><p>Convolutional neural networks</p><p><br/></p><p>Recurrent neural networks</p><p><br/></p><p>The main difference between them lies in the types of neurons that make them up and how information flows through the network.</p><p><br/></p><p>3. Regular Neural Networks</p><p><br/></p><p>Regular or fully connected neural networks are the oldest and most common type of neural networks. Basically, the first mathematical model of a multilayer neural network, called multilayer perceptron (MLP), was a fully connected neural network.</p><p><br/></p><p>To understand this type of network, we would need to explain some of its components.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:47:20 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977701319</guid>
      </item>
      <item>
         <title>Fiyanshu Gupta</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977702496</link>
         <description><![CDATA[<p>Recurrent Neural Networks (RNNs) are appropriate for applications where the sequence of data is important, including time series analysis or natural language processing because they process data in a sequential manner and preserve a recollection of previously processed information.</p><p><br/></p><p>However, Convolutional Neural Networks (CNNs) are particularly good at jobs like picture identification because they can analyze spatial relationships in data. They use filters to apply a scan across various input regions looking for patterns like edges, textures or forms.</p><p><br/></p><p>RNN Example - they are used in language translation where the order of words matters. Let's say you want to translate, English to German then it involves understanding the sequence of words in a sentence to produce an accurate translation.</p><p><br/></p><p>CNN Example-  CNNs are good at identifying things in pictures like, they can identify patterns of ears, eyes, and hair textures to determine whether the image depicts a dog or a cat.</p><p><br/></p><p>Advantages of RNN</p><p>RNNs can be used to create data sequences for task which involves writing music or creating text. They are able to produce new sequences that closely mimic the original data distribution by learning the patterns in the training data.</p><p><br/></p><p>RNNs are useful in online learning scenarios where the model must continuously learn, from the input because they can adjust and update their internal state based on incoming data.</p><p><br/></p><p>Advantages of CNN</p><p>They are able to manage massive data sets. Therefore, CNNs can easily manage the task of analyzing millions of images. </p><p><br/></p><p>CNNs are capable of  learning to identify features. They learn the differences between an edge and the corner of the image by their own throughout training, so we don't need to explain them, this increases the efficiency of lot.</p><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-02 07:48:28 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2977702496</guid>
      </item>
      <item>
         <title>ANVIKSHA PANDEY</title>
         <author></author>
         <link>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2988919212</link>
         <description><![CDATA[<p>Recurrent Neural Networks (RNNs) and Convolutional Neural Networks (CNNs) are both popular architectures in the field of deep learning, but they serve different purposes and are designed to tackle different types of tasks. Here's how they differ:</p><p>1. <strong>Temporal vs. Spatial Data Handling</strong>:</p><p>   - RNNs are designed for sequential data processing, where the order of data points matters. They have loops in their architecture, allowing them to maintain an internal memory to process sequences of inputs.</p><p>   - CNNs are primarily designed for processing grid-like data such as images. They exploit the spatial structure in the input data using convolutional layers, which apply filters across the input.</p><p>2. <strong>Internal State</strong>:</p><p>   - RNNs maintain an internal state or memory that captures information about previous inputs. This allows RNNs to exhibit temporal dynamics and make predictions based on the context of past inputs.</p><p>   - CNNs do not maintain an internal state. Each layer of a CNN independently processes its input without regard to previous inputs.</p><p>3. <strong>Applications</strong>:</p><p>   - RNNs are well-suited for tasks involving sequential data, such as time series prediction, natural language processing (e.g., language translation, sentiment analysis), and speech recognition.</p><p>   - CNNs are commonly used in computer vision tasks, such as image classification, object detection, and image segmentation. They can also be applied to sequential data when the data has a grid-like structure (e.g., spectrograms in audio processing).</p><p>4. <strong>Parameter Sharing</strong>:</p><p>   - In CNNs, the same set of weights (filters) is applied across different spatial locations of the input data. This parameter sharing helps CNNs capture local patterns efficiently.</p><p>   - RNNs also have parameter sharing, but across different time steps. The same set of weights is applied at each time step, allowing RNNs to capture temporal patterns.</p><p>5. <strong>Training Dynamics</strong>:</p><p>   - Training RNNs can be more challenging than CNNs due to the vanishing gradient problem, where gradients diminish as they propagate back through time, leading to difficulties in capturing long-term dependencies.</p><p>   - CNNs are generally more stable to train, especially with the advent of techniques like batch normalization and residual connections.</p><p>In summary, RNNs are specialized for sequential data processing, maintaining an internal state to capture temporal dependencies, while CNNs excel at extracting spatial features from grid-like data, making them suitable for tasks like image processing.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-11 16:17:33 UTC</pubDate>
         <guid>https://padlet.com/Deep_Learning_Lectures/5ttpweiw0ldtsgzz/wish/2988919212</guid>
      </item>
   </channel>
</rss>
