Posts (15)

Principal Components Analysis (PCA)
Last Update:
Math, Data Science, Machine Learning, Unsupervised Learning
Principal component analysis (PCA) is a classic multivariate analysis method and a technique based on orthogonal transformation. Reduce the dimension while preserving the feature of the data as much as possible. Often used for data visualization and dealing with multicollinearity issues.

Terminators
Weird Stuff, Life
🎵Doofenshmirtz Evil Incorporated!🎵

Prove $\sin (x) / n = 6$
Math, Weird Stuff
Magic!

Proof of Polynomial Differentiation
Math, Dog, Weird Stuff
A proof of polynomial differentiation that even a dog can understand.

CV
Last Update:
About
Show my strongest and brightest side!

Showcase Portfolio
Portfolio
A collection of selected works that showcases my achievements in machine learning, programming, and mathematics.

Customer Personality Modeling and Evaluation
Last Update:
Math, Data Science, Machine Learning, Portfolio, Collaboration, R Language
This study will model customer personalities and address common issues in financial data, such as multicollinearity and outliers, by introducing robust logistic regression analysis to predict whether a customer will participate in an event. Due to the imbalance in the predicted target, the commonly used accuracy metric is abandoned in favor of developing a profit-based model evaluation metric to maximize profit as the model selection criterion. Finally, based on principal component selection of variables, the study analyzes and explores the market positioning behind the event and identifies the characteristics of potential customers.

About
Last Update:
About
The is about me.

Continuous Bag of Word and Skip-Gram
Last Update:
Math, Word to Vector, Deep Learning, Natural Language Processing
A mathematical model that uses vectors to represent word, allowing computers to calculate the similarity and distance of words. This article will introduce the continuous bag of words (CBOW) and skip-gram based on neural networks.

Neural Network
Math, Deep Learning, Neural Network
Introduction the basic model of deep learning neural network, and its important concepts gradient descent and backpropagation.