Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early Stopping for Neural NARX #108

Open
wilsonrljr opened this issue May 12, 2023 · 2 comments
Open

Early Stopping for Neural NARX #108

wilsonrljr opened this issue May 12, 2023 · 2 comments
Labels
Enhancement New feature or request team effort maintainer will work together to solve it

Comments

@wilsonrljr
Copy link
Owner

Early stopping is a technique used in preventing overfitting and improving generalization performance of neural network models. By monitoring the model performance on a validation set during the training process, early stopping provides a mechanism to halt the training when the model starts to exhibit signs of overfitting.

Besides, early stopping can contribute to saving computational resources and time. Training neural networks can be computationally expensive, especially with large datasets and complex architectures. Early stopping enables us to avoid unnecessary training iterations, reducing the computational burden and allowing for faster experimentation and model development. This efficiency makes early stopping a practical and valuable feature for neural network training.

The SysIdentPy maintainer (wilsonrljr) is committed to helping in all steps of the implementation to make Early Stopping available for the users.

@wilsonrljr wilsonrljr added Enhancement New feature or request team effort maintainer will work together to solve it labels May 12, 2023
@wilsonrljr
Copy link
Owner Author

Hey @jamesyan20, thanks! Can you send me a message on discord so we can talk to make a plan to work on this? You can find me by joining the SysIdentPy channel: https://discord.gg/8eGE3PQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request team effort maintainer will work together to solve it
Projects
Status: No status
Development

No branches or pull requests

2 participants
@wilsonrljr and others