Skip to content

Commit

Permalink
add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
100 committed Jan 9, 2017
1 parent 708a665 commit 536c6f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 11,8 @@

#### It supports fully-connected networks of arbitrary depth and structure, and should be reasonably fast as it uses a matrix-based approach to calculations. It is particularly suitable for low-resource machines or environments in which additional dependencies cannot be installed.

#### In order to maintain portability, BLAS implementations were not used. Feel free to change the ```multiply``` function in ```matrix.h``` to utilize faster methods. Generally, all matrix operations are done through these functions, so it is easy to modify them without changing the rest of the codebase.

#### Check out the detailed documentation [here](https://100.github.io/Cranium/).

<hr>
Expand Down

0 comments on commit 536c6f8

Please sign in to comment.