Shakila Praveen Rathnayake

shakilar.com
~/ projects / hybrid-lstm-anfis
Intelligent Control View Code

Hybrid LSTM-ANFIS MagLev Control

Advanced control system combining LSTM neural networks and ANFIS for nonlinear magnetic levitation stability.

MATLABDeep LearningLSTMANFISFuzzy Logic

Overview

A comprehensive research implementation that combines Long Short-Term Memory (LSTM) neural networks with an Adaptive Neuro-Fuzzy Inference System (ANFIS) to control nonlinear magnetic levitation systems. This hybrid architecture leverages the strengths of both deep learning (temporal pattern recognition) and fuzzy logic (interpretable control rules).

Architecture

The system utilizes a dual-stage control strategy:

  1. LSTM Network: Captures temporal dependencies and sequence dynamics from the system’s state history.
  2. ANFIS Controller: Takes the LSTM predictions along with current error states to generate the final control signal.

Why Hybrid?

Implementation Details

Back to projects