├── .geany └── project-tree-layout.ini ├── .gitattributes ├── .gitignore ├── 2015-06-19_Presentation-PyConSG ├── README.md └── reveal.js-2.6.2 │ ├── img │ ├── 10-steps_648x360.png │ ├── CPU-GPU_759x408.png │ ├── GitHub_453x188.png │ ├── ImageNet-Results_574x469.png │ ├── LSTM_412x470.png │ ├── diags_1329x416.jpeg │ ├── google-imagenet_698x217.png │ ├── googlenet-arch_1228x573.jpg │ ├── gradient-descent_364x306.png │ ├── ilsvrc1_850x314.png │ ├── image-labelling-results_667x419.png │ ├── image-labelling_642x484.png │ ├── img-to-cat_700x131.png │ ├── ipython-bokeh-hello-world_700x394.png │ ├── ipython-live-plotting_478x400.png │ ├── lenet5_759x209.png │ ├── mnist_100_digits_255x204.png │ ├── multi-layer_356x324.png │ ├── netvis-mnist-100S_829x425.png │ ├── one-neuron_602x381.png │ ├── redcatlabs_logo1_280x39.png │ ├── zoom-1_690x390.png │ ├── zoom-2_600x348.png │ ├── zoom-3_600x313.png │ └── zoom-4_241x500.png │ └── presentation.html ├── LICENSE ├── README.md ├── bin ├── ipynb_optional_output_filter.py └── ipynb_output_filter.py ├── data └── README.md ├── gpu_check.py ├── ipynb ├── 0-TestOfFilter.ipynb ├── 1-LivePlotting.ipynb ├── 2-TestGPU-check.py ├── 2-TestGPU.ipynb ├── 3-ChooseGPU.ipynb ├── 5-BidirectionalAnnotation_flat.py ├── 6-RNN-as-Author.ipynb ├── 8-ParseLogFiles.ipynb ├── _TODO_5-BidirectionalAnnotation.ipynb ├── _TODO_7-LSTM-as-Author.ipynb ├── blocks-introduction-mnist.ipynb └── blocks-recurrent-docs.ipynb ├── models ├── .ensure_exists ├── Shakespeare.plays.txt.model_results.txt └── Shakespeare.poetry.txt.model_results.txt ├── requirements.txt └── theano.cuda-gpuarray.rc /.geany/project-tree-layout.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/.geany/project-tree-layout.ini -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/.gitignore -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/README.md -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/10-steps_648x360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/10-steps_648x360.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/CPU-GPU_759x408.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/CPU-GPU_759x408.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/GitHub_453x188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/GitHub_453x188.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ImageNet-Results_574x469.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ImageNet-Results_574x469.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/LSTM_412x470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/LSTM_412x470.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/diags_1329x416.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/diags_1329x416.jpeg -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/google-imagenet_698x217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/google-imagenet_698x217.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/googlenet-arch_1228x573.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/googlenet-arch_1228x573.jpg -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/gradient-descent_364x306.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/gradient-descent_364x306.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ilsvrc1_850x314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ilsvrc1_850x314.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/image-labelling-results_667x419.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/image-labelling-results_667x419.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/image-labelling_642x484.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/image-labelling_642x484.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/img-to-cat_700x131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/img-to-cat_700x131.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ipython-bokeh-hello-world_700x394.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ipython-bokeh-hello-world_700x394.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ipython-live-plotting_478x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/ipython-live-plotting_478x400.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/lenet5_759x209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/lenet5_759x209.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/mnist_100_digits_255x204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/mnist_100_digits_255x204.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/multi-layer_356x324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/multi-layer_356x324.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/netvis-mnist-100S_829x425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/netvis-mnist-100S_829x425.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/one-neuron_602x381.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/one-neuron_602x381.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/redcatlabs_logo1_280x39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/redcatlabs_logo1_280x39.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-1_690x390.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-1_690x390.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-2_600x348.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-2_600x348.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-3_600x313.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-3_600x313.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-4_241x500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/img/zoom-4_241x500.png -------------------------------------------------------------------------------- /2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/presentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/2015-06-19_Presentation-PyConSG/reveal.js-2.6.2/presentation.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/README.md -------------------------------------------------------------------------------- /bin/ipynb_optional_output_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/bin/ipynb_optional_output_filter.py -------------------------------------------------------------------------------- /bin/ipynb_output_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/bin/ipynb_output_filter.py -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/data/README.md -------------------------------------------------------------------------------- /gpu_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/gpu_check.py -------------------------------------------------------------------------------- /ipynb/0-TestOfFilter.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/0-TestOfFilter.ipynb -------------------------------------------------------------------------------- /ipynb/1-LivePlotting.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/1-LivePlotting.ipynb -------------------------------------------------------------------------------- /ipynb/2-TestGPU-check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/2-TestGPU-check.py -------------------------------------------------------------------------------- /ipynb/2-TestGPU.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/2-TestGPU.ipynb -------------------------------------------------------------------------------- /ipynb/3-ChooseGPU.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/3-ChooseGPU.ipynb -------------------------------------------------------------------------------- /ipynb/5-BidirectionalAnnotation_flat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/5-BidirectionalAnnotation_flat.py -------------------------------------------------------------------------------- /ipynb/6-RNN-as-Author.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/6-RNN-as-Author.ipynb -------------------------------------------------------------------------------- /ipynb/8-ParseLogFiles.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/8-ParseLogFiles.ipynb -------------------------------------------------------------------------------- /ipynb/_TODO_5-BidirectionalAnnotation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/_TODO_5-BidirectionalAnnotation.ipynb -------------------------------------------------------------------------------- /ipynb/_TODO_7-LSTM-as-Author.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/_TODO_7-LSTM-as-Author.ipynb -------------------------------------------------------------------------------- /ipynb/blocks-introduction-mnist.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/blocks-introduction-mnist.ipynb -------------------------------------------------------------------------------- /ipynb/blocks-recurrent-docs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/ipynb/blocks-recurrent-docs.ipynb -------------------------------------------------------------------------------- /models/.ensure_exists: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /models/Shakespeare.plays.txt.model_results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/models/Shakespeare.plays.txt.model_results.txt -------------------------------------------------------------------------------- /models/Shakespeare.poetry.txt.model_results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/models/Shakespeare.poetry.txt.model_results.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/requirements.txt -------------------------------------------------------------------------------- /theano.cuda-gpuarray.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdda/pycon.sg-2015_deep-learning/HEAD/theano.cuda-gpuarray.rc --------------------------------------------------------------------------------