Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 547 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 547 Bytes

ML_assignment3

This is for Machine Learning 3rd assignment.

  1. ML_tasks.py : python codes for three models, Logistic Regression, MLP and CNN model.
  2. Full_Data.csv : It was created during preprocessing and the main file for this assignment.
  3. Download pretrained word vector from this link. http://nlp.stanford.edu/data/glove.6B.zip
  4. ML_assignment_3.pdf : contains full answers for this assignment.
  5. myWordVector.csv : Task 2, unigram file
  6. myWordVector_bigram.csv : Task 2, bigram file