This introductory tutorial covers the very first steps how to start working with Python (installation, different IDEs, where to get help, and resources to learn Python) and brings you closer to the first coding.
How to fit reinforcement learning models to behavioral data using Maximum Likelihood Estimation (MLE). The main goal is to show how to answer research questions using modeling. Post goes over important steps of modeling, such as model selection, model validation, and data generation.
This post serves as an introduction to the EEG data processing and particularly the usage of MNE-Python package. The post goes over such preprocessing steps as labeling bad channels and trials, artifacts removal, and data epoching. Additionally, the event-related potential is calculated and compared between groups and conditions. Sample of EEG data is taken from Cavanagh et al. (2019) experiment.