NEAT-AI is a Deno/TypeScript neuroevolution library that evolves neural networks using WASM-accelerated activation, memetic evolution, error-guided structural discovery, and optional GPU-accelerated analysis via a Rust FFI extension.
AI & MLTraining & evaluation
Shared native Rust compute core for NEAT-AI: the neat-core crate holds the scoring, loss and batched SIMD kernels used to run evolved neural networks, with optional rayon parallelism and a dual wasm32 and wasm64 WebAssembly bundle release pipeline.
AI & MLDeveloper toolsTraining & evaluation