博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Keras 深度学习框架相关资源
阅读量:6769 次
发布时间:2019-06-26

本文共 1537 字,大约阅读时间需要 5 分钟。

hot3.png

来自Keras作者(英文):

中文资源:

Keras 深度学习框架相关资源

这里是基于Keras的相关资源(来自于作者François Chollet,本人翻译追加了部分中文资源),包括教程和源码、第三方库、应用项目等的链接。如果您有高质量的资源,欢迎分享。

Keras 快速入门

  • - Keras 文档(中文:)

Keras 教程

  • Introduction to Keras, from University of Waterloo: -
  • Introduction to Deep Learning with Keras, from CERN: -

代码例程

文本处理

影像处理

  • ResNet 50 (with pre-trained weights): -
  • Variational Autoencoder: -
  • Wide Residual Networks (with pre-trained weights): -

可视化应用

  • Style transfer: -
  • : Generate image analogies using neural matching and blending.
  • GAN / DCGAN: - -

强化学习

  • : Tensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"
  • : A library for state-of-the-art reinforcement learning. Integrates with OpenAI Gym and implements DQN, double DQN, Continuous DQN, and DDPG.

混合架构蓝皮书

第三方支持库

  • : Distributed Deep Learning with Keras & Spark
  • : Hyperparameter optimization
  • : in-browser metrics dashboard for Keras models
  • : reinforcement learning with Keras and OpenAI Gym
  • : reinforcement learning add-on for Keras
  • : Sequence to Sequence Learning with Keras
  • : Keras extras
  • : Language modeling tools for Keras

基于Keras的项目

  • : An independent, student-led replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search"
  • : Deep learning driven jazz generation using Keras
  • : Semantic Text Similarity Dataset Hub
  • : Independent implementation of attention model for textual entailment from the paper .
  • : independent implementation of

转载于:https://my.oschina.net/u/2306127/blog/747090

你可能感兴趣的文章
如何使用阿里云ARMS轻松重现用户浏览器问题
查看>>
MySQL删除idb文件引发的思考
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
第一篇
查看>>
SQL Server 2012 管理新特性:AlwaysOn 可用性组
查看>>
Eclipse 快捷键大全
查看>>
OSGI Blueprint入门之七
查看>>
如何清理自由天空减肥工具产生的免疫文件夹“KEYFree2008”
查看>>
代码问题
查看>>
ROUTEROS5.2企业静态IP NAT映射
查看>>
Lucene系列:(7)搜索关键字高亮
查看>>
lamp-安装脚本-修订版1
查看>>
linux 之lvm 逻辑卷管理详解
查看>>
Linux挂载远程目录到本地及卸载
查看>>
什么是序列化?为什么要序列化?
查看>>
ubuntu下安装firefox和chromium需要的flash
查看>>
Fragment和Activity
查看>>
sed 实例
查看>>
UITableViewCell 复用
查看>>