系列教程
-
Chinese-Text-Classification,用卷积神经网络基于 Tensorflow 实现的中文文本分类。
用卷积神经网络基于 Tensorflow 实现的中文文本分类 项目地址: https://github.com/fendouai/Chinese-Text-Classificati…
-
THUCTC: 一个高效的中文文本分类工具包
项目介绍 THUCTC(THU Chinese Text Classification)是由清华大学自然语言处理实验室推出的中文文本分类工具包,能够自动高效地实现用户自定义的文本分…
-
CNN-RNN中文文本分类,基于tensorflow
Text Classification with CNN and RNN 使用卷积神经网络以及循环神经网络进行中文文本分类 CNN做句子分类的论文可以参看: Convolution…
-
Hinton’s paper Dynamic Routing Between Capsules 的 Tensorflow , Keras ,Pytorch实现
Tensorflow 实现 A Tensorflow implementation of CapsNet(Capsules Net) in Hinton’s paper…
-
Mask_RCNN:基于Keras 和 TensorFlow 的 Mask R-CNN 为 目标检测和情景分割
Mask R-CNN for Object Detection and Segmentation 这是一个基于 Python 3, Keras, TensorFlow 实现的 Ma…
-
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 使用训练好的模型来检测物体 运行一下命令来…