Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,17 @@ pip install tensorflow==2.8.0
|
|
38 |
pip install tensorflow-probability==0.16.0
|
39 |
```
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
## Usage
|
42 |
|
43 |
Here's an example of how to use the model for topic modeling:
|
|
|
38 |
pip install tensorflow-probability==0.16.0
|
39 |
```
|
40 |
|
41 |
+
## Model Training Process
|
42 |
+
|
43 |
+
The entire process of model training, dataset creation, and visualization is documented in the `main.ipynb` Jupyter notebook. To explore the code and replicate the results:
|
44 |
+
|
45 |
+
- Open the `main.ipynb` notebook in Jupyter Lab or Jupyter Notebook.
|
46 |
+
- Execute the cells in sequence to run different stages of the analysis.
|
47 |
+
- The results, including thematic group analysis, trend analysis, and visualizations of interest dynamics over the years, are presented in the form of tables and graphs within the notebook.
|
48 |
+
|
49 |
+
For more details, please refer to the `main.ipynb` notebook in this repository.
|
50 |
+
|
51 |
+
|
52 |
## Usage
|
53 |
|
54 |
Here's an example of how to use the model for topic modeling:
|