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: 8 months ago
JSON representation
[WIP] Feed-Forward Neural Network with WASM bindings [soon™]
- Host: GitHub
- URL: https://github.com/jharrilim/cybil
- Owner: jharrilim
- License: gpl-3.0
- Created: 2019-04-19T00:58:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T12:54:02.000Z (over 6 years ago)
- Last Synced: 2025-04-05T11:04:32.070Z (12 months ago)
- Topics: ai, feedforward-neural-network, network, neural, neural-network, rust, wasm, web-assembly
- Language: Rust
- Homepage:
- Size: 126 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```