a collection of packages for ML projects, written in Tensorflow's Python API
To implement the neural speech decoders described in "Machine translation of cortical activity to text with an encoder-decoder framework" (Nature Neuroscience, 2020), you probably also want to install the higher-level package, ecog2txt
.
pip install tensorflow-gpu
git clone https://github.com/jgmakin/machine_learning.git
pip install -e machine_learning