https://github.com/LTS4/DeepFool 貌似是说可以愚弄深度神经网络?

https://github.com/tflearn/tflearn TF学习指南

http://gitxiv.com/posts/HTRKHMTYrcqweBH7h/planet-photo-geolocation-with-convolutional-neural-networks 图片定位

https://github.com/woodrush/neural-art-tf 神经网络模仿画画风格

https://gist.github.com/karpathy/a4166c7fe253700972fcbc77e4ea32c5 游戏

https://github.com/chncyhn/flappybird-qlearning-bot  flappybird学飞

http://nbviewer.jupyter.org/github/cbonnett/edward/blob/ef3f8cc3c0993a4193e3d7087cd1497f51a68503/notebooks/MDN_Edward_Keras_TF.ipynb 暂时不知道是啥

https://github.com/karandesai-96/digit-classifier mnist分类

https://github.com/apple2373/chainer-simple-fast-rnn  rcnn 图像理解

https://github.com/carpedm20/deep-rl-tensorflow 强化学习tf

http://www0.cs.ucl.ac.uk/staff/D.Silver/web/Teaching.html 增强学习教程

https://github.com/openai/improved-gan 生成与原数据库类似的图片,用GAN方法

https://github.com/scikit-learn-contrib/lightning大型线性回归库

https://github.com/hycis/TensorGraph 一个tf的库

https://github.com/gdb/kaggle/tree/master/denoising-dirty-documents 去除文本中的污渍

https://github.com/s9xie/hed 画出图像的轮廓

deeplearning4j 中文介绍各种深度学习知识

https://github.com/piotrmirowski/Tutorial_AutoEncoders/blob/master/PiotrMirowski_2014_ReviewAutoEncoders.pdf  autoencoding的教程

https://github.com/llSourcell/AI_Writer 貌似是看图说话

http://jxieeducation.com/2016-06-17/Implementing-Self-Organizing-Maps-On-Spark/  似乎是个很好玩的东西

https://wookayin.github.io/TensorflowKR-2016-talk-debugging/#1  如何调试tf的程序,很关键

https://github.com/wookayin/TensorflowKR-2016-talk-debugging 也是调试tf程序的

https://github.com/igul222/pixel_rnn 用rnn来完成数字识别

https://github.com/openai/InfoGAN  infoGAN模型

https://github.com/da03/Attention-OCR 识别字母

https://github.com/hantek/BinaryConnect 三个数据库的脚本,mnist、cifar、svhn

https://mp.weixin.qq.com/s?__biz=MjM5MTQzNzU2NA==&mid=2651642026&idx=1&sn=757344b685eec884fd0bb2f2f52127f5 用python识别僵尸粉,有点意思

https://github.com/rwth-i6/returnn theano的一个代码,似乎是rnn相关的

https://github.com/AlfredXiangWu/face_verification_experiment 用caffe做人脸识别

https://github.com/warmheartli/ChatBotCourse  自己动手做聊天机器人

https://news.developer.nvidia.com/ford-research-using-deep-learning-for-lane-detection/  深度学习车道线检测

http://parellagram.com/posts/carving  这个是用来去除图片中空白部分的,可能能用来预处理

http://blog.csdn.net/longxinchen_ml/article/details/51567960  深度学习在nlp方面的教程贴(在论文中可能可以用到一些)

http://andelin.github.io/ 天气分类

