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
|
||||
│ ├── qsvm4_amplitude.py # Experiment 4: Amplitude Encoding
|
||||
│ └── dane/ # TCGA datasets
|
||||
│ ├── TCGA_GBM_LGG_Mutations_all.csv
|
||||
│ ├── zaszumione/ # Substitutional noise
|
||||
│ └── zaszumione_rozszerzone/ # Additive noise
|
||||
│ ├── TCGA_GBM_LGG_Mutations_all.csv # high dimensional data
|
||||
│ ├── TCGA_GBM_LGG_Mutations_clean.csv # low dimensional data
|
||||
│ ├── zaszumione/ # Substitutional noise
|
||||
│ └── zaszumione_rozszerzone/ # Additive noise
|
||||
│
|
||||
├── 📁 Results
|
||||
│
|
||||
└── 📁 Configuration
|
||||
├── environment.yml # Conda environment
|
||||
├── requirements.txt # Python dependencies
|
||||
└── README.md # This file
|
||||
└── README.md # This file
|
||||
```
|
||||
|
||||
## Side Experiments Overview
|
||||
|
|
|
|||
Loading…
Reference in New Issue