|
16 | 16 | "source": [
|
17 | 17 | "# Helpful Resources\n",
|
18 | 18 | "\n",
|
| 19 | + "* [The Titian V](https://www.nvidia.com/en-us/titan/titan-v/)\n", |
| 20 | + "* [GPU Benchmarks](https://www.videocardbenchmark.net/)\n", |
19 | 21 | "* [Amazon Web Services (AWS)](https://aws.amazon.com/)\n",
|
20 |
| - "* [Installing a Python Jupyter Notebook Server on AWS](https://gist.github.com/iamatypeofwalrus/5183133)\n", |
| 22 | + "* [My Blog Posts on AWS](http://www.heatonresearch.com/2017/11/15/aws-data-science.html)\n", |
21 | 23 | "* [Installing AWS for GPU TensorFlow Usage](https://gist.github.com/iamatypeofwalrus/5183133)\n",
|
22 |
| - "* [How to Use Tensorflow with a GPU](https://www.tensorflow.org/versions/r0.12/how_tos/using_gpu/index.html)\n", |
23 |
| - "* [CIFAR-10 Tutorial on TensorFlow](https://www.tensorflow.org/versions/r0.12/tutorials/deep_cnn/index.html)\n", |
24 |
| - "* [The CIFAR-10 Dataset](https://www.cs.toronto.edu/~kriz/cifar.html)\n", |
25 | 24 | "* [All AWS Instances](https://aws.amazon.com/ec2/instance-types/)\n",
|
26 | 25 | "* [AWS Instance Prices](https://aws.amazon.com/ec2/pricing/on-demand/)\n",
|
27 | 26 | "* [Amazon AWS GPU Instances](https://aws.amazon.com/ec2/instance-types/p2/)\n",
|
28 |
| - "* [Install CUDA on Mac](http://stackoverflow.com/questions/38710339/library-not-loaded-rpath-libcudart-7-5-dylib-tensorflow-error-on-mac)\n", |
29 |
| - "* [Setup TensorFlow GPU for MAC](https://www.tensorflow.org/versions/r0.12/get_started/os_setup.html#optional-setup-gpu-for-mac)\n", |
30 |
| - "* [Very Helpful Guide for TF/GPU](https://gist.github.com/Mistobaan/dd32287eeb6859c6668d)\n", |
31 | 27 | "* [nVIDIA Suggested Hardware](http://www.nvidia.com/object/gpu-accelerated-applications-tensorflow-configurations.html)"
|
32 | 28 | ]
|
33 | 29 | },
|
|
354 | 350 | "name": "python",
|
355 | 351 | "nbconvert_exporter": "python",
|
356 | 352 | "pygments_lexer": "ipython3",
|
357 |
| - "version": "3.5.4" |
| 353 | + "version": "3.6.3" |
358 | 354 | }
|
359 | 355 | },
|
360 | 356 | "nbformat": 4,
|
|
0 commit comments