Deep Learning
Important Deep learning Concept Explained Part – 1
Neuron Node is a NN, typically taking in multiple input values and generating one output value by applying an activation...
Read More โTop 8 Deep Learning Algorithms
Convolutional Neural Networks CNNโs popularly known as ConvNets majority consists of several layers and are specifically used for image processing...
Read More โLoss Functions and optimizers and its type?
With modelling, there’s a particular goal that the model needs to achieve. It’s just as important to achieve the best...
Read More โTop 40 Data Science Interview Questions and Answers
1 โ What is F1 score? F1 score is a measure of the accuracy of a model. It is defined...
Read More โDeep Learning interview questions Part -2
1 – What are autoencoders? Explain the different layers of autoencoders. Autoencoders are neural networks that are trained to reconstruct...
Read More โDeep Learning interview questions Part -1
1 โ What is data normalization? What’s the need for it? Data normalization is a process of transforming data from...
Read More โWhat is Tanh activation function?
The Tanh Activation function is a scaled and shifted version of the hyperbolic tangent function, a mathematical function frequently encountered...
Read More โWhat is PReLU and ELU activation function?
PReLU(Parametric ReLU) – PReLU is vital to the success of deep learning. It solves the problem with activation functions like...
Read More โDifference between Leaky ReLU and ReLU activation function?
What is an Activation Function? An activation function is a critical component in neural networks. It determines a neuron’s output...
Read More โWhat is ReLU and Sigmoid activation function?
The activation function is a nonlinear function that takes in the weighted sum and produces the output. They are used...
Read More โWhat is Vanishing and exploding gradient descent?
Vanishing and exploding gradient descent is a type of optimization algorithm used in deep learning. Vanishing Gradient Vanishing Gradient occurs...
Read More โWhat is forward and backward propagation in Deep Learning?
Forward propagation is a process in which the network’s weights are updated according to the input, output and gradient of...
Read More โ