AAnamikainanamika010.hashnode.dev00Recurrent Neural Network5d ago · 3 min read · An RNN (Recurrent Neural Network) is a type of neural network designed to handle sequential data, where the order of data matters (like text in chat, time series, speech). Problems with ANN : The inpJoin discussion
AAnamikainanamika010.hashnode.dev00Convolutional Neural Network5d ago · 3 min read · A Convolutional Neural Network (CNN) is a type of deep learning algorithm primarily used for analyzing visual data like images and videos In CNN, we have convolution layers (Filters) that extract featJoin discussion
AAnamikainanamika010.hashnode.dev00Backpropagation in DLApr 19 · 3 min read · what's Backpropagation? It's a algorithm to train a neural network .The main aim is to find correct value of weights and biases. Steps followed : Initialize weights and bias Start with some initial vJoin discussion
AAnamikainanamika010.hashnode.dev00Deep Learning BasicsApr 18 · 6 min read · What is AI ? So, AI is like an umbrella that covers everything. AI is the broad concept of making machines “smart” so they can think and perform tasks that requires human intelligence. ML is subfield Join discussion
AAnamikainanamika010.hashnode.dev00Dataframe in PandasApr 7 · 3 min read · value_counts( ) : Gives the frequency counts of rows. It is mostly useful in series. normalize=True gives percentage of the data isdigit ( ) : checks whether a string contains only numeric digits. aJoin discussion