Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 752 Bytes

ML-Projects

This repo contains multiple projects on ML use case

  1. latent-Dirichlet-allocation: Topic Modeling

  2. latent-semantic-analysis: Document Classification

  3. ChatBot-NLPEngine: Query Classifier

  4. Taxonomy-data-river: Create tree like structure of documents based on their content

  5. Important ML codes

     i)    Vector Similarity Measures: all ways to calculate distance between 2 vectors 
     ii)   Text Filter: Text filter(preprocessing) using NLTK        
     iii)  Decision Tree        
     iv)   file path management        
     v)    File Crawler         
     vi)   grab_data_out_of_web_page: Web Crawler        
     vii)  Time Decorator : to track process start, end & total execution time