5 followers
Hi I am Hardik, a 16 year old developer. I love to learn and share my knowledge on new technologies. Mostly Artificial Intelligence and Machine Learning.
While starting off in machine learning, somethings might be confusing. Like difference between Model parameter and Model Hyperparameter. And all kinds...
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...
How do home assistants like siri or alexa understand what you speak? It's because they use a special type of neural network to function. The Recurrent...
Here is the code you will ever need to create a Generative Adversarial Network for making an mnist clone. import tensorflow as tf !pip install -q...
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....
Google claims that their services are not good because of high-quality models, but because of high-quality data. If this statement doesn't stress...