Update README.md
This commit is contained in:
parent
4971aef3cf
commit
38686a553b
|
|
@ -29,16 +29,17 @@ This project implements a **comprehensive comparison of quantum and classical SV
|
||||||
│ ├── qsvm3_z.py # Experiment 3: Z Feature Maps
|
│ ├── qsvm3_z.py # Experiment 3: Z Feature Maps
|
||||||
│ ├── qsvm4_amplitude.py # Experiment 4: Amplitude Encoding
|
│ ├── qsvm4_amplitude.py # Experiment 4: Amplitude Encoding
|
||||||
│ └── dane/ # TCGA datasets
|
│ └── dane/ # TCGA datasets
|
||||||
│ ├── TCGA_GBM_LGG_Mutations_all.csv
|
│ ├── TCGA_GBM_LGG_Mutations_all.csv # high dimensional data
|
||||||
│ ├── zaszumione/ # Substitutional noise
|
│ ├── TCGA_GBM_LGG_Mutations_clean.csv # low dimensional data
|
||||||
│ └── zaszumione_rozszerzone/ # Additive noise
|
│ ├── zaszumione/ # Substitutional noise
|
||||||
|
│ └── zaszumione_rozszerzone/ # Additive noise
|
||||||
│
|
│
|
||||||
├── 📁 Results
|
├── 📁 Results
|
||||||
│
|
│
|
||||||
└── 📁 Configuration
|
└── 📁 Configuration
|
||||||
├── environment.yml # Conda environment
|
├── environment.yml # Conda environment
|
||||||
├── requirements.txt # Python dependencies
|
├── requirements.txt # Python dependencies
|
||||||
└── README.md # This file
|
└── README.md # This file
|
||||||
```
|
```
|
||||||
|
|
||||||
## Side Experiments Overview
|
## Side Experiments Overview
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue