Skip to content

DanielNietoC/MBC-DataAnalysis

 
 

Repository files navigation

MBC-DataAnalysis

This is the repository for the materials of the Data Analysis class at the UPF Masters for Brain & Cognition taught by Klaus Wimmer & Alex Hyafil, largely using material from Albert Compte.

Assignments

  • Assignment 0: Coding in Python
  • Assignment 1: Linear regression]descriptive statistics, parametric vs non-parametric methods & linear regression
  • Assignment 2: Psychometric curves & logistic regression
  • Assignment 3: Parameter uncertainty, bias-variance trade-off, model comparison
  • Assignment 4: Spike train analysis (rastergram, PSTH, ISI distribution, Fano Factor, auto-/cross-correlation, Poisson GLM
  • Assignment 5: Dimensionality reduction, Principial Component Analysis
  • Journal Club: journal club about data analysis in neuroscience

Before the course

Why should a cognitive psychologist / neuroscientist learn how to code?

See the arguments in these different sources:

Python tutorials

You can brush up your Python skills by following one (or some) of these suggested Python tutorials:

Setting up your computer to run Python

In this class we will run our analyses by coding them in Python. We will do this both in class and at home, so we need to have proper access to these programs. There are three different options: in the first one code will be run locally on your computer, while the second and third option use cloud computing (so no installation of any software on your computer):

  • If you will be using your own laptop at all times, you may want to install Python locally. The best option is to install the Anaconda package, which comes with everything we need for the class.
  • The preferred option for running Python codes in the cloud is using Google Colab, which is a free service. Just click on the "Google Colab" icon next to an assignment to open it in Google Colab (you can also go to the Google Colab homepage and import a notebook from your computer or with an url.
  • Alternatively, you can run Python codes in the cloud using Anaconda in myapps.upf.edu. This might be faster than on a slow local computer as it runs on UPF servers. You get a detailed explanation of this service here. When you access MyApps you will be able to upload and download files from your MyCloudFiles folder. Then, when you open a Jupyter Notebook from within a session of Anaconda in MyApps you will be working on that MyCloudFiles folder, so you can work and keep your code organized there. You will have everything in the cloud and accessible from any computer anywhere.

Statistics tutorials

You can also refresh your statistics with the following online courses:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%