Synaptic Neural WASM
WASM-optimized neural network engine for the Synaptic Neural Mesh project.
Features
- SIMD Acceleration: Leverages WebAssembly SIMD for fast computations
- Lightweight: Minimal dependencies for small WASM bundle size
- Browser & Node.js: Works in any WASM environment
- Neural Operations: Matrix operations, activation functions, and more
Usage
use ;
let mut network = new;
network.add_layer;
network.add_layer;
License
MIT OR Apache-2.0