paper-with-me

홈 › Papers

Using Machine Learning and Neural Networks to Analyze and Predict Chaos in Multi-Pendulum and Chaotic Systems

2025-04-18 · Vasista Ramachandruni, Sai Hruday Reddy Nara, Geo Lalu, Sabrina Yang, Mohit Ramesh Kumar, Aarjav Jain, Pratham Mehta, Hankyu Koo, Jason Damonte, Marx Akl

A chaotic system is a highly volatile system characterized by its sensitive dependence on initial conditions and outside factors. Chaotic systems are prevalent throughout the world today: in weather patterns, disease outbreaks, and even financial markets. Chaotic systems are seen in every field of science and humanities, so being able to predict these systems is greatly beneficial to society. In this study, we evaluate 10 different machine learning models and neural networks [1] based on Root Mean Squared Error (RMSE) and R^2 values for their ability to predict one of these systems, the multi-pendulum. We begin by generating synthetic data representing the angles of the pendulum over time using the Runge Kutta Method for solving 4th Order Differential Equations (ODE-RK4) [2]. At first, we used the single-step sliding window approach, predicting the 50st step after training for steps 0-49 and so forth. However, to more accurately cover chaotic motion and behavior in these systems, we transitioned to a time-step based approach. Here, we trained the model/network on many initial angles and tested it on a completely new set of initial angles, or 'in-between' to capture chaotic motion to its fullest extent. We also evaluated the stability of the system using Lyapunov exponents. We concluded that for a double pendulum, the best model was the Long Short Term Memory Network (LSTM)[3] for the sliding window and time step approaches in both friction and frictionless scenarios. For triple pendulum, the Vanilla Recurrent Neural Network (VRNN)[4] was the best for the sliding window and Gated Recurrent Network (GRU) [5] was the best for the time step approach, but for friction, LSTM was the best.

📄 PDF Abstract BibTeX arXiv:2504.13453

Code (0)

등록된 구현이 없습니다.

Tasks

Friction

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Memory Network 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

An adaptive fuzzy sliding mode controller applied to a chaotic pendulum

2022-06-03 · Wallace Moreira Bessa, Aline Souza de Paula, Marcelo Amorim Savi

In this work, an intelligent controller is employed to the chaos control problem in a nonlinear pendulum. The adopted approach is based on the sliding mode control strategy and enhanced by an adaptive fuzzy algorithm to …

LEMMA

Detecting chaos in lineage-trees: A deep learning approach

2021-06-08 · Hagai Rappeport, Irit Levin Reisman, Naftali Tishby, Nathalie Q. Balaban

Many complex phenomena, from weather systems to heartbeat rhythm patterns, are effectively modeled as low-dimensional dynamical systems. Such systems may behave chaotically under certain conditions, and so the ability to…

Deep LearningRhythm

The Deep Arbitrary Polynomial Chaos Neural Network or how Deep Artificial Neural Networks could benefit from Data-Driven Homogeneous Chaos Theory

2023-06-26 · Sergey Oladyshkin, Timothy Praditia, Ilja Kröker, Farid Mohammadi 외

Artificial Intelligence and Machine learning have been widely used in various fields of mathematical computing, physical modeling, computational science, communication science, and stochastic analysis. Approaches based o…

Stock Price Prediction using Dynamic Neural Networks

2023-06-18 · David Noel

This paper will analyze and implement a time series dynamic neural network to predict daily closing stock prices. Neural networks possess unsurpassed abilities in identifying underlying patterns in chaotic, non-linear, a…

Dynamic neural networksPredictionregressionStock Price Prediction+1

The Expressivity and Training of Deep Neural Networks: toward the Edge of Chaos?

2019-10-11 · Gege Zhang, Gangwei Li, Ningwei Shen, Weidong Zhang

Expressivity is one of the most significant issues in assessing neural networks. In this paper, we provide a quantitative analysis of the expressivity for the deep neural network (DNN) from its dynamic model, where the H…

image-classificationImage ClassificationTime SeriesTime Series Analysis+1