NLP項目

GitHub NLP項目:天然語言處理項目的相關乾貨整理

天然語言處理(NLP)是計算機科學,人工智能,語言學關注計算機和人類(天然)語言之間的相互做用的領域。本文做者爲天然語言處理NLP初學者整理了一份龐大的天然語言處理項目領域的概覽,包括了不少人工智能應用程序。選取的參考文獻與資料都側重於最新的深度學習研究成果。這些天然語言處理項目資源能爲想要深刻鑽研一個天然語言處理NLP任務的人們提供一個良好的開端。php

天然語言處理項目的相關乾貨整理:

指代消解

https://github.com/Kyubyong/nlp_tasks#coreference-resolutionhtml

論文自動評分

自動語音識別

自動摘要

共指消解

語法錯誤校訂

字素轉換到音素

語種識別

語言建模

詞形還原

脣語辨別

機器翻譯

命名實體識別

釋義檢測

語法分析

詞性標記

拼音與中文轉換

問答系統

關係提取

語義角色標記

語句邊界消歧

情緒分析

源分離

說話者識別

語音分段

語音合成

語音加強

詞幹提取

術語提取

文本簡化

文本蘊涵

音譯

詞嵌入

詞彙預測

詞分割

詞義消歧

有趣的項目

karpathy/char-rnn · GitHub :一個基於RNN的文本生成器。能夠自動生成莎士比亞的劇本或者shell代碼。 
https://github.com/karpathy/char-rnngit

phunterlau/wangfeng-rnn · GitHub : 基於char-rnn的汪峯歌詞生成器 
https://github.com/phunterlau/wangfeng-rnngithub

google/deepdream · GitHub :畫出神經網絡眼中的世界 
https://github.com/google/deepdreamweb

facebook/MemNN · GitHub :memnn的一個官方實現。能夠回答諸如「小明在操場;小王在辦公室;小明撿起了足球;小王走進了廚房。問:小王在去廚房前在哪裏?」,這樣涉及推理和理解的問題。 
https://github.com/facebook/MemNNshell

skaae/lasagne-draw · GitHub :用RNN生成手寫數字。 
https://github.com/skaae/lasagne-drawapi

keras/addition_rnn.py at master · fchollet/keras · GitHub :用RNN自動學會加法規則。 
https://github.com/keras-team/keras/blob/master/examples/addition_rnn.pybabel

karpathy/neuraltalk · GitHub :自動根據圖像生成文本描述。 
https://github.com/karpathy/neuraltalk網絡

ryankiros/neural-storyteller · GitHub: 看圖講故事 
https://github.com/ryankiros/neural-storyteller架構

karpathy/neuraltalk2 · GitHub:看圖生成標註 
https://github.com/karpathy/neuraltalk2

jcjohnson/neural-style · GitHub:將照片變成大師風格的繪畫 
https://github.com/jcjohnson/neural-style

Newmu/dcgan_code · GitHub: 卷積生成式對抗網絡,生成圖像 
https://github.com/Newmu/dcgan_code

nagadomi/waifu2x · GitHub:CNN來放大動漫圖片 
https://github.com/nagadomi/waifu2x

去年我在Neuraltalk2 的基礎上作了個視頻字幕自動生成的實驗, 如今把代碼公佈在Github上: 
GitHub - cgq5/Video-Caption-with-Neuraltalk2: Code release of captioning videos using Neuraltalk2. 
https://github.com/cgq5/Video-Caption-with-Neuraltalk2

生成結果在這裏:https://www.youtube.com/watch?v=FmSsek5luHk

相關文章
相關標籤/搜索