<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>My Works on GoHome</title>
    <link>https://aswath1709.github.io/AswathPortfolio/post/</link>
    <description>Recent content in My Works on GoHome</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 02 Mar 2017 12:00:00 -0500</lastBuildDate>
    <atom:link href="https://aswath1709.github.io/AswathPortfolio/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Customer Insights and Predictive Analytics</title>
      <link>https://aswath1709.github.io/AswathPortfolio/post/project-4/</link>
      <pubDate>Mon, 10 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://aswath1709.github.io/AswathPortfolio/post/project-4/</guid>
      <description>Conducted A/B testing to analyze the purchasing behavior of Frequent Shoppers versus Occasional Shoppers, identifying a significant difference in total purchase amounts.
Implemented a collaborative filtering recommendation system using k-nearest neighbors, providing personalized product recommendations for customers based on their purchase history.
Developed a machine learning model to predict customer churn, utilizing recency, frequency, and monetary value features, achieving an accuracy of [insert accuracy percentage here]% on the test set.
Utilized time series forecasting with ARIMA to predict future total purchases, demonstrating the model’s effectiveness in capturing trends and making accurate predictions.
Applied k-means clustering to segment customers based on recency, frequency, and monetary values, enabling targeted marketing strategies for different customer groups.
</description>
    </item>
    <item>
      <title>Job Classification and Recommendation System</title>
      <link>https://aswath1709.github.io/AswathPortfolio/post/project-3/</link>
      <pubDate>Mon, 10 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://aswath1709.github.io/AswathPortfolio/post/project-3/</guid>
      <description> Extracted and structured around 100k job descriptions by automating scraping on job boards using bs4 and requests, Tokenized job descriptions applying BERT transformer, decreasing corpus size by 30%, and vectorized into matrix with tf-idf Trained and Evaluated Naive Bayes, Gradient Boosting, Random Forest, Support Vector Machine and Logistic Regression to classify job vectors into job titles and attained 88% accuracy with Random Forest Recommended job titles by calculating cosine similarity between classified jobs and user resumes </description>
    </item>
    <item>
      <title>Analysis and Prediction of Homelessness in the USA</title>
      <link>https://aswath1709.github.io/AswathPortfolio/post/project-2/</link>
      <pubDate>Mon, 05 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://aswath1709.github.io/AswathPortfolio/post/project-2/</guid>
      <description>Reduced dimensions of a 380-features dataset by 96% through Exploratory Data Analysis (data cleaning, data visualization, feature selection). Built predictive models for homelessness rate with multivariate linear regression and random forest (RMSE 0.35 and 0.18). Github</description>
    </item>
    <item>
      <title>University Recommender</title>
      <link>https://aswath1709.github.io/AswathPortfolio/post/project-1/</link>
      <pubDate>Sun, 01 May 2022 10:58:08 -0400</pubDate>
      <guid>https://aswath1709.github.io/AswathPortfolio/post/project-1/</guid>
      <description>Scraped graduate profiles from Edulix using BeautifulSoup and predprocessed data. Implemented Wilcoxon Rank-Sum p-Test, Generative Additive Models, Kernel Density Estimation to study correlations between &amp;ldquo;desicion&amp;rdquo; variable and other variables(continuous) Trained and evaluated SVM, logistic Regression, XGBoost, RandomForest and AdaBoost. Attained the highest AUC-ROC(0.83) and AUC-PR(0.87) with Adaboost and chose it as our final model for admission prediction. Implemented KNN to recommend top &amp;lsquo;k&amp;rsquo; universities that best suits with the profile.</description>
    </item>
  </channel>
</rss>
