https://github.com/korigamik/neural-web
A feed forward Neural Network library and Visualization written in C++, compiled to wasm!
https://github.com/korigamik/neural-web
collaborate cpp emscripten feedforward-neural-network github github-pages machine-learning neural-network webassembly
Last synced: about 1 month ago
JSON representation
A feed forward Neural Network library and Visualization written in C++, compiled to wasm!
- Host: GitHub
- URL: https://github.com/korigamik/neural-web
- Owner: KorigamiK
- License: mpl-2.0
- Created: 2022-12-05T20:53:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T19:06:13.000Z (over 3 years ago)
- Last Synced: 2025-08-31T22:42:41.053Z (10 months ago)
- Topics: collaborate, cpp, emscripten, feedforward-neural-network, github, github-pages, machine-learning, neural-network, webassembly
- Language: C++
- Homepage: https://korigamik.github.io/Neural-Web/
- Size: 7.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural-Web
Neural Web is a highly cross-platform, super basic and simple Feed Forward Neural Network library written in C++.
## Features
- Basic Library API
- Cross-platform
- Multi-Layer Perceptron visualization
- Web Assembly support
- Web Demo
## Licensing
[Mozilla Public License 2.0](LICENSE)