Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.97 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.97 KB

NLP - Embedding Dimensionality Reduction Approaches

Project repository of group 14, nlp course @ university of bonn

Members

  • Arwah Jawwad
  • Behnam Fanitabasi
  • Behzad Shomali
  • Mahnaz Mirhaj
  • Sven Knauer

Project Outline

Dataset

Approach 1

  • Variational Autoencoder

Architecture of Variational Autoencoder (source)

Approach 2

  • Traditional Dimensionality Reduction techniques such as PCA, LDA, and t-SNE.

Approach 3

  • Inspired by: A novel approach for dimension reduction using word embedding: An enhanced text classification approach Link Singh et al., International Journal of Information Management Data Insights Volume 2, Issue 1, April 2022

Results and Report

  • Experiments are done with ML classifiers such as SVM, MLP, and Random Forest on the three datasets, Naive Bayes, and KNN. F1-Scores, Time Inference, and Memory Consumption Plots: Result
  • Report: Final report