Table of Contents
[Read More]
Exploratory Data Analysis
在拿到数据之后,首先要做的就是要数据分析(Exploratory Data Analysis,EDA)。数据分析是数据挖掘中重要的步骤,同时也在其他阶段反复进行。可以说数据分析是数据挖掘中至关重要的一步,它给之后的步骤提供了改进的方向,也是直接可以理解数据的方式。
[Read More]
Matrix
矩阵
TODO
相关系数矩阵
协方差矩阵
Hermitan矩阵
共轭矩阵
Hessian 矩阵
[Read More]
Matrix Multiplication
Human Activity Recognition
这是之前实习的时候做过的一个类似项目,用传感器信息来分析当前手机使用者的状态,目标是用来打击黑产。
[Read More]
101. Symmetric Tree
Description
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
[Read More]