You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cybil is a Feed-Forward Neural Network written in Rust. This project aims to be used with WASM, and will provide WASM bindings for usage in Javascript/browsers.
Development
Getting Started
First enter the core dir
cd ./lib/core
Build
cargo build
Test
cargo test
About
[WIP] Feed-Forward Neural Network with WASM bindings [soon™]