分享

GitHub|2017年 伦敦深度学习研讨会资料库

 那年当上博士前 2017-03-10

全球人工智能


文章参考:Github  翻译:林一鸣


这个代码仓库提供了使用Python,keras TensorFlow的机器学习ipython notebook教程


Contents


1:Installation安装

https://github.com/telecombcn-dl/2017-persontyle?winzoom=1#installation

2:Setup设置

https://github.com/telecombcn-dl/2017-persontyle?winzoom=1#setup

3:Sessions例子

https://github.com/telecombcn-dl/2017-persontyle?winzoom=1#sessions

4:Usage应用

https://github.com/telecombcn-dl/2017-persontyle?winzoom=1#usage


Installation


  • 代码在python 2.7Mac OS 下通过测试。

  • 根据官网教程利用pip安装TensorFlow1.0

https://github.com/tensorflow/tensorflow/blob/r0.10/tensorflow/g3doc/get_started/os_setup.md#pip-installation

  • 安装其他依赖库pip install -r requirements.txt


Setup


使用命令python setup.py收集数据和模型,避免notebooks卡住。


实例


  • 亚马逊服务器设置

  • 逻辑回归

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/2-3_classify.ipynb

  • 多类别分

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/2-3_classify.ipynb

  • Deep models深度模型

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/4_deep.ipynb

  • Convolutional Neural Networks卷积网络

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/5_convnets.ipynb

  • Visualization可视化

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/6_visualization.ipynb

  • GAN生成对抗网络

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/7_gan.ipynb

  • Deep Dream深度梦境

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/8_dream.ipynb

  • Neural Style神经风格

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/8_style.ipynb

  • Object Detection I目标检测1

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/detection/ssd_keras/testing.ipynb

  • Object Detection II目标检测2

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/detection/ssd_keras/testing_video.ipynb

  • Object Tracking I目标跟踪1

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/tracking/tracking_siamese.ipynb

  • Object Tracking II目标跟踪2

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/tracking/tracking_kalman.ipynb

  • LSTM char generationLSTM生成字符

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/13_lstm.ipynb

  • Embeddings词嵌入

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/14_embeddings.ipynb

  • 20news

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/15_news20.ipynb

  • Question Answering

https://github.com/telecombcn-dl/2017-persontyle/blob/master/sessions/16_QA.ipynb


Usage


Run a notebook 如何运行一个notebook

jupyter notebook

 打开浏览器输入:

http://localhost:8888

就可以开始编辑了


    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多