We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82dbb1 commit 7e20cd6Copy full SHA for 7e20cd6
README.md
@@ -1,7 +1,7 @@
1
deepnet
2
=======
3
4
-# Implementation of some deep learning algorithms. #
+## Implementation of some deep learning algorithms. ##
5
6
GPU-based python implementation of
7
@@ -12,5 +12,6 @@ GPU-based python implementation of
12
5. Deep Boltzmann Machines
13
6. Convolutional Neural Nets
14
15
-Built on top of the cudamat library by Vlad Mnih and cuda-convnet library by
+Built on top of the [cudamat](http://code.google.com/p/cudamat/) library by
16
+Vlad Mnih and [cuda-convnet](http://code.google.com/p/cuda-convnet/) library by
17
Alex Krizhevsky.
0 commit comments