Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Poppro authored Dec 29, 2020
1 parent f776177 commit ab5bef6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# C++ neural network static library. Developed as a simple, elegant, multi-purpose solution.
This library offers a simple interface for home-cooked reinforcement based deep learning projects. It is optimized for running in a multi-threaded environment, seeking to offer performance and simple, essential, features without the complexity endured from larger-scale libraries. This library does not currently support back propagation.
# PyreNet
## About
In short, this is a C++ neural network static library developed as a simple, elegant, multi-purpose solution.

To be a bit more elaborate, this library offers a simple interface for home-cooked reinforcement based deep learning projects. It is optimized for running in a multi-threaded environment, seeking to offer performance and simple, essential, features without the complexity endured from larger-scale libraries. This library does not currently support back propagation.

# Quick Start

## Installation
## Quick Start

### Installation
The library should be built as a static c++ library. No additional dependencies are required.

## Example Usage
### Example Usage

```
#include "PyreNet.h"
Expand Down

0 comments on commit ab5bef6

Please sign in to comment.