Skip to content
/ CSCI544 Public

Implementation of Natural Language Processing algorithms using Python3.

Notifications You must be signed in to change notification settings

jhadpk/CSCI544

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI 544 (Applied Natural Language Processing) Fall 2020

Description

Introduction to components of human language interaction with machine. Captures : classification, information retrieval, sentiment analysis, dialog, machine translation etc.

Homworks

No. Assignment Description Runtime Accuracy Score
1 Full Name Prediction HW1 <1s 0.985 10 / 10
2 Lookup Lemmatizer HW2 1.7s 1 20 / 20
3 Navie Bayes HW3 3.9s Mean F1: 0.8825 9.99 / 10
4 Perceptron HW4 14.7s Vanilla : 0.8531, Averaged: 0.8625 19.89 / 20
5 HMM HW5 7.6s 0.9425, 0.9109 9.99/ 10