Armando Solar-Lezama, Distinguished Professor of Computing and Associate Director of the Computer Science and Artificial ...
This project presents a Numerical Stroop Task designed in OpenSesame and analyzed in both MATLAB and Python. The task was used to investigate cognitive interference effects by comparing behavioral ...
We’ve put together some practical python code examples that cover a bunch of different skills. Whether you’re brand new to coding or you’ve been at it for a while, there’s something here to help you ...
x=1 #Valor inicial x0 donde inicia el método error_deseado=0.0001 # Tolerancia aceptada error=100 #Se inicia con un error grande que sirve para arrancar el ciclo ...