Description
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.
[Read More]
Projects
项目整理
1. Project Joined
Human Activity Recognition
Meter Reading Recognition
Single Shot MultiBox Detector
Machine Learning Workflow
[Read More]
Singular Value Decomposition
References
奇异值的物理意义是什么?
Matrix Factorization
矩阵分解
Support Vector Machines
支持向量机
Table of Contents
[Read More]
Exploratory Data Analysis
在拿到数据之后,首先要做的就是要数据分析(Exploratory Data Analysis,EDA)。数据分析是数据挖掘中重要的步骤,同时也在其他阶段反复进行。可以说数据分析是数据挖掘中至关重要的一步,它给之后的步骤提供了改进的方向,也是直接可以理解数据的方式。
[Read More]