paper-with-me

Papers

TKAN: Temporal Kolmogorov-Arnold Networks

2024-05-12 · Remi Genet, Hugo Inzirillo

Recurrent Neural Networks (RNNs) have revolutionized many areas of machine learning, particularly in natural language and data sequence processing. Long Short-Term Memory (LSTM) has demonstrated its ability to capture long-term dependencies in sequential data. Inspired by the Kolmogorov-Arnold Networks (KANs) a promising alternatives to Multi-Layer Perceptrons (MLPs), we proposed a new neural networks architecture inspired by KAN and the LSTM, the Temporal Kolomogorov-Arnold Networks (TKANs). TKANs combined the strenght of both networks, it is composed of Recurring Kolmogorov-Arnold Networks (RKANs) Layers embedding memory management. This innovation enables us to perform multi-step time series forecasting with enhanced accuracy and efficiency. By addressing the limitations of traditional models in handling complex sequential patterns, the TKAN architecture offers significant potential for advancements in fields requiring more than one step ahead forecasting.

📄 PDF Abstract BibTeX arXiv:2405.07344

Code (2)

remigenet/tkan 공식 구현 tf
remigenet/TKAT tf

Tasks

Kolmogorov-Arnold NetworksManagementTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Temporal Kolmogorov-Arnold Transformer for Time Series Forecasting

2024-06-04 · Remi Genet, Hugo Inzirillo

Capturing complex temporal patterns and relationships within multivariate data streams is a difficult task. We propose the Temporal Kolmogorov-Arnold Transformer (TKAT), a novel attention-based architecture designed to a…

DecoderKolmogorov-Arnold NetworksTime SeriesTime Series Forecasting

Deep State Space Recurrent Neural Networks for Time Series Forecasting

2024-07-21 · Hugo Inzirillo

We explore various neural network architectures for modeling the dynamics of the cryptocurrency market. Traditional linear models often fall short in accurately capturing the unique and complex dynamics of this market. I…

Kolmogorov-Arnold NetworksState Space ModelsTime SeriesTime Series Forecasting

Kolmogorov-Arnold Networks are Radial Basis Function Networks

2024-05-10 · Ziyao Li

This short paper is a fast proof-of-concept that the 3-order B-splines used in Kolmogorov-Arnold Networks (KANs) can be well approximated by Gaussian radial basis functions. Doing so leads to FastKAN, a much faster imple…

Kolmogorov-Arnold Networks

QuantKAN: A Unified Quantization Framework for Kolmogorov Arnold Networks

2025-11-24 · Kazi Ahmed Asif Fuad, Lizhong Chen arxiv

Kolmogorov--Arnold Networks (KANs) replace linear weights with spline-based functions, offering strong expressivity but posing challenges for low-precision deployment due to heterogeneous parameter distributions. We intr…

BSRBF-KAN: A combination of B-splines and Radial Basis Functions in Kolmogorov-Arnold Networks

2024-06-17 · Hoang-Thang Ta

In this paper, we introduce BSRBF-KAN, a Kolmogorov Arnold Network (KAN) that combines B-splines and radial basis functions (RBFs) to fit input vectors during data training. We perform experiments with BSRBF-KAN, multi-l…

Image ClassificationKolmogorov-Arnold Networks