Posts

About Machine Learning

Welcome! Your Hub for AI, Machine Learning, and Emerging Technologies In today’s rapidly evolving tech landscape, staying updated with the latest advancements is essential, especially for students, educators, and professionals alike. Machine Learning Adda is your one-stop destination for all things related to  Artificial Intelligence (AI) ,  Machine Learning (ML) ,  Deep Learning ,  Data Wrangling ,  Software Engineering ,  Formal Languages and Automata Theory , and a wide array of cutting-edge technologies.

NN : Forward and Back Propagation MCQs & Program

Image
  NN : Forward and Back Propagation Q1. Sigmoid and softmax functions Which of the following statements is true for a neural network having more than one output neuron ? Choose the correct answer from below: A.     In a neural network where the output neurons have the sigmoid activation, the sum of all the outputs from the neurons is always 1. B.     In a neural network where the output neurons have the sigmoid activation, the sum of all the outputs from the neurons is 1 if and only if we have just two output neurons. C.     In a neural network where the output neurons have the softmax activation, the sum of all the outputs from the neurons is always 1. D.     The softmax function is a special case of the sigmoid function Ans: C Correct option :  In a neural network where the output neurons have the softmax activation, the sum of all the outputs from the neurons is always 1. Explanation : For the sigmoid activation, when we have more than one neuron, it is

Neural Network MCQs & Programs

  Neural Network MCQs 👉 Introduction to Neural Network MCQs 👉 NN : Forward and Back Propagation MCQs & Program

NN: Introduction to Neural Network MCQs

Image
  NN : Introduction to Neural Network Q1. Weights impact For the neural network shown above, which of these statements is true? Choose the correct answer from below: A.     -5 weight is bad for the neural network. B.     The neuron with weight 10 will have the most impact on the output. C.     The neuron with weight -5 will have the most impact on the output. D.     The neuron with weight 2 will have the most impact on the output. Ans: B Correct option :  The neuron with weight 10 will have the most impact on the output. Explanation : There is no such thing that a neuron with a negative weight will be bad for the output. The negative or positive weight of a neuron simply means whether it has an increasing or decreasing effect on the output value. A neuron with the largest magnitude will have the most significant effect on the output value.   Q2. Calculate Forward Pass The neuron  n  has the weights 1,2,3,4, and 5. The values of inputs are 4,10,5,20, and 0.