After the exercise of building convolutional, RNN, sentence level attention RNN, finally I…
Read More分类: TensorFlow实战
TFI: 在一行代码中使用任何TensorFlow模型
TFI: Use any TensorFlow model in a single line of code TFI provides a simple Python interf…
Read MoreTensorFlow 中文资源全集,官方网站,安装教程,入门教程,实战项目,学习路径。
TensorFlow 中文资源全集,学习路径推荐: Github 项目地址(欢迎 Star,Fork): TensorFlow 中文资源精选,官方网站,安装教程,入门教程,视频教程…
Read MoreCollection of generative models in Tensorflow:Tensorflow 生成模型集合
Collection of generative models in Tensorflow Tensorflow 生成模型集合 https://github.com/hwalsuk…
Read MoreChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model
Introduction [Under developing,it is not working well yet.But you can just train,and run i…
Read MoreTensorFlow-Bitcoin-Robot:一个基于 TensorFlow LSTM 模型的 Bitcoin 价格预测机器人
简介 TensorFlow-Bitcoin-Robot:一个基于 TensorFlow LSTM 模型的 Bitcoin 价格预测机器人。 对于以比特币为首的数字货币近期的表现,只…
Read MoreAttention-based Extraction of Structured Information from Street View Imagery:基于注意力的街景图像提取结构化信息
基于注意力的街景图像提取结构化信息 一种用于真实图像文本提取问题的TensorFlow模型。 该文件夹包含在FSNS数据集数据集上训练新的注意OCR模型所需的代码,以在法国转录街道…
Read More人工智能:学习用对抗神经网络加密来保护通信
这是一个稍微更新的模型,用于“学习用对抗神经网络加密来保护通信”的论文。 我们想神经网络是否可以学习使用秘密密钥来保护来自其他神经网络的信息。具体来说,我们专注于确保多代理系统中的…
Read Moretf.contrib.seq2seq.sequence_loss example:seqence loss 实例代码
tf.contrib.seq2seq.sequence_loss example:seqence loss 实例代码 [code lang=text] #!/usr/bin/env…
Read Morenumpy.save:保存一个数组到一个二进制文件为 ‘.npy’格式
保存一个数组到一个二进制文件为 ‘.npy’格式 def save(file, arr, allow_pickle=True, fix_imports=Tr…
Read More