Neural Network Analysis of Psychological Data: A Step-by-Step Guide

Lingbo Tong,Zhiyong Zhang
DOI: https://doi.org/10.31234/osf.io/fpzxr
2024-01-01
Abstract:Artificial Neural Networks (ANN) are receiving more and more attention in the field of psychology. With the availability of software programs, the wide application of ANN becomes possible. However, without a firm understanding of the basics of the ANN, issues can easily arise. This paper presents a step-by-step guide for implementing a feed-forward neural network (FNN) on a psychological dataset to illustrate the critical steps in building, estimating, and interpreting a neural network model. We start with a concrete example of a basic 3-layer FNN, illustrating the core concepts, the matrix representation, and the whole optimization process. By adjusting parameters and changing the model structure, we examine their effects on model performance. Then, we introduce accessible methods for interpreting model results and making inferences. Through the guide, we hope to help researchers avoid common problems in applying neural network models, and machine learning methods in general.
What problem does this paper attempt to address?