#computer-vision
Read more stories on Hashnode
Articles with this tag
Vanishing Gradient is a big problem in RNNs and to solve this, we use a special kind of RNN called the LSTM layer. What is a LSTM? Here's what it...
Enough boasting about CNNs, are they even worth the hype? Let's test out. We will compare a normal neural network and a CNN against the MNIST dataset....
Have you ever tried a computer vision project? You must've used a CNN right? And if you used a regular neural net, you must know that it sucks at...