eamonnkeogh
eamonnkeogh t1_j5x10g4 wrote
May I suggest you look at this short checklist?
https://www.cs.ucr.edu/~eamonn/public/ChecklistforRevisingaDataMiningPaper.doc
eamonnkeogh t1_j2vpjfb wrote
Why assume that ANY deep learning is useful for time series forecasting ?
​
-
Do We Really Need Deep Learning Models for Time Series Forecasting? https://arxiv.org/abs/2101.02118
-
Deep Learning for Road Traffic Forecasting: Does it Make a Difference?
https://arxiv.org/abs/2012.02260
- ( a little more generally) https://www.youtube.com/watch?v=Vg1p3DouX8w&t=828s&ab_channel=EamonnKeogh
eamonnkeogh t1_iyk8zbx wrote
Indexing rock art (Petroglyphs)
https://www.cs.ucr.edu/~eamonn/MiningPetroglyphs_KDD09.pdf
Annotating Historical Archives of Images.
https://www.cs.ucr.edu/~eamonn/AnnotatingHistoricalImages.pdf
Mining Historical Manuscripts with Local Color Patches.
eamonnkeogh t1_j7xw5xp wrote
Reply to [D] Similarity b/w two vectors by TKMater
If you settle on the Euclidean distance (or weighted Euclidean distance) and you need to do it FAST, can I recommend the amazing MASS algorithm https://www.cs.unm.edu/~mueen/FastestSimilaritySearch.html