You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ Why not consider time series as images? In this Vision Time Series project, the
18
18
-**Data Preprocessing**: Raw cryptocurrency price data is cleaned and normalized to ensure consistent and accurate input for the model before turning into 4-hour arbitrary images, subsequently generating 4500 images per dataset.
19
19
-**Feature Engineering**: Custom features are generated to capture market trends and reduce dimensionality, resulting in a 60% reduction in feature correlation.
20
20
-**Model Training**: The vision model (ViT, Swin, DeiT, etc.) is trained using the engineered features, with hyperparameters optimized for optimal performance.
21
-
-**Evaluation**: The model is evaluated using standard metrics like Mean Absolute Error (MAE) and Root Mean Square Error (RMSE), showcasing its effectiveness in predicting market trends.
0 commit comments