Instructions to use adriahabib/aunet_timeseries with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use adriahabib/aunet_timeseries with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://adriahabib/aunet_timeseries") - Notebooks
- Google Colab
- Kaggle
AUNET: Attention-Based Time Series Forecasting
AUNET is a neural network architecture designed for time series forecasting, combining multi-head self-attention with dense layers to capture temporal patterns in numeric datasets. Developed using TensorFlow/Keras, it supports customizable input windows and forecast horizons.
Usage
from aunet_model import AUNET
model = AUNET(input_length=30, forecast_horizon=7)
model.fit(X_train, y_train)
y_pred = model.predict(X_test)
Model Details
- Architecture: Multi-head self-attention + dense layers
- Framework: TensorFlow / Keras
- Use Case: Multistep forecasting of univariate or multivariate numeric time series
- Target Feature: Second column of data (post date-drop)
Authors
- Adria Binte Habib
- Dr. Golam Rabiul Alam
- Dr. Zia Uddin
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support