Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: May 9, 2022In: Other

      What do you mean by Backpropagation in ANN?

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 9, 2022 at 9:28 pm

      Follow below link for answer:   https://sikshapath.in/question/what-do-you-mean-by-backpropagation-in-ann/

      Follow below link for answer:

       

      What do you mean by Backpropagation in ANN?

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: May 3, 2022In: Computer Science

      What do you mean by Backpropagation in ANN?

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 9, 2022 at 9:28 pm

      Answer:   Backpropagation is the essence of neural network training. It is the method of fine-tuning the weights of a neural network based on the error rate obtained in the previous epoch (i.e., iteration). Proper tuning of the weights allows you to reduce error rates and make the model reliablRead more

      Answer:

       

      Backpropagation is the essence of neural network training. It is the method of fine-tuning the weights of a neural network based on the error rate obtained in the previous epoch (i.e., iteration). Proper tuning of the weights allows you to reduce error rates and make the model reliable by increasing its generalization.

      Backpropagation in neural network is a short form for “backward propagation of errors.” It is a standard method of training artificial neural networks. This method helps calculate the gradient of a loss function with respect to all the weights in the network.

      Back propagation algorithm:

      The Back propagation algorithm in neural network computes the gradient of the loss function for a single weight by the chain rule. It efficiently computes one layer at a time, unlike a native direct computation. It computes the gradient, but it does not define how the gradient is used. It generalizes the computation in the delta rule.

       

      Advantages of Backpropagation :

      Most prominent advantages of Backpropagation are:

      • Backpropagation is fast, simple and easy to program
      • It has no parameters to tune apart from the numbers of input
      • It is a flexible method as it does not require prior knowledge about the network
      • It is a standard method that generally works well
      • It does not need any special mention of the features of the function to be learned.

      Types of Backpropagation :

      Two Types of Backpropagation Networks are:

      • Static Back-propagation
      • Recurrent Backpropagation

      Static back-propagation:

      It is one kind of backpropagation network which produces a mapping of a static input for static output. It is useful to solve static classification issues like optical character recognition.

      Recurrent Backpropagation:

      Recurrent Back propagation in data mining is fed forward until a fixed value is achieved. After that, the error is computed and propagated backward.

      The main difference between both of these methods is: that the mapping is rapid in static back-propagation while it is nonstatic in recurrent backpropagation.

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: May 9, 2022In: Other

      List down the names of some popular Activation Functions used …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 9, 2022 at 9:24 pm

      Follow below link for answer:   https://sikshapath.in/question/list-down-the-names-of-some-popular-activation-functions-used/

      Follow below link for answer:

       

      List down the names of some popular Activation Functions used in Neural Networks

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: May 9, 2022In: Computer Science

      Question 1 List and explain different types of testing done …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 9, 2022 at 9:23 pm

      Question 1 List and explain different types of testing done during the testing phase. Answer: Follow below link for answer: https://sikshapath.in/question/forward-engineering-is-not-necessary-if-an-existing-software-product/     Question 2 Analyze the role of testing tools in maintaining tRead more

      Question 1

      List and explain different types of testing done during the testing phase.

      Answer:

      Follow below link for answer:

      Forward engineering is not necessary if an existing software product …

       

       

      Question 2

      Analyze the role of testing tools in maintaining the quality of software. Describe the mechanism to select testing tools for software

       

      Answer:

      Follow below link for answer:

      Analyze the role of testing tools in maintaining the quality …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: May 7, 2022In: Microprocessor

      Find the smaller number in an data array. Write 8085 …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 9, 2022 at 8:33 pm

      Vote up Answer! Download the below docx file for the answer.

      Vote up Answer!

      Download the below docx file for the answer.

      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: May 8, 2022In: Software Engineering

      How software reverse engineering is helpful in development of software. …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 8, 2022 at 4:01 pm

      The purpose of reverse-engineering is to find out how an object or system works. There are a variety of reasons to do this. Reverse-engineering can be used to learn how something works and to recreate the object or to create a similar object with added enhancements. Often the goal of reverse-engineeRead more

      The purpose of reverse-engineering is to find out how an object or system works. There are a variety of reasons to do this. Reverse-engineering can be used to learn how something works and to recreate the object or to create a similar object with added enhancements.

      Often the goal of reverse-engineering software or hardware is to find a way to create a similar product more inexpensively or because the original product is no longer available. Reverse-engineering in information technology is also used to address compatibility issues and make the hardware or software work with other hardware, software or operating systems that it wasn’t originally compatible with.

       

      How does the reverse-engineering process work?

      The reverse-engineering process is specific to the object on which its being performed. However, no matter the context, there are three general steps common to all reverse-engineering efforts. They include:

      • Information extraction. The object being reverse-engineered is studied, information about its design is extracted and that information is examined to determine how the pieces fit together. In software reverse-engineering, this might require gathering source code and related design documents for study. It may also involve the use of tools, such as a disassembler to break apart the program into its constituent parts.
      • Modeling. The collected information is abstracted into a conceptual model, with each piece of the model explaining its function in the overall structure. The purpose of this step is to take information specific to the original and abstract it into a general model that can be used to guide the design of new objects or systems. In software reverse-engineering this might take the form of a data flow diagram or a structure chart.
      • Review. This involves reviewing the model and testing it in various scenarios to ensure it is a realistic abstraction of the original object or system. In software engineering this might take the form of software testing. Once it is tested, the model can be implemented to reengineer the original object.
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 16 17 18 19 20 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 150
    • Best Answers 89
    • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved