项目作者: Arushi04

项目描述 :
This project trains a few thousand names from 18 languages of origin and predicts which language a name is based on the spelling. It uses a character-level LSTM model to predict the next character. The model reads words as a series of characters and outputs a prediction and a “hidden state” at each step, feeding its previous hidden state into each next step. We take the final prediction to be the output, i.e. which class the word belongs to.
高级语言: Jupyter Notebook
项目地址: git://github.com/Arushi04/character-level-RNN.git
创建时间: 2020-07-25T19:36:07Z
项目社区:https://github.com/Arushi04/character-level-RNN

开源协议:

下载