自然语言处理

时间:2024-03-22 13:27:35
【文件属性】:

文件名称:自然语言处理

文件大小:31KB

文件格式:ZIP

更新时间:2024-03-22 13:27:35

Python

自然语言处理算法的Tensorflow实现 1. Seq2Seq(机器翻译) encoder: LSTM decorder: LSTM with beam search dataset: Eng-french translation dataset 2.参加并说出(图片字幕) encoder: Convnet-VGG attention model: Bahdanua Attention decoder: LSTM with beam search dataset: COCO 3.情绪分析 encoder: multilayer LSTM decoder: Classification Dense Layer dataset: Imdb-dataset 4.加载预训练的单词嵌入 facebook: multilingual embeddings: MUSE stanfor


【文件预览】:
NLP-master
----models()
--------utilities.py(1KB)
--------image2text.py(4KB)
--------attention.py(5KB)
--------MultiLayerSentimentAnalysis.py(6KB)
--------translations.py(13KB)
--------image2text_attention.py(11KB)
--------bleu.py(4KB)
--------VGG16.py(13KB)
----REST-API()
--------__init__.py(0B)
--------RESTAPI.py(1KB)
----data()
--------translation_data.py(9KB)
--------batch_generator.py(1KB)
--------__init__.py(0B)
--------imdbDatareader.py(4KB)
--------stocktwitsAPI.py(3KB)
--------StockTwits.py(2KB)
--------word_embedding.py(3KB)
--------ms_coco_dataset.py(9KB)
----.idea()
--------misc.xml(292B)
--------vcs.xml(180B)
--------modules.xml(258B)
--------NLP.iml(488B)
----README.md(682B)

网友评论