Skip to content

JnxF/nlp-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Natural Language Processing and Deep Learning

Hits GitHub stars GitHub forks GitHub repo size in bytes GitHub contributors GitHub license

This repository compiles the different activities that have been carried out during course at the IT University of Copenhagen in summer 2020: class notes, assignments and a final project.

Final project

I have written a paper regarding false friends as my final project:

Dangerous Liaisons: the Impact of Phonetics in False Friends Detection Among Romance Languages

Assignments

  1. HMM Part-of-speech tagger
  2. LSTM Part-of-speech tagger

Notes

A. Languages

  1. Introduction
  2. Languages
  3. Tokens
  4. Word representations
  5. Formal definitions
  6. WordNet
  7. Parts of Speech
  8. Language models
  9. Markov models
  10. Sequence modeling

B. Machine learning and deep learning

  1. Introduction
  2. Perceptrons
  3. Multilayer neural networks
  4. Gradient descent
  5. LSTM
  6. Word representations
  7. Clustering

C. Advanced topics in NLP

  1. Transformers
  2. Social media
  3. Entity recognition
  4. Statistical Machine Learning
  5. Conversational agents
  6. Transfer learning

Exercises

  1. Segmenting chinese text
  2. POS tagger
  3. Perceptron exercises
  4. Naive Bayes