Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/storterald/neural-network
- Owner: Storterald
- Created: 2024-08-19T18:09:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T10:32:41.000Z (14 days ago)
- Last Synced: 2025-01-30T11:28:54.873Z (14 days ago)
- Topics: asm, asmx86, c-plus-plus, cmake, cpp, cuda, machine-learning, neural-network
- Language: C++
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).