Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanaxen committed Oct 31, 2022
1 parent baaf5e7 commit 19b8064
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.bak
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# tft

This is a C# application for time series forecasting using tft's R implementation.
Through the C# UI, you can easily perform time series forecasting with the
[Temporal Fusion Transformer model](https://arxiv.org/pdf/1912.09363.pdf)


At the core of this application, tft is ![](./images/554068490.png) https://github.com/mlverse.
It relies heavily on https://github.com/mlverse/tft, a wonderful library implemented in R developed at

<img src="./images/image01.gif" width=60%>
<img src="./images/image02.gif" width=60%>
# Requirements
[webview2](https://developer.microsoft.com/ja-jp/microsoft-edge/webview2/)
R-4.1.2
https://github.com/mlverse/tft
https://github.com/mlverse/torch
https://github.com/mlverse/luz

slider
ggplot2
tidymodels
plotly
htmlwidgets

[tft](https://github.com/mlverse/tft)
[torch](https://github.com/mlverse/torch )
[luz](https://github.com/mlverse/luz)

0 comments on commit 19b8064

Please sign in to comment.