Aniz Bin Nowshadaniz.hashnode.dev·Nov 30, 2023Classifying IMDB dataset using RNNIn the vast landscape of artificial intelligence, one key challenge is deciphering and understanding sequential data—information that unfolds over time. Whether it's predicting the next word in a sentence, forecasting stock prices, or comprehending t...43 readsMLArtificial Intelligence
Aniz Bin Nowshadaniz.hashnode.dev·Nov 23, 2023Kaiming and Xavier Weight Initialization in Neural NetworksIf you have learned about Neural Networks, then you will be familiar with weight initializations and how crucial it is. Weight initialization, the process of setting the initial values of the weights in a neural network, plays a pivotal role in the n...99 readsMLWeight Initialization
Aniz Bin Nowshadaniz.hashnode.dev·Nov 16, 2023Comparing between different optimizers used in Neural NetworkIn a Neural network, there is a loss function that tells us the performance of the model at the current instant. This loss function is used to train the network such that it can perform better. The loss is taken and we try to minimize it. The lower t...48 readsMLCNN