文件名称:char-rnn-master
介绍说明--下载内容来自于网络,使用问题请自行百度
此代碼實現多層遞歸神經網絡(RNN,LSTM和GRU)從字符級語言模型訓練/採樣。換句話說,模型採用一個文本文件作為輸入和火車一個遞歸神經網絡的學習來預測下一個字符的序列。-This code implements multi-layer Recurrent Neural Network (RNN, LSTM, and GRU) for training/sampling character-level language models. In other words the model takes one text file as input and trains a Recurrent Neural Network that learns to predict the next character in a sequence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
char-rnn-master/
char-rnn-master/.gitignore
char-rnn-master/Readme.md
char-rnn-master/convert_gpu_cpu_checkpoint.lua
char-rnn-master/data/
char-rnn-master/data/tinyshakespeare/
char-rnn-master/data/tinyshakespeare/input.txt
char-rnn-master/inspect_checkpoint.lua
char-rnn-master/model/
char-rnn-master/model/GRU.lua
char-rnn-master/model/LSTM.lua
char-rnn-master/model/RNN.lua
char-rnn-master/sample.lua
char-rnn-master/train.lua
char-rnn-master/util/
char-rnn-master/util/CharSplitLMMinibatchLoader.lua
char-rnn-master/util/OneHot.lua
char-rnn-master/util/misc.lua
char-rnn-master/util/model_utils.lua
char-rnn-master/.gitignore
char-rnn-master/Readme.md
char-rnn-master/convert_gpu_cpu_checkpoint.lua
char-rnn-master/data/
char-rnn-master/data/tinyshakespeare/
char-rnn-master/data/tinyshakespeare/input.txt
char-rnn-master/inspect_checkpoint.lua
char-rnn-master/model/
char-rnn-master/model/GRU.lua
char-rnn-master/model/LSTM.lua
char-rnn-master/model/RNN.lua
char-rnn-master/sample.lua
char-rnn-master/train.lua
char-rnn-master/util/
char-rnn-master/util/CharSplitLMMinibatchLoader.lua
char-rnn-master/util/OneHot.lua
char-rnn-master/util/misc.lua
char-rnn-master/util/model_utils.lua
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.