Skip to content

Coding course materials for Brain-like computation and intelligence

Notifications You must be signed in to change notification settings

amathislab/NX-414

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NX-414: Brain-like computation and intelligence

Recent advances in machine learning have contributed to the emergence of powerful models for how humans and other animals reason and behave. In this course we will compare and contrast how such brain models as well as brains create intelligent behaviour.

Relevant links

Link to the Moodle page of the course: https://moodle.epfl.ch/course/view.php?id=16732

Link to the EPFL's Noto homepage: https://noto.epfl.ch

Run Jupyter Notebooks with EPFL's Noto

What is NOTO?

Noto is EPFL’s centralized JupyterLab platform that allows teachers and students to use Jupyter Notebooks online without having to install anything on their computer.

How to log into Noto?

  1. Go to https://noto.epfl.ch
  2. Log in with your Gaspar credentials

How to run Jupyter Notebooks online with Noto?

  1. Log into noto (How to?).
  2. Press the blue button in the top left corner to open the launcher.
  3. Open a terminal by selecting the appropriate icon. Navigagte to the folder where you want to download the repository NX-414.
  4. Type: git clone https://github.com/amathislab/NX-414.git
  5. Navigate to directory of the appropriate week and open the Jupter Notebook of your choice.

How to download the latest Jupyter Notebooks?

If you have already cloned the repository (How to?) and you want to update the content of the repository to the latest version, you have to:

  1. Log into noto (How to?)
  2. Press the blue button in the top left corner to open the launcher
  3. Open a terminal by selecting the appropriate icon in the launcher. Navigate to the root folder of the project "NX-414".
  4. Type git pull and execute the command