AAAI2023「Are Transformers Effective for Time Series Forecasting?」と、HuggingFace「Yes, Transformers are Effective for Time Series Forecasting (+ Autoformer)」の紹介です。
This document discusses methods for automated machine learning (AutoML) and optimization of hyperparameters. It focuses on accelerating the Nelder-Mead method for hyperparameter optimization using predictive parallel evaluation. Specifically, it proposes using a Gaussian process to model the objective function and perform predictive evaluations in parallel to reduce the number of actual function evaluations needed by the Nelder-Mead method. The results show this approach reduces evaluations by 49-63% compared to baseline methods.
Ryosuke Hattori, Kazushi Okamoto, Atsushi Shibata: Visualizing the Importance of Floor-Plan Image Features in Rent-Prediction Models, Joint 11th International Conference on Soft Computing and Intelligent Systems and 21st International Symposium on Advanced Intelligent Systems (SCIS-ISIS2020), 2020.12
Kanta Nakamura, Kazushi Okamoto: Directed Graph-based Researcher Recommendation by Random Walk with Restart and Cosine Similarity, Joint 11th International Conference on Soft Computing and Intelligent Systems and 21st International Symposium on Advanced Intelligent Systems(SCIS-ISIS2020), 2020.12
Kanta Nakamura, Kazushi Okamoto: Development of a Collaborator Recommender System Based on Directed Graph Model, 20th International Symposium on Advanced Intelligent Systems and International Conference on Biometrics and Kansei Engineering (ISIS2019&ICBAKE2019), 2019.12
Kazushi Okamoto: Text Analysis of Academic Papers Archived in Institutional Repositories, 15th IEEE/ACIS International Conference on Computer and Information Science (ICIS2016), 2016.06.28
The document discusses triangular norm (t-norm) based kernel functions and their application to kernel k-means clustering. It introduces common kernel functions and describes how t-norms can be used to create new kernel functions. Several parameterized and non-parameterized t-norm based kernel functions are presented. The document then details experiments applying various kernel functions including t-norm kernels to four datasets, evaluating the results using adjusted rand index scores. The best performing kernels for each dataset are identified, with some t-norm kernels performing comparably or better than traditional kernels.