일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- EdgeR
- 싱글셀 분석
- javascript
- CUTandRUN
- pandas
- DataFrame
- CUT&RUN
- julia
- cellranger
- MACS2
- Batch effect
- ngs
- single cell
- python matplotlib
- scRNAseq
- Git
- drug development
- Bioinformatics
- CSS
- single cell rnaseq
- drug muggers
- PYTHON
- github
- 비타민 C
- single cell analysis
- js
- scRNAseq analysis
- ChIPseq
- matplotlib
- HTML
Archives
- Today
- Total
바이오 대표
[Rank Decomposition] Rank of matrix개념, CP decomposition 본문
Master dissertion
[Rank Decomposition] Rank of matrix개념, CP decomposition
바이오 대표 2021. 10. 19. 00:36
The rank of a matrix
= a number of linearly independent columns(vectors) in the matrix.
Matrix 에 5개의 columns(vectors) 로 구성되어있고 만약 그 중 2 개의 vector 를 곱하거나 더함으로써 나머지 3개의 vectors을 만들어 낼 수 있다면 해당 matrix의 rank는 2 이다. 이 개념을 활용하면 Original matrix를 보다 적은요소로 표현할 수 있고 이는 큰 데이터를 다룰때 complexity 줄이기 + oroginal tensor reconstruct 이 가능하다.
이러한 Rank decomposition은 Tensor decomposition으로 많이 활용된다.
가장 대중적인 방법으로는 CP (CANDECOMP/PARAFAC) decomposition 이 있다.
Reference