项目作者: JJashim

项目描述 :
My solution to the practicals of Oxford Deep Learning NLP 2017
高级语言: Jupyter Notebook
项目地址: git://github.com/JJashim/Oxford-DL-NLP-Practicals.git
创建时间: 2017-11-14T15:07:50Z
项目社区:https://github.com/JJashim/Oxford-DL-NLP-Practicals

开源协议:

下载


These are my ongoing practical works for the Oxford’s Course Deep Learning for Natural Language Processing (2017). It is focused on performing task based text embedding i.e., learning word embed vectors while performing text classification. The text classification are done using NN, LSTM and Bi-Directional LSTM using tensorflow. As well as embedded word vector visualisation using T-SNE.
I have provided my inferences within the notebook.

Dataset: TED dataset (Textual content) - Multiclass classification.

All the practicals are done in Tensorflow