├── Evaluation ├── Evaluation1.m ├── Evaluation2.m ├── Evaluation2.m~ ├── OLA.m ├── bss_eval_sources.m └── stoi.m ├── Model.py ├── NTMCell.py ├── Others ├── NTMCell.png ├── spectrum_clean.png ├── spectrum_demix.png ├── spectrum_mix.png ├── stoi1.png ├── stoi2.png ├── test1_bus.png ├── test1_caf.png ├── test2_bus.png └── test2_caf.png ├── README.md ├── data_process.py ├── demo.ipynb ├── ops.py └── t-sne.py /Evaluation/Evaluation1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Evaluation/Evaluation1.m -------------------------------------------------------------------------------- /Evaluation/Evaluation2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Evaluation/Evaluation2.m -------------------------------------------------------------------------------- /Evaluation/Evaluation2.m~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Evaluation/Evaluation2.m~ -------------------------------------------------------------------------------- /Evaluation/OLA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Evaluation/OLA.m -------------------------------------------------------------------------------- /Evaluation/bss_eval_sources.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Evaluation/bss_eval_sources.m -------------------------------------------------------------------------------- /Evaluation/stoi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Evaluation/stoi.m -------------------------------------------------------------------------------- /Model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Model.py -------------------------------------------------------------------------------- /NTMCell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/NTMCell.py -------------------------------------------------------------------------------- /Others/NTMCell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/NTMCell.png -------------------------------------------------------------------------------- /Others/spectrum_clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/spectrum_clean.png -------------------------------------------------------------------------------- /Others/spectrum_demix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/spectrum_demix.png -------------------------------------------------------------------------------- /Others/spectrum_mix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/spectrum_mix.png -------------------------------------------------------------------------------- /Others/stoi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/stoi1.png -------------------------------------------------------------------------------- /Others/stoi2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/stoi2.png -------------------------------------------------------------------------------- /Others/test1_bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/test1_bus.png -------------------------------------------------------------------------------- /Others/test1_caf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/test1_caf.png -------------------------------------------------------------------------------- /Others/test2_bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/test2_bus.png -------------------------------------------------------------------------------- /Others/test2_caf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/Others/test2_caf.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/README.md -------------------------------------------------------------------------------- /data_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/data_process.py -------------------------------------------------------------------------------- /demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/demo.ipynb -------------------------------------------------------------------------------- /ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/ops.py -------------------------------------------------------------------------------- /t-sne.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KWTsou1220/mann-for-speech-separation/HEAD/t-sne.py --------------------------------------------------------------------------------