Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adjivas/feedforward

neural network
https://github.com/adjivas/feedforward

Last synced: 22 days ago
JSON representation

neural network

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).