iam-mhaseeb / Topic-Modeling-using-Latent-Semantic-Analysis-

This is implementation to extract topic from text using topic modelling. A Topic Model can be defined as an unsupervised technique to discover topics across various text documents. These topics are abstract in nature, i.e., words which are related to each other form a topic. Similarly, there can be multiple topics in an individual document.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topic-Modeling-using-Latent-Semantic-Analysis-

This is implementation to extract topic from text using topic modelling. A Topic Model can be defined as an unsupervised technique to discover topics across various text documents. These topics are abstract in nature, i.e., words which are related to each other form a topic. Similarly, there can be multiple topics in an individual document.

Getting Started

To use this repo just download the repository, open in jupyter notebook. Start creating something awesome! Good Luck!

Prerequisites

Things reuired

  1. Python3
  2. Jupyter Notebook
  3. Matplotlib
  4. sklearn
  5. Other dependencies

Contributing

Feel free to submit pull requests to me.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

This is implementation to extract topic from text using topic modelling. A Topic Model can be defined as an unsupervised technique to discover topics across various text documents. These topics are abstract in nature, i.e., words which are related to each other form a topic. Similarly, there can be multiple topics in an individual document.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%