一些相关的github
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的更多相关文章
- GitHUB帐号申请及相关操作
GitHUB帐号申请及相关操作 GitHub 是一个面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub.GitHub 于 2008 年 4 月 10 ...
- openstack资料相关
https://github.com/int32bit/openstack-workflow #openstack各种时序图 http://docs.openstack.org/developer/ ...
- github入门教程
1.下载git windows 客户端 https://git-for-windows.github.io/ 2.配置github 安装windows客户端以后,在里面输入如下命令 首先在本地创建ss ...
- github代码集合(转载)
菜鸟新闻项目课程源码 https://github.com/yxs666/cniao5-news SwipeRefreshLayout + RecyclerView 下拉刷新和上拉加载更多 http ...
- GitHub上史上最全的Android开源项目分类汇总 (转)
GitHub上史上最全的Android开源项目分类汇总 标签: github android 开源 | 发表时间:2014-11-23 23:00 | 作者:u013149325 分享到: 出处:ht ...
- 转载:Github 简明教程
如果你是一枚Coder,但是你不知道Github,那么我觉的你就不是一个菜鸟级别的Coder,因为你压根不是真正Coder,你只是一个Code搬运工. 但是你如果已经在读这篇文章了,我觉的你已经知道G ...
- iOS开源库--最全的整理 分类: ios相关 2015-04-08 09:20 486人阅读 评论(0) 收藏
youtube下载神器:https://github.com/rg3/youtube-dl 我擦咧 vim插件:https://github.com/Valloric/YouCompleteMe vi ...
- github 开源 代码 学习 集合(转载)
一个支持多种item类型的recycleView依赖注入库 1.通过注解的方式方便的把ViewHolder注入到recycleView中. 2.去除findViewByID等冗余操作. 3.去除编写a ...
- Github安全整理(转载)
刚好这两天对之前github上关注的一些比较有意思的项目进行了一下分类整理,在这里列出来分享给大家,希望能对大家寻找工具或者资源有所帮助. 大部分Repo是关于安全以及Python的,也有一些其他主题 ...
随机推荐
- Bilinear Filter
参考资料: 1. 维基百科Biliner Filtering 2. 维基百科Texture Filtering 3.维基百科Bilinear Interpolation 4. 维基百科Bilinear ...
- 《BI那点儿事》数据流转换——多播、Union All、合并、合并联接
建立测试数据: CREATE TABLE FactResults ( Name ) , Course ) , Score INT ) INSERT INTO FactResults ( Name , ...
- block(闭包)
使用方式 1定义为类的属性 最后用来发布通知,执行block即可 甚至同时发送数据参数,给方法调用者,这样返回数据比返回值形式,更好, 因为这样传参,不是同步的,而是异步响应式的,更加灵活安全. 2定 ...
- iOS开发 ReactiveCocoa入门教程 第一部分
作为一个iOS开发者,你写的每一行代码几乎都是在响应某个事件,例如按钮的点击,收到网络消息,属性的变化(通过KVO)或者用户位置的变化(通过CoreLocation).但是这些事件都用不同的方式来处理 ...
- linux 真·随笔
复制操作 命令行模式下输入 6,9 co 12 复制第6行到第9行之间的内容到第12行后面. vim如何删除文件中所有东西 ggdG :%d 移动光标到指定行的行尾 $:移动光标到行尾 n$:移动到第 ...
- Python学习笔记只列表和元组
一.成员资格 1.检查某个字符是否在某个字符串中:'a' in 'absent' 2.获取数组的长度.最大.最小值: numbers=[100,54,345] len(numbers) //长度 ma ...
- JavaWeb基础: 获取资源文件
Web工程在编译构建完毕以后,需要部署到Tomcat上运行,资源的硬盘路径也会随着改变.要想对资源文件进行读写操作需要获取其硬盘地址,在Web工程中通常通过ServletContext/ClassLo ...
- C/C++ http协议加载sessionID
很多时候,使用一个既定的API虽然可以去完成一些任务,但是还是不如自己写来的那么随性和自由. http协议,最常用的get,post两种方式传输数据,关于post,有时候,需要用到加载cookie信息 ...
- 查看Msi文件内容
1通过msiexec命令解压msi包 msiexec.exe /a c:\msi\installer.msi /qb targetdir=d:\msi\installer 2 使用Orca查看. Or ...
- sans-serif
sans-serif无衬线字体,是一类字体,它在操作系统或者浏览器里是可以设置的,你可以把它设置成宋体,也可以设置成微软雅黑,而设置的这种字体肯定是当前系统里存在的字体,所以使用这个字体就一肯能显示出 ...