Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adjivas/feedforward
neural network
https://github.com/adjivas/feedforward
Last synced: 22 days ago
JSON representation
neural network
- Host: GitHub
- URL: https://github.com/adjivas/feedforward
- Owner: adjivas
- License: gpl-3.0
- Created: 2015-09-12T14:48:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T15:00:19.000Z (about 9 years ago)
- Last Synced: 2024-10-04T15:58:38.003Z (about 1 month ago)
- Language: Rust
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Feedforward
===========[![Build Status](https://travis-ci.org/adjivas/feedforward.svg)](https://travis-ci.org/adjivas/feedforward)
[![GPLv3 License](http://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)This program is a *test's project* on neural network.
#### How to install:
```shell
git clone https://github.com/adjivas/feedforward.git && cd interpreter
cargo build
```
#### Directory-Tree:```shell
.
|__ Cargo.toml
|__ LICENSE
|__ README.md
\__ src
\__ bin.rs
```# License
*feedforward*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license](https://github.com/adjivas/feedforward/blob/master/LICENSE).