Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anne-andresen/autoencoder_3d_c_cuda
- Owner: Anne-Andresen
- License: apache-2.0
- Created: 2024-07-23T01:15:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T02:28:23.000Z (4 months ago)
- Last Synced: 2025-02-05T05:44:19.023Z (8 days ago)
- Topics: 3d, autoencoder, c, cuda, nifti
- Language: Cuda
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autoencoder_3D_C_CUDA
## IntroductionThis 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