From 58dfb0d3303f29628b3431043819aaa40ef8cc35 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 7 Dec 2020 11:53:18 +1100 Subject: [PATCH] update link for theano --- lectures/about_py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/about_py.md b/lectures/about_py.md index cfd17c6a..c0024e2a 100644 --- a/lectures/about_py.md +++ b/lectures/about_py.md @@ -455,7 +455,7 @@ Apart from the cloud computing options listed above, you might like to consider ```{index} single: parallel computing; pycuda ``` -* GPU programming through [PyCuda](https://wiki.tiker.net/PyCuda), [PyOpenCL](https://mathema.tician.de/software/pyopencl/), [Theano](http://deeplearning.net/software/theano/) or similar. +* GPU programming through [PyCuda](https://wiki.tiker.net/PyCuda), [PyOpenCL](https://mathema.tician.de/software/pyopencl/), [Theano](https://en.wikipedia.org/wiki/Theano_(software)) or similar. (intfc)= ### Other Developments