Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anne-andresen/autoencoder_3d_c_cuda

3D Autoencoder training in raw C/CUDA
https://github.com/anne-andresen/autoencoder_3d_c_cuda

3d autoencoder c cuda nifti

Last synced: 8 days ago
JSON representation

3D Autoencoder training in raw C/CUDA

Awesome Lists containing this project

README

        

# Autoencoder_3D_C_CUDA
## Introduction

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.

## Installation

### Prerequisites

- CUDA Toolkit
- NIfTI-1 library
- GCC

### Installing NIfTI-1 Library

Download and install the NIfTI-1 library from the [NIfTI library website]().

### Clone the Repository

```sh
git clone https://github.com/Anne-Andresen/Autoencoder_3D_C_CUDA.git
cd Autoencoder_3D_C_CUDA