Skip to content

基于TensorFlow实现RNN-LSTM PTB文本数据集预测处理

Notifications You must be signed in to change notification settings

aRrtTist/Natural-language-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**********************工程环境**********************
OS:Windows 10 1809
CPU:Intel i5-6300HQ
GPU:NVIDIA GTX960M
Python:3.6.7
Tensorflow-gpu:1.8
cuda:9.0
cuDNN:7.0
**********************模块库**********************
os
sys
argparse
datetime
collections
tensorflow
numpy
**********************代码说明**********************
本工程下各文件的功能如下:
mnist_data:PTB文本数据集
utils.py:实用方法模块
network.py:RNN-LSTM循环神经网络模型
train.py:训练神经网络模型
test.py:测试神经网络模型

About

基于TensorFlow实现RNN-LSTM PTB文本数据集预测处理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages