-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kitsiosk
committed
Jul 5, 2021
1 parent
ee599d5
commit 53f02a2
Showing
14 changed files
with
127,149 additions
and
2,584 deletions.
There are no files selected for viewing
1,036 changes: 165 additions & 871 deletions
1,036
5AbastractsEvaluation.ipynb → ...sGroupDataset/5AbastractsEvaluation.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
1,001 changes: 170 additions & 831 deletions
1,001
AGNewsEvaluation.ipynb → AGNewsDataset/AGNewsEvaluation.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## *Text Classification Using Unsupervised Learning Techniques* | ||
|
||
This code complements my diploma thesis on "Text Classification Using Unsupervised Learning Techniques" for the Electrical and Computer Engineering Department of Aristotle University of Thessaloniki, Greece. | ||
|
||
Author: Kitsios Konstantinos | ||
|
||
Correspondance address: [email protected] | ||
|
||
Code sub-routines and pretrained neural networks are used from the research papers below: | ||
|
||
[1]: D. Cer, Y. Yang, S. yi Kong, N. Hua, N. Limtiaco, R. S. John, N. Constant,M. Guajardo-Cespedes, S. Yuan, C. Tar, Y.-H. Sung, B. Strope, and R. Kurzweil, ‘‘Universal sentence encoder,’’arXiv preprint arXiv:1803.11175, 2018. | ||
|
||
[2]: A. Radford, J. Wu, R. Child, D. Luan, D. Amodei, and I. Sutskever, ‘‘Language models areunsupervised multitask learners,’’, 2019. | ||
|
||
[3]: N. Pitsianis, A. Iliopoulos, D. Floros, and X. Sun, ‘‘Spaceland embedding of sparse stochastic graphs,’’2019 IEEE High Performance Extreme Computing Conference (HPEC),pp. 1-8, 2019. | ||
|
||
### Setup | ||
The packages needed in order to run the code are in the *requirements.txt* file and you can install the through pip by running | ||
`pip install requirements.txt` | ||
|
||
The code for each dataset can be executed from the associated notebook (.ipynb) |
Oops, something went wrong.