My study note of various A/B testing resources. I do not own any credit for the any idea, knowledge, code below.
Study Note: Exploratory Data Analysis
My study note of the book Practical Statistics for Data Scientists: 50+ Essential Concepts Using R and Python - Chapter 1 Exploratory Data Analysis .
CS229 Note: Generative Learning
Generative Learning algorithms
Discriminative learning algorithms: Algorithms that try to learn \(p(y|x)\) directly (such as logistic regression), or algorithms that try to learn mappings directly from the space of inputs \(X\) to the labels {0, 1}, (such as the perceptron algorithm)
CS229 Note: Linear Regression, Logistic regression, Generalized Linear Models
linear function: \(h_θ(x) = θ_0 + θ_1x_1 + θ_2x_2+...+θ_dx_d=θ^Tx\)
cost function: \(J(θ)=\frac{1}{2}\sum_{i=1}^n(h_θ(x^{(i)})-y^{(i)})^2\)
Realtime Financial Market Data Visualization and Analysis
Introduction
In this project, I developed a financial data processing and visualization platform using Apache Kafka, Apache Cassandra, and Bokeh. I used Kafka for realtime stock price and market news streaming, Cassandra for historical and realtime stock data warehousing, and Bokeh for visualization on web browsers. I also wrote a web crawler to scrape companys' financial statements and basic information from Yahoo Finance, and played with various economy data APIs.
Please check the GitHub repo of this project, and most importantly, please check this platform's website and play with each plot \(\rightarrow\) magiconch.me
Data Analysis of K-POP: Playing with Spotify API
Introduction
K-pop has become a phenomenon in the U.S, as evidenced by bombing number of K-pop shows across the nation. In Spotify's K-pop genre, there are more than 500 K-pop artists. Among them, the wildly popular male group BTS is certainly worth mentioning. According to the data of Top 100 selling artists in the first half of 2019, out of 10 album copies sold out, there are 4 of BTS's albums (Ref).
BTS is certainly a reason for the rise of K-pop, but as more and more K-pop artists successfully hit the Billboard charts and took massive world tour, K-pop is definitely a hot topic to dig into.
This K-Pop sensation draws my attention to perform data analysis using data provided by Spotify API which could be used to answer some interesting questions like:
- Besides BTS, who are the best K-pop artists in the U.S. market?
- How do their popularity change?
- How did the market of K-pop music evolve in size and audio features?