/Machine-Learning

Record my learnings and projects as I continue my journey in data science

Primary LanguageJupyter NotebookMIT LicenseMIT

Machine-Learning

license

I will record my learnings on different topics and share reproducible ML projects I've worked on as I continue my journey in data science.


Projects

  • Retail company's catalog sales prediction: Predict top spending customers and their purchase amounts by building a logistic regression model to predict customers' purchasing likelihood and a multiple regression model to predict customers' expenditures. [R folder]

Topics

Text Analytics

  • Regex101: Basic Regex knowledge and pattern finding. [Python folder]

  • Text classifiation with Naive Bayes: Build a simple Naive Bayes classifier to predict tag of text. [Python folder]

    • La Place Smoothing | Multinomial Naive Bayes
  • Movie review sentiment analysis: Experimented variations of feature engineering and trained language models with Naive Bayes classifier to predict whether a movie review is positive or negative sentiment. [Python folder]

    • TF-IDF | Multinomial Naive Bayes
  • Spam Words detection: Trained a MNB model to classify spam/ham msg and explore further insights on spamminess of tokens. [Python folder]

  • Introduction to LDA and Topic Modeling: Introduce the concept of LDA model followed by a model demontration and a summary on Airbnb's application of LDA to classify message intents. [Python folder]

    • LDA | Topic Modeling
  • Discover News Topics: Apply LDA with different techniques to ABC news articles titles [Python folder]

    • LDA | Topic Modeling