- What are the various layers in a neural network?
Input, Hidden, and Output Layers - What is the output of a feed-forward propagation?
Predictions that help in calculating loss value - How is the loss function of a continuous dependent variable different from that of a binary dependent variable and also of a categorical dependent variable?
MSE is the generally used loss function for a continuous dependent variable and binary cross-entropy for a binary dependent variable. Categorical cross-entropy is used for categorical dependent variables. - What is stochastic gradient descent?
It is a process of reducing loss, by adjusting weights in the direction of decreasing gradient - What does a backpropagation exercise do?
It computes gradients of all weights with respect to loss using the chain rule - How does the weight update of all the weights across layers happen during back-propagation?
It happens using the formula dW = W – alpha*(dW/dL) - What...
United States
United Kingdom
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Argentina
Austria
Belgium
Bulgaria
Chile
Colombia
Cyprus
Czechia
Denmark
Ecuador
Egypt
Estonia
Finland
Greece
Hungary
Indonesia
Ireland
Italy
Japan
Latvia
Lithuania
Luxembourg
Malaysia
Malta
Mexico
Netherlands
New Zealand
Norway
Philippines
Poland
Portugal
Romania
Singapore
Slovakia
Slovenia
South Africa
South Korea
Sweden
Switzerland
Taiwan
Thailand
Turkey
Ukraine