What do you mean by Backpropagation in ANN?
SIKSHAPATH Latest Questions
Write a design document for the following scenario The software proposed is Food Ordering System. It has participants who will interact with the system, called the external entities. The Supplier, Kitchen, Manager, and Customer are the entities who will interact with ...Read more
Create network to implement TCP/IP protocol
Elaborate sliding window flow control mechanism with example. Also differentiate it with stop and wait method.
The 7-bit ASCII code for the character ‘G’ is: 1000111 An odd parity check bit is then included at the start of this code (the left-hand end) so that 8 bits are transmitted. What will be the transmitted code for ...Read more
A character representing a digit, n, is stored as an 8-bit ASCII code. It needs to be converted into an 8 bit sign-magnitude representation for the negative numerical value, -n. What is the algorithm for doing this? Select one: a. ...Read more
Write a Python class named Student with two attributes student_id, student_name. Add a new attribute student_class and display the entire attribute and their values of the said class. Now remove the student_name attribute and display the entire attribute with values Write ...Read more
Consider the execution of the instruction MOV CH, [BX-100H], find the effective address ifDS=3000 H, BX=2000 H
Discuss the functions of all general purpose registers of 8086.Explain the special function of each register and instruction support for these functions.
State the situations under which gateways are necessary in the network. Give one example.