Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
100 committed Jan 7, 2017
1 parent 6be50c8 commit dd976be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@
<img src=""></img>
</div>

## <u>Cranium</u> is a portable, header-only, feed-forward artificial neural network framework written in vanilla C99.
## *Cranium* is a portable, header-only, feed-forward artificial neural network framework written in vanilla C99.

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

Expand Down

0 comments on commit dd976be

Please sign in to comment.