You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,15 @@
1
1
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
+
2
13
DeepLearnToolbox
3
14
================
4
15
@@ -54,12 +65,6 @@ Setup
54
65
1. Download.
55
66
2. addpath(genpath('DeepLearnToolbox'));
56
67
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.
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.
2
11
3
12
DeepLearnToolbox
4
13
================
@@ -55,9 +64,3 @@ Setup
55
64
1. Download.
56
65
2. addpath(genpath('DeepLearnToolbox'));
57
66
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