File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- ------------------------
2
- | Project Announcements
3
- |:-----------------------
4
- | Please welcome @zuphilip and @kba as additional project maintainers. (10/15/2016)
5
- ------------------------
6
-
7
1
# clstm
8
2
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.
11
9
12
10
# Future Plans
13
11
12
+ | Project Announcements
13
+ |:-----------------------
14
+ | Please welcome @zuphilip and @kba as additional project maintainers. (10/15/2016)
15
+
14
16
CLSTM is mainly in maintenance mode now. It was created at a time when there weren't a lot of good LSTM
15
17
implementations around, but several good options have become available over the last year. Nevertheless, if
16
18
you need a small library for text line recognition with few dependencies, CLSTM is still a good option.
You can’t perform that action at this time.
0 commit comments