gitextract_kymjsk4w/ ├── LICENSE ├── general-data-science/ │ └── similarities-measures/ │ ├── pyproject.toml │ └── similarity-measures.ipynb ├── natural-language-processing/ │ ├── embedding-models/ │ │ ├── data/ │ │ │ └── training_data.csv │ │ ├── domain_adaption_fine_tune_nlp_model.ipynb │ │ ├── logs/ │ │ │ └── fit/ │ │ │ └── 20230630-152712/ │ │ │ ├── train/ │ │ │ │ └── events.out.tfevents.1688153232.Shashanks-MacBook-Pro-2.local.44453.0.v2 │ │ │ └── validation/ │ │ │ └── events.out.tfevents.1688153249.Shashanks-MacBook-Pro-2.local.44453.1.v2 │ │ ├── packages/ │ │ │ └── tensorflow_text-2.10.0-cp39-cp39-macosx_11_0_arm64.whl │ │ ├── pyproject.toml │ │ └── utils.py │ ├── text-processing/ │ │ ├── Building Blocks Text Pre-Processing.ipynb │ │ └── pyproject.toml │ ├── topic-modeling/ │ │ ├── Evaluate Topic Models.ipynb │ │ ├── Introduction to Topic Modeling.ipynb │ │ ├── pyproject.toml │ │ └── results/ │ │ ├── lda_tuning_results.csv │ │ ├── ldavis_prepared_10 │ │ ├── ldavis_prepared_10.html │ │ ├── ldavis_tuned_8 │ │ └── ldavis_tuned_8.html │ └── transformers-series/ │ ├── pyproject.toml │ └── sentiment_analysis_bert.ipynb └── recommender/ ├── published_notebooks/ │ └── recommendation_python_lightfm.ipynb └── results/ ├── profiler_books_metadata_1.html ├── profiler_books_metadata_2.html └── profiler_interactions.html