Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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™]
- Host: GitHub
- URL: https://github.com/jharrilim/cybil
- Owner: jharrilim
- License: gpl-3.0
- Created: 2019-04-19T00:58:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T12:54:02.000Z (over 5 years ago)
- Last Synced: 2024-10-24T10:06:25.583Z (3 months ago)
- Topics: ai, feedforward-neural-network, network, neural, neural-network, rust, wasm, web-assembly
- Language: Rust
- Homepage:
- Size: 126 KB
- Stars: 10
- Watchers: 3
- 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
```