Skip to content

Commit 5df2801

Browse files
Merge pull request rasmusbergpalm#158 from rasmusbergpalm/deprecation
Add deprecation notice
2 parents 9faf641 + 5dad589 commit 5df2801

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
Deprecation notice.
3+
-----
4+
5+
This toolbox is outdated and no longer maintained.
6+
7+
There are much better tools available for deep learning than this toolbox, e.g. [Theano](http://deeplearning.net/software/theano/), [torch](http://torch.ch/) or [tensorflow](http://www.tensorflow.org/)
8+
9+
I would suggest you use one of the tools mentioned above rather than use this toolbox.
10+
11+
Best, Rasmus.
12+
213
DeepLearnToolbox
314
================
415

@@ -54,12 +65,6 @@ Setup
5465
1. Download.
5566
2. addpath(genpath('DeepLearnToolbox'));
5667

57-
Known errors
58-
------------------------------
59-
60-
`test_cnn_gradients_are_numerically_correct` fails on Octave because of a bug in Octave's convn implementation. See http://savannah.gnu.org/bugs/?39314
61-
62-
`test_example_CNN` fails in Octave for the same reason.
6368
Example: Deep Belief Network
6469
---------------------
6570
```matlab

README_header.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/rasmusbergpalm/deeplearntoolbox/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
1+
Deprecation notice.
2+
-----
3+
4+
This toolbox is outdated and no longer maintained.
5+
6+
There are much better tools available for deep learning than this toolbox, e.g. [Theano](http://deeplearning.net/software/theano/), [torch](http://torch.ch/) or [tensorflow](http://www.tensorflow.org/)
7+
8+
I would suggest you use one of the tools mentioned above rather than use this toolbox.
9+
10+
Best, Rasmus.
211

312
DeepLearnToolbox
413
================
@@ -55,9 +64,3 @@ Setup
5564
1. Download.
5665
2. addpath(genpath('DeepLearnToolbox'));
5766

58-
Known errors
59-
------------------------------
60-
61-
`test_cnn_gradients_are_numerically_correct` fails on Octave because of a bug in Octave's convn implementation. See http://savannah.gnu.org/bugs/?39314
62-
63-
`test_example_CNN` fails in Octave for the same reason.

0 commit comments

Comments
 (0)