Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Regression Toward the Mean01:52

Regression Toward the Mean

6.6K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.6K
Regression Analysis01:11

Regression Analysis

6.7K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
6.7K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

8.2K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.2K
Multiple Regression01:25

Multiple Regression

3.4K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.4K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

147
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
147

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Synthesis of agro-industrial wastes/sodium alginate/bovine gelatin-based polysaccharide hydrogel beads: Characterization and application as controlled-release microencapsulated fertilizers.

International journal of biological macromolecules·2024
Same author

Effluent parameters prediction of a biological nutrient removal (BNR) process using different machine learning methods: A case study.

Journal of environmental management·2023
Same author

Screening plant growth effects of sheep slaughterhouse waste-derived soil amendments in greenhouse trials.

Journal of environmental management·2022
Same author

Application of combined EO/PMS/Me<sup>2+</sup> process in organic matter and true color removal from paint manufacturing industry wastewater.

Environmental research·2022
Same author

Decolorization of textile wastewater by electrooxidation process using different anode materials: Statistical optimization.

Water environment research : a research publication of the Water Environment Federation·2022
Same author

A comprehensive techno-economic analysis of income-generating sources on the conversion of real sheep slaughterhouse waste stream into valorized by-products.

Journal of environmental management·2022

Related Experiment Video

Updated: Nov 1, 2025

O-cresol Concentration Online Measurement Based On Near Infrared Spectroscopy Via Partial Least Square Regression
06:50

O-cresol Concentration Online Measurement Based On Near Infrared Spectroscopy Via Partial Least Square Regression

Published on: November 8, 2019

6.8K

Achieving Online Regression Performance of LSTMs With Simple RNNs.

N Mert Vural, Fatih Ilhan, Selim F Yilmaz

    IEEE Transactions on Neural Networks and Learning Systems
    |June 17, 2021
    PubMed
    Summary

    Simple RNNs (SRNNs) can now match Long Short-Term Memory (LSTM) network performance for online regression. A new training algorithm enables SRNNs to achieve LSTM-level results with significantly reduced training times.

    More Related Videos

    Comparison of Predictive Performance of Three Lymph Node Staging Systems in Colorectal Signet Ring Cell Carcinoma Based on Machine Learning Model
    07:13

    Comparison of Predictive Performance of Three Lymph Node Staging Systems in Colorectal Signet Ring Cell Carcinoma Based on Machine Learning Model

    Published on: April 18, 2025

    301
    Localizing Function-specific Targets for Transcranial Magnetic Stimulation in the Absence of Navigation Equipment
    09:30

    Localizing Function-specific Targets for Transcranial Magnetic Stimulation in the Absence of Navigation Equipment

    Published on: May 23, 2025

    934

    Related Experiment Videos

    Last Updated: Nov 1, 2025

    O-cresol Concentration Online Measurement Based On Near Infrared Spectroscopy Via Partial Least Square Regression
    06:50

    O-cresol Concentration Online Measurement Based On Near Infrared Spectroscopy Via Partial Least Square Regression

    Published on: November 8, 2019

    6.8K
    Comparison of Predictive Performance of Three Lymph Node Staging Systems in Colorectal Signet Ring Cell Carcinoma Based on Machine Learning Model
    07:13

    Comparison of Predictive Performance of Three Lymph Node Staging Systems in Colorectal Signet Ring Cell Carcinoma Based on Machine Learning Model

    Published on: April 18, 2025

    301
    Localizing Function-specific Targets for Transcranial Magnetic Stimulation in the Absence of Navigation Equipment
    09:30

    Localizing Function-specific Targets for Transcranial Magnetic Stimulation in the Absence of Navigation Equipment

    Published on: May 23, 2025

    934

    Area of Science:

    • Machine Learning
    • Artificial Intelligence
    • Deep Learning

    Background:

    • Recurrent Neural Networks (RNNs) excel at modeling nonlinear temporal dependencies for online regression.
    • Long Short-Term Memory (LSTM) networks are a popular RNN type, adept at learning long-term dependencies and mitigating vanishing gradients.
    • However, LSTMs' extensive parameters lead to prolonged training durations compared to Simple RNNs (SRNNs).

    Purpose of the Study:

    • To develop an efficient method for achieving LSTM-level online regression performance using SRNNs.
    • To introduce a novel training algorithm that reduces computational complexity and training time.

    Main Methods:

    • A first-order training algorithm with linear time complexity relative to the number of parameters was developed.
    • The algorithm was applied to train SRNNs for online regression tasks.
    • Theoretical analysis, including regret bounds on convergence rates, was conducted to support the findings.

    Main Results:

    • SRNNs trained with the proposed algorithm demonstrated online regression performance comparable to LSTMs.
    • The training time for SRNNs using the new algorithm was two to three times shorter than for LSTMs.
    • Experimental results validated the theoretical analysis and showed superior performance against LSTMs and other state-of-the-art models.

    Conclusions:

    • The developed training algorithm enables SRNNs to efficiently achieve high-level online regression performance, matching LSTMs.
    • This approach offers a significant reduction in training time without compromising accuracy.
    • The findings suggest a more computationally efficient alternative for complex temporal dependency modeling in online regression.