https://github.com/adjivas/feedforward
neural network
https://github.com/adjivas/feedforward
Last synced: about 1 year 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T15:00:19.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T08:16:33.153Z (over 1 year 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
===========
[](https://travis-ci.org/adjivas/feedforward)
[](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).