一些相关的github的更多相关文章

  1. GitHUB帐号申请及相关操作

    GitHUB帐号申请及相关操作 GitHub 是一个面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub.GitHub 于 2008 年 4 月 10 ...

  2. openstack资料相关

    https://github.com/int32bit/openstack-workflow  #openstack各种时序图 http://docs.openstack.org/developer/ ...

  3. github入门教程

    1.下载git windows 客户端 https://git-for-windows.github.io/ 2.配置github 安装windows客户端以后,在里面输入如下命令 首先在本地创建ss ...

  4. github代码集合(转载)

    菜鸟新闻项目课程源码  https://github.com/yxs666/cniao5-news SwipeRefreshLayout + RecyclerView 下拉刷新和上拉加载更多 http ...

  5. GitHub上史上最全的Android开源项目分类汇总 (转)

    GitHub上史上最全的Android开源项目分类汇总 标签: github android 开源 | 发表时间:2014-11-23 23:00 | 作者:u013149325 分享到: 出处:ht ...

  6. 转载:Github 简明教程

    如果你是一枚Coder,但是你不知道Github,那么我觉的你就不是一个菜鸟级别的Coder,因为你压根不是真正Coder,你只是一个Code搬运工. 但是你如果已经在读这篇文章了,我觉的你已经知道G ...

  7. iOS开源库--最全的整理 分类: ios相关 2015-04-08 09:20 486人阅读 评论(0) 收藏

    youtube下载神器:https://github.com/rg3/youtube-dl 我擦咧 vim插件:https://github.com/Valloric/YouCompleteMe vi ...

  8. github 开源 代码 学习 集合(转载)

    一个支持多种item类型的recycleView依赖注入库 1.通过注解的方式方便的把ViewHolder注入到recycleView中. 2.去除findViewByID等冗余操作. 3.去除编写a ...

  9. Github安全整理(转载)

    刚好这两天对之前github上关注的一些比较有意思的项目进行了一下分类整理,在这里列出来分享给大家,希望能对大家寻找工具或者资源有所帮助. 大部分Repo是关于安全以及Python的,也有一些其他主题 ...

随机推荐

  1. Selenium Web 自动化 - 项目实战(三)

    Selenium Web 自动化 - 项目实战(三) 2016-08-10 目录 1 关键字驱动概述2 框架更改总览3 框架更改详解  3.1 解析新增页面目录  3.2 解析新增测试用例目录  3. ...

  2. python操作数据库产生中文乱码问题【已解决】

    记:最近在使用python进行学生成绩管理系统设计时,遇到了一个中文显示的问题,这个问题困扰了一个上午,查阅了有关资料,锁定了原因——编码问题.最终更改编码设置,问题得到了解决. 具体做法: 1 Py ...

  3. loadrunner常用术语

    1.场景 在loadrunner中主要表现为controller中设计与执行测试用例中的用户场景.主要工作有,在controller中选择虚拟用户脚本.设置虚拟用户数量.配置虚拟用户运行时的行为.选择 ...

  4. 《BI项目笔记》历年感官评吸质量均值变化分析Cube的建立

    分析主题主要维度:烟叶级别.烟叶级别按等级信息.烟叶级别按分级标准(标准维度)产地(父子维度)检测时间(时间维度,以Tqc_Raw_SmokingTest .CheckTime字段派生CheckDat ...

  5. AngularJS 特性—SinglePage、template、Controller

    单页Web应用(SinglePage) 顾名思义,只使用一个页面的Web应用程序.单页面应用是指用户通过浏览器加载独立的HTML页面,Ajax加载数据页面无刷新,实现操作各种操作. 模板(templa ...

  6. [linux] Upgrading glibc for the GHOST Vulnerability

    1> Test if the problem exists, code: #include <netdb.h> #include <stdio.h> #include & ...

  7. C语言细节——献给入门者(一)

    C语言细节——献给入门者(一) 主题  输入输出需要注意的细节 首先我们要知道大致有scanf(),printf(),getchar(),putchar(),gets(),puts()这几种输入方式. ...

  8. 【转】IP分片和TCP分段

    ZC: 由于 TCP中 MSS 的关系,TCP 不会造成 IP分片和TCP分段 ! 1.http://zhidao.baidu.com/link?url=YCnR8B-1EN4-cgauRtwa-iV ...

  9. 今天的感悟,对于python中的list()与w3c教程

    首先本来想百度一下python定义列表的时候用 list()与直接用[]有什么区别,其中没有找到相关直接资料,看到了W3c菜鸟教程中之前看到的tuple,不禁想起list(tuple)是用来将元组转换 ...

  10. 拼接字符串去掉最后多余的串,JSON的遍历

    一.遍历json change_url: function(key, value){ condition[key] = value; var string_url = "?"; f ...