Skip to content
Snippets Groups Projects
user avatar
tkunze authored
e0f48d65
History

README

This is the source code of the master thesis "Investigating Conceptual Representation and Combination with Dynamic Field Theory". Dynamic Field Theory (DFT) is a dynamic-connectionist framework for models of cognitive processing.

Requirements

Technical dependencies on machine:

  • python3 (version 3.9.13)
  • python3-pip

Create conda envirionement with specific python version if necessary, e.g. via:

  • conda create -n <environment name>
  • conda install python=3.9.13

Install further dependencies in virtual environment in the following order via:

  1. Code in Src folder: pip install -e .
  2. Additional Requirements: pip install -r requirements.txt
  3. DynamicFieldPy: pip3 install git+https://github.com/danielsabinasz/DynamicFieldPy.git
  4. DynamicFieldFlow: pip3 install git+https://github.com/danielsabinasz/DynamicFieldFlow.git

Usage