KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
FactorizedEmbeddings
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
newtab-bookmarks
:
PROJECT ABANDONED IN FAVOUR OF:
diepio
:
Diep.io autoplay bot written in python
wepy-com-selectab
:
(Deprecated)(不再维护)选择数量或者其他单选操作,可用于座位选择。wepy组件。
orderbook
:
Type safe limit order book
jwt-express-angular
:
Minimal setup for jwt with express and Angular (ngx)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FactorizedEmbeddings
?
Download (.md)
# Factorized embeddings learns rich and biologically meaningful embedding spaces using factorized tensor decomposition ### Motivation: The recent development of sequencing technologies revolutionised our understanding of the inner workings of the cell as well as the way disease is treated. A single RNA sequencing (RNA-Seq) experiment, however, measures tens of thousands of parameters simultaneously. While the results are information rich, data analysis provides a challenge. Dimensionality reduction methods help with this task by extracting patterns from the data by compressing it into compact vector representations. ### Results: We present the factorized embeddings (FE) model, a self-supervised deep learning algorithm that learns simultaneously, by tensor factorization, gene and sample representation spaces. We ran the model on RNA-Seq data from two large-scale cohorts and observed that the sample representation captures information on single-gene and global gene expression patterns. Moreover, we found that the gene representation space was organized such that tissue-specific genes, highly correlated genes as well as genes participating in the same GO terms were grouped. Finally, we compared the vector representation of samples learned by the FE model to other similar models on 49 regression tasks. We report that the FE-trained representations rank first or second in all of the tasks, surpassing, sometimes by a considerable margin, other representations. ### Content: A toy model is provided for tinkering with the model and the plots. The FE model depends on: + pytorch + numpy + pandas ### Usage: For the most basic run do the following: ```python python main.py --data-dir DATA_FOLDER --data-file DATA.npy ``` The data file should be a `.npy` file where samples are rows and features are columns. (ex: patient x gene) ### Capacity: We have noticed that for very homogenous datasets, having too big of a MLP makes the embeddings more static and less informative. If you notice the embeddings are not moving, try relaunching with a lower capacity MLP (for example: one single hidden layer and 10 neurons) ### Citation: Factorized embeddings learns rich and biologically meaningful embedding spaces using factorized tensor decomposition Assya Trofimov, Joseph Paul Cohen, Yoshua Bengio, Claude Perreault, and Sébastien Lemieux Bioinformatics. 2020 Jul; 36(Suppl 1): i417–i426. [Download paper](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7355243/) Workshop manuscript from 2017: Uncovering the Gene Usage of Human Tissue Cells with Joint Factorized Embeddings. Assya Trofimov, Joseph Paul Cohen, Claude Perreault, Yoshua Bengio, Sebastien Lemieux. International Conference on Machine Learning (ICML) Workshop on Computational Biology (WCB), 2017. [Download 2017 workshop paper](WCB_2017_paper_30.pdf) ### News Manuscript accepted for publication and oral presentation at ISMB 2020 on 2020-03-14 Manuscript submitted 2020-01-30 