TensorFlow教程
-
Hinton’s paper Dynamic Routing Between Capsules 的 Tensorflow , Keras ,Pytorch实现
Tensorflow 实现 A Tensorflow implementation of CapsNet(Capsules Net) in Hinton’s paper…
-
Tensorflow Faster RCNN 目标检测
tf-faster-rcnn Tensorflow Faster RCNN for Object Detection Xinlei Chen(Xinleic@cs.cmu.edu)…
-
FastMaskRCNN
Mask RCNN 项目地址:https://github.com/CharlesShang/FastMaskRCNN Mask RCNN in TensorFlow 这个项目尝试…
-
分布式 tensorflow 指南
分布式 tensorflow 指南 本指南是一个分布式训练样例集合(可以作为样板代码)和一个基本的分布式tensorflow教程。许多的例子集中在著名的分布式训练方案的实施,如作者…
-
TensorFlow 实现的扩大循环神经网络 DilatedRNN
TensorFlow 实现的扩大循环神经网络 总所周知的,用循环神经网络学习长序列是一个困难的任务。有三个主要挑战:1)提取复杂的依赖关系,2)梯度的消除和爆发,3)高效的并行化。…
-
tensorflow 发布 1.4.0
项目地址:https://github.com/tensorflow/tensorflow/releases Release 1.4.0 Major Features And Im…
-
luminoth:计算机视觉深度学习工具集基于 TensorFlow
Luminoth是计算机视觉的开源工具包。 目前,我们支持对象检测和图像分类,但是我们的目标还是更多。 它使用TensorFlow和Sonnet构建在Python中。 Lumino…
-
看可口可乐公司是怎么玩转TensorFlow的?
在这篇客座文章中,可口可乐公司的 Patrick Brandt 将向我们介绍他们如何使用 AI 和 TensorFlow 实现无缝式购买凭证。 可口可乐的核心忠诚度计划于 2006…
-
MachineLearning:机器学习算法纯 numpy 实现
Github:https://github.com/carefree0910/MachineLearning 博客:http://www.carefree0910.com/ 【 这…
-
HKUST:Simple PyTorch Tutorials Zero to ALL!香港科技大学:简单 PyTorch 教程从入门到精通。
PyTorchZeroToAll 代码地址:https://github.com/hunkim/PyTorchZeroToAll PPT地址:http://bit.ly/PyTor…
-
自然语言处理工具:中文 word2vec 开源项目,教程,数据集
word2vec word2vec/glove/swivel binary file on chinese corpus word2vec: https://code.google…
-
Tensorflow 免费中文视频教程,开源代码,免费书籍.
Free-Tensorflow Tensorflow 免费中文视频教程,开源代码,免费书籍. 官方教程 官方介绍 https://tensorflow.google.cn/ 安装教…
-
2D_detection:TensorFlow 实现的 SqueezeDet, 用 KITTI dataset 训练
2D_detection Tensorflow implementation of SqueezeDet (https://arxiv.org/pdf/1612.01051.pdf…
-
TensorFlow 数据集和估算器介绍
发布人:TensorFlow 团队 原文链接:http://developers.googleblog.cn/2017/09/tensorflow.html TensorFlow …
-
SSD-Tensorflow:3 步运行 TensorFlow 单图片多盒目标检测器
下载这个项目 https://github.com/balancap/SSD-Tensorflow 解压 checkpoint files in ./checkpoint unzi…
-
YOLO:3 步实时目标检测安装运行教程
封面图是作者运行图,我在 ubuntu 环境下只有文字预测结果。 Detection Using A Pre-Trained Model 使用训练好的模型来检测物体 运行一下命令来…
-
TFI: 在一行代码中使用任何TensorFlow模型
TFI: Use any TensorFlow model in a single line of code TFI provides a simple Python interf…
-
Machine Learning From Scratch-从头开始机器学习
Python implementations of some of the fundamental Machine Learning models and algorithms f…
-
TensorFlow 生成对抗网络对比
GANs comparison without cherry-picking 生成对抗模型对比 实现了一些生成对抗网络理论:: DCGAN, EBGAN, LSGAN, WGAN,…
-
为什么要做这个项目:动手学深度学习
两年前我们开始了MXNet这个项目,有一件事情一直困扰我们:每当MXNet发布新特性的时候,总会收到“做啥新东西,赶紧去更新文档”的留言。我们曾一度都很费解,文档明明很多啊,比我们…