文件名称:char-rnn-master
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Text]
- 上传时间:
- 2016-12-06
- 文件大小:
- 448kb
- 下载次数:
- 0次
- 提 供 者:
- E*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
此代碼實現多層遞歸神經網絡(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
...............\.gitignore
...............\Readme.md
...............\convert_gpu_cpu_checkpoint.lua
...............\data
...............\....\tinyshakespeare
...............\....\...............\input.txt
...............\inspect_checkpoint.lua
...............\model
...............\.....\GRU.lua
...............\.....\LSTM.lua
...............\.....\RNN.lua
...............\sample.lua
...............\train.lua
...............\util
...............\....\CharSplitLMMinibatchLoader.lua
...............\....\OneHot.lua
...............\....\misc.lua
...............\....\model_utils.lua