From 7abf1f23b11cb5d275ddeadf52d1118143f4d71f Mon Sep 17 00:00:00 2001 From: altunenes Date: Thu, 5 Sep 2024 01:43:53 +0300 Subject: [PATCH] readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9615306..d6bfa59 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ![License](https://img.shields.io/badge/License-MIT-blue.svg) -A Rust implementation of ASAP (Automatic Smoothing for Attention Prioritization), based on the paper "ASAP: Prioritizing Attention via Time Series Smoothing" +A Rust implementation of ASAP (Automatic Smoothing for Attention Prioritization), based on the paper "ASAP: Prioritizing Attention via Time Series Smoothing" learn more: [source paper & js code: ](https://github.com/stanford-futuredata/ASAP) This project provides a high-performance Rust implementation of the ASAP algorithm for time series smoothing. It aims to efficiently reduce noise in time series data while preserving significant trends, optimized for visualization purposes.