# MCP **Repository Path**: cnyan/mcp ## Basic Information - **Project Name**: MCP - **Description**: modelling cognitive processes 认知过程建模 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-30 - **Last Updated**: 2025-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction to modeling cognitive processes [![Lines](https://img.shields.io/tokei/lines/github/CogComNeuroSci/modeling-master?style=plastic?color=yellowgreen)](https://img.shields.io/tokei/lines/github/CogComNeuroSci/modeling-master?style=plastic?color=yellowgreen) [![Commits](https://img.shields.io/github/last-commit/CogComNeuroSci/modeling-master?style=plastic)](https://img.shields.io/github/last-commit/CogComNeuroSci/modeling-master?style=plastic) [![Contributors](https://img.shields.io/github/contributors/CogComNeuroSci/modeling-master?style=plastic)](https://img.shields.io/github/contributors/CogComNeuroSci/modeling-master?style=plastic) ## Overview This folder contains the code attached to the MCP handbook. The book is written by Tom Verguts; he thanks Esther De Loof, Mehdi Senoussi, and Pieter Huycke for lots of coding inspiration. ## Organization The folders are organized according to chapter. The chapters line up with the MCP handbook. ## Programming environment We rely heavily on Python 3 incorporated in the Anaconda environment. The most recent scripts use TensorFlow 2 (TF2); I highly recommend TF2, rather than the earlier TF1. Several modules are required to run the scripts, but the most important softwares are: - Python 3 (*v. 3.6) - Anaconda 3 (*v. 4.10.3) - TensorFlow 2 (*v. 2.4) Note that we always work with Anaconda via virtual environments. Our preferred editor is Spyder. You can use our own TensorFlow 2 environment by creating a new environment with the modelling_mac.yml or modelling_windows.yml files (in folder installation). ## Contact Tom Verguts * [mail](mailto:Tom.Verguts@UGent.be) * [web entry](https://www.cogcomneurosci.com/about/#principal-investigator) [Lab website]: https://cogcomneurosci.com/ **Last edit: 1-09-2022**