File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,26 @@ LSTM network for sentiment analysis:
59
59
60
60
Energy-based recurrent neural network (RNN-RBM):
61
61
* :ref:`Modeling and generating sequences of polyphonic music <rnnrbm>`
62
+
63
+ Segmentation for medical imagery (meant to be read in order):
64
+ * :ref:`Fully Convolutional Networks (FCN) for 2D segmentation <fcn_2D_segm>`
65
+ * :ref:`U-Net <unet>`
66
+ * :ref:`1D segmentation <cnn_1D_segm>`
62
67
68
+
63
69
.. _Theano: http://deeplearning.net/software/theano
64
70
65
71
.. _Theano basic tutorial: http://deeplearning.net/software/theano/tutorial
66
72
67
73
.. _Contractive auto-encoders: https://github.com/lisa-lab/DeepLearningTutorials/blob/master/code/cA.py
68
74
69
- Note that the tutorials here are all compatible with Python 2 and 3, with the exception of :ref:`rnnrbm` which is only available for Python 2.
75
+
76
+
77
+
78
+ Note that the tutorials here are all compatible with Python 2 and 3,
79
+ with the exception of :ref:`rnnrbm` which is only available for Python 2, like
80
+ the tutorials in medical imagery segmentation.
81
+
82
+
83
+
70
84
You can’t perform that action at this time.
0 commit comments