發表文章

目前顯示的是有「Speech」標籤的文章

MISC

破千顆星的 GitHub 超強資源包,所有好用的「深度學習」資源都在這裡啦! https://buzzorange.com/techorange/2019/01/21/github-deep-learning/ deep-learning-ocean https://github.com/machinelearningmindset/deep-learning-ocean 擁有 17,000 顆星的 GitHub 大神開課!90 分鐘傳授,如何只用 JavaScript 建構神經網路 https://buzzorange.com/techorange/2018/12/25/neural-networks-in-javascript/ Neural networks in JavaScript https://scrimba.com/g/gneuralnetworks Github: DeepSpeech https://github.com/PaddlePaddle/DeepSpeech Deep Speech 2 : End-to-End Speech Recognition in English and Mandarin http://proceedings.mlr.press/v48/amodei16.html

GitHub Project:DDAE

剛剛找到一個簡易的結構,可作為參考 DDAE speech enhancement https://github.com/jerrygood0703/DDAE 雖然是使用 DNN,但是應該改寫一下就可以用。 重點是! 使用 spectrogram 的方式~

語音相關工具

Open SLR:Open Speech and Language Resources http://www.openslr.org/index.html kaldi-asr http://kaldi-asr.org Github: kaldi https://github.com/kaldi-asr/kaldi Day 25:自動語音識別(Automatic Speech Recognition) -- 觀念與實踐 https://ithelp.ithome.com.tw/articles/10195763 Kaldi语音识别 http://ftli.farbox.com/post/kaldizhong-wen-shi-bie Increase power of signal in Matlab https://dsp.stackexchange.com/questions/27031/increase-power-of-signal-in-matlab How do I plot the spectrogram of a wav file? https://dsp.stackexchange.com/questions/2696/how-do-i-plot-the-spectrogram-of-a-wav-file How can I plot a 3D graph of a given Laplace Transform of a function? https://dsp.stackexchange.com/questions/40628/how-can-i-plot-a-3d-graph-of-a-given-laplace-transform-of-a-function Spectrogram example in Matlab https://stackoverflow.com/questions/9726640/spectrogram-example-in-matlab How do I plot a 3-D graph of an audio signal that show whole signal amplitude VS time(s) VS frequency(hz)? ht...