SkillAgentSearch skills...

MyDataSciencePortfolio

Applying Data Science and Machine Learning to Solve Real World Business Problems

Install / Use

/learn @KevinLiao159/MyDataSciencePortfolio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center"> My Data Science Portfolio </h1> <br>

MyDataSciencePortfolio is being sponsored by the following tool. Please help to support us by taking a look and signing up to a free trial :point_down::point_down::v::v:

<p align="center"> <a href=“https://tracking.gitads.io/?repo=MyDataSciencePortfolio”><img src="https://images.gitads.io/MyDataSciencePortfolio" alt=“GitAds”/></a> </p> <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

Table of Contents

<p align="center"> <a href="https://github.com/KevinLiao159/MyDataSciencePortfolio"> <img alt="DataScience" title="DataScience" src="https://cdn-images-1.medium.com/max/1600/1*u16a0WbJeckSdi6kGD3gVA.jpeg" width="600" height="300"> </a> </p> <!-- END doctoc generated TOC please keep comment here to allow auto update -->

Introduction

Awesome Python Dependencies License

Welcome to my awesome data science project portfolio. In my repo, you can find awesome and practical solutions to some of the real world business problems with statistical methods and the-state-of-art machine learning models. Most of my projects will be demoed in jupyter notebook. Jupyter notebook is an excellent way to share my work with the world. It comes with markdown and interactive python environment and it is portable to other platforms like Databricks and Google Colaboratory as well.

My project collection covers various trending machine learning applications such as Natural Language Processing, Large Scale Machine Learning with Spark, and Recommender System. There are more to come. Potential future projects include Text Summarization, Stock Price Forecast, Trading Strategy with Reinforcement Learning, and Computer Vision.

Customer Churn Study

<p align="center"> <a href="https://github.com/KevinLiao159/MyDataSciencePortfolio/tree/master/churn_study"> <img alt="Customer Churn Study" title="Customer Churn Study" src="https://glideconsultingllc.com/wp-content/uploads/2017/02/customer-journey.png"> </a> </p>

Churn rate is one of the important business metrics. A company can compare its churn and growth rates to determine if there was overall growth or loss. When the churn rate is higher than the growth rate, the company has experienced a loss in its customer base.

Why customers churn and stop using a company's services? What is the estimate amount of churn for next quarter? Being able to answer above two questions can provide meaningful insights about what direction the company is currently heading towards and how the company can improve its products and services so that constomers would stay.

Medium Blogpost

<p align="center"> <a href="https://github.com/KevinLiao159/MyDataSciencePortfolio/tree/master/medium_blogpost"> <img alt="Medium Blogpost" title="Medium Blogpost" src="http://yosinski.com/mlss12/media/slides/MLSS-2012-Blei-Probabilistic-Topic-Models_020.png"> </a> </p>

Medium is a popular blogpost publishing platform with enormous amount of contents and text data. What are people publishing? What are the latent topics in those blogposts? What makes a blogpost popular? And what is the trend in today's Technology? This project aims to answer the questions through visualization, analysis, natural language process, and machine learning techniques.

Specifically, I will use Seaborn and Pandas for exploratory analysis. For machine learning modeling, I choose K-means, tSVD, and LatentDirichletAllocation for topic modeling. I will perform this study with two different ML frameworks: Sklearn and Spark.

Sklearn is a great python machine learning library for data scientist.

However, in the age of Big Data, most data analysis are predicated on distributed computing. Spark is distributed cluster-computing framework and provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.

Movie Recommender Systems

<p align="center"> <a href="https://github.com/KevinLiao159/MyDataSciencePortfolio/tree/master/movie_recommender"> <img alt="Recommender System" title="Recommender System" src="https://static1.squarespace.com/static/55ff6aece4b0ad2d251b3fee/t/59c42ffd8a02c798d1cc832d/1506029566112/netflix.jpg?format=750w"> </a> </p>

Most products we use today are powered by recommendation engines. Youtube, Netflix, Amazon, Pinterest, and long list of other data products all rely on recommendation engines to filter millions of contents and make personalized recommendations to their users.

It'd be so cool to build a recommender system myself. I love watching movies when I am spending time with my family. So I decided to build a movie recommender for myself. In generaly, recommender systems can be loosely broken down into three categories: content based systems, collaborative filtering systems, and hybrid systems (which use a combination of the other two).

My project focuses on collaborative filtering systems. Collaborative filtering based systems use the actions of users to recommend other items. In general, they can either be user based or item based. Item-based approach is usually prefered than user-based approach. User-based approach is often harder to scale because of the dynamic nature of users, whereas items usually don't change much, so item-based approach often can be computed offline.

However, both item-based and user-based collaborative filtering still face following challenges:

  • cold start
  • data sparsity
  • popular bias (how to recommend products from the tail of product distribution)
  • scalability

To overcome above challenges, I will use Matrix Factorization to learn latent features and interaction between users and items

San Francisco Crime Study

<p align="center"> <a href="https://github.com/KevinLiao159/MyDataSciencePortfolio/tree/master/sf_crime_study"> <img alt="San Francisco Crime Study" title="San Francisco Crime Study" src="https://support.trulia.com/hc/article_attachments/360001824668/blobid0.png"> </a> </p>

San Francisco has been arising as one the most expensive city to reside. More and more startups and companies move in the city and attracts more and more talents into the city. However, the crime incidents seem to rise up as the average income of its residents too. Car break-ins hit 'epidemic' levels in San Francisco.

In this study, I will use Spark to analyze a 15-year reported incidents dataset from SFPD, and use machine learning methods to understand crime pattern and distribution in SF. Lastly, I will build a time-series forecast model to forecast crime rate

Synopsis Clustering

<p align="center"> <a href="https://github.com/KevinLiao159/MyDataSciencePortfolio/tree/mast
View on GitHub
GitHub Stars407
CategoryData
Updated14d ago
Forks225

Languages

Jupyter Notebook

Security Score

100/100

Audited on Mar 23, 2026

No findings