Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

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

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7073201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:54:03+00:00 2026-05-28T05:54:03+00:00

I have an AI project, which uses a Backpropagation neural network. It is training

  • 0

I have an AI project, which uses a Backpropagation neural network.

It is training for about 1 hour, and it has trained 60-70 inputs from all 100 inputs. I mean, 60-70 inputs are correct in the condition of Backpropagation. (the number of trained inputs is moving between 60 and 70).

And currently, more than 10000 epochs are completed, and each epoch is taking almost 0.5 seconds.

How to know if the neural network can be trained successfully if I leave it for a long time? (or it can’t train better?)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:54:04+00:00Added an answer on May 28, 2026 at 5:54 am

    Check out my answer to this question: whats is the difference between train, validation and test set, in neural networks?

    You should use 3 sets of data:

    • Training
    • Validation
    • Testing

    The Validation data set tells you when you should stop (as I said in the other answer):

    The validation data set is used to minimize overfitting. You’re not
    adjusting the weights of the network with this data set, you’re just
    verifying that any increase in accuracy over the training data set
    actually yields an increase in accuracy over a data set that has not
    been shown to the network before, or at least the network hasn’t
    trained on it (i.e. validation data set). If the accuracy over the
    training data set increases, but the accuracy over then validation
    data set stays the same or decreases, then you’re overfitting your
    neural network and you should stop training.

    A good method for validation is to use 10-fold (k-fold) cross-validation. Additionally, there are specific “strategies” for splitting your data set into training, validation and testing. It’s somewhat of a science in itself, so you should read up on that too.

    Update

    Regarding your comment on the error, I would point you to some resources which can give you a better understanding of neural networks (it’s kinda math heavy, but see below for more info):

    1. http://www.colinfahey.com/neural_network_with_back_propagation_learning/neural_network_with_back_propagation_learning_en.html
    2. http://www.willamette.edu/~gorr/classes/cs449/linear2.html

    Section 5.9 of Colin Fahey article describes it best:

    Backward error propagation formula:
    The error values at the neural network outputs are computed using the following formula:

    Error = (Output - Desired);  // Derived from: Output = Desired + Error;
    

    The error accumulation in a neuron body is adjusted according to the output of the neuron body and the output error (specified by links connected to the neuron body).
    Each output error value contributes to the error accumulator in the following manner:

    ErrorAccumulator += Output * (1 - Output) * OutputError;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a java ee project which has a text file that uses a
I currently have a C# project which uses plugins and has a fairly common
I have a project which uses several dependencies from the axis2 project. one of
I have a project which uses a large library residing in its own repository.
I have a C# project A which uses a .net wrapper DLL and a
I have inherited a visual studio 2003 project which uses some custom build steps.
I have just begun working on a project which uses Mercurial as a version
I have some local changes to an open source project which uses Subversion as
Have recently been given a project to complete which uses XML quite extensively.Am looking
I have a DLL project in VS 2008 Pro which uses OpenMP. I use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.