Below you will find pages that utilize the taxonomy term “SQL”
29. April 2023
Analysing 260.000 Text Documents (1/5)
Description: In this Medium article , I describe only the “Data Collection” step for my text analysis project. In this project, I used LDA machine learning algorithm to discover recurring topic of 260.000 text documents and its trend.
12. April 2023
Data Analysis of Community Discussions on Security Issues
Description: In this project, I collected ~260.000 text data to figure out the current trend of security-related topics. Due to huge amount of text data, an unsupervised topic discovery algorithm is applied, i.e. Latent Dirichlet Algorithm (LDA). Before applying LDA, it is necessary to preprocess text data and convert it to be compatible as input for LDA. Furthermore I also did data exploratory analysis to figure out the general trend of security topics and general other programming topics.