Skip to content

Commit a39b215

Browse files
authored
Merge pull request #96 from tmbdev/readme-curl-tar
README: CircleCI status badge
2 parents 7e47822 + 6bfc739 commit a39b215

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
------------------------
2-
| Project Announcements
3-
|:-----------------------
4-
| Please welcome @zuphilip and @kba as additional project maintainers. (10/15/2016)
5-
------------------------
6-
71
# clstm
82

9-
CLSTM is an implementation of the LSTM recurrent neural network
10-
model in C++, using the Eigen library for numerical computations.
3+
[![CircleCI](https://circleci.com/gh/tmbdev/clstm/tree/master.svg?style=svg)](https://circleci.com/gh/tmbdev/clstm/tree/master)
4+
5+
CLSTM is an implementation of the
6+
[LSTM](https://en.wikipedia.org/wiki/Long_short-term_memory) recurrent neural
7+
network model in C++, using the [Eigen](http://eigen.tuxfamily.org) library for
8+
numerical computations.
119

1210
# Future Plans
1311

12+
| Project Announcements
13+
|:-----------------------
14+
| Please welcome @zuphilip and @kba as additional project maintainers. (10/15/2016)
15+
1416
CLSTM is mainly in maintenance mode now. It was created at a time when there weren't a lot of good LSTM
1517
implementations around, but several good options have become available over the last year. Nevertheless, if
1618
you need a small library for text line recognition with few dependencies, CLSTM is still a good option.

0 commit comments

Comments
 (0)