/cybil

[WIP] Feed-Forward Neural Network with WASM bindings [soon™]

Primary LanguageRustGNU General Public License v3.0GPL-3.0

c y b [ i ] l .

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