=========================
CCN_Python is the code that the Cognitive Computational Neuroscience Laboratory in Bilkent has been gathering related to EEG data. This source code can be used for data input/output, preprocessing, vizualization and machine learning processes (computer-based statistics). This code was mostly inspired from MNE-Python library which does the wanted functionality but was later changed so that it fits the needs of the lab. For a more extensive version of the functionality visit : https://github.com/mne-tools/mne-python .
CCN Lab in Bilkent: http://web3.bilkent.edu.tr/ccn/
Installing the libraries needed for this source code can be done through the setup.py file. You can run this file in your computer by typing: python3 setup.py
The dependencies that will be installed in their last version will be: numpy pandas scipy itertools sklearn matplotlib mne keras
Apache Licensed.