Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jharrilim/cybil

[WIP] Feed-Forward Neural Network with WASM bindings [soon™]
https://github.com/jharrilim/cybil

ai feedforward-neural-network network neural neural-network rust wasm web-assembly

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# `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

```sh
cd ./lib/core
```

### Build

```sh
cargo build
```

### Test

```sh
cargo test
```