Jeng Fuh-Cherng, Jeng Yu-Shiang
Communication Sciences and Disorders, Ohio University, Athens, Ohio.
Computer Science and Engineering, Ohio State University, Columbus, Ohio.
Semin Hear. 2022 Oct 26;43(3):251-274. doi: 10.1055/s-0042-1756219. eCollection 2022 Aug.
The frequency-following response (FFR) provides enriched information on how acoustic stimuli are processed in the human brain. Based on recent studies, machine learning techniques have demonstrated great utility in modeling human FFRs. This tutorial focuses on the fundamental principles, algorithmic designs, and custom implementations of several supervised models (linear regression, logistic regression, -nearest neighbors, support vector machines) and an unsupervised model ( -means clustering). Other useful machine learning tools (Markov chains, dimensionality reduction, principal components analysis, nonnegative matrix factorization, and neural networks) are discussed as well. Each model's applicability and its pros and cons are explained. The choice of a suitable model is highly dependent on the research question, FFR recordings, target variables, extracted features, and their data types. To promote understanding, an example project implemented in Python is provided, which demonstrates practical usage of several of the discussed models on a sample dataset of six FFR features and a target response label.
频率跟随反应(FFR)提供了关于人类大脑如何处理声学刺激的丰富信息。基于最近的研究,机器学习技术在模拟人类FFR方面已显示出巨大的效用。本教程重点介绍几种监督模型(线性回归、逻辑回归、K近邻、支持向量机)和一种无监督模型(K均值聚类)的基本原理、算法设计和自定义实现。还讨论了其他有用的机器学习工具(马尔可夫链、降维、主成分分析、非负矩阵分解和神经网络)。解释了每个模型的适用性及其优缺点。合适模型的选择高度依赖于研究问题、FFR记录、目标变量、提取的特征及其数据类型。为了促进理解,提供了一个用Python实现的示例项目,该项目展示了在一个包含六个FFR特征和一个目标响应标签的样本数据集上所讨论的几种模型的实际用法。