[a.a 22/23] M.Russo
In recent years, thanks to the technological advancement of data processing capacity, it has been possible to almost completely sequence the human genome. This opened the doors to analyze in details mutational patterns in human cancers. Previews works were able to identify correlations between mutations and type of cancer. We propose a Siamese Neural Network in order to find similarities between cancers with a few shot learning technique.
Setup with cuda
pip install numpy pandas scikit-learn tensorflow-gpu tqdm
Setup without cuda
pip install numpy pandas scikit-learn tensorflow tqdm