This repository provides an implementation of a 3D autoencoder in raw CUDA C. The autoencoder handles NIfTI image files, but can be adapted to other file types.
- CUDA Toolkit
- NIfTI-1 library
- GCC
Download and install the NIfTI-1 library from the NIfTI library website.
git clone https://github.com/Anne-Andresen/Autoencoder_3D_C_CUDA.git
cd Autoencoder_3D_C_CUDA