Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/storterald/neural-network

Simple neural network implementation in C++ and CUDA
https://github.com/storterald/neural-network

asm asmx86 c-plus-plus cmake cpp cuda machine-learning neural-network

Last synced: 11 days ago
JSON representation

Simple neural network implementation in C++ and CUDA

Awesome Lists containing this project

README

        

# Neural Network

A simple neural network implementation in `C++` and `CUDA`.

## How to build

Run the [**CMakeLists.txt**](./CMakeLists.txt) script with a preset included in the
[**CMakePresets.json**](./CMakePresets.json).

## Requirements

It is required to have installed the [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit),
[CMake](https://cmake.org/download/) and [MSVC](https://visualstudio.microsoft.com/downloads/).