原创 NumPy - fromstring - fromfunction

NumPy - fromstring - fromfunction 標準安裝的 Python 中用列表 (list) 保存一組值,可以用來當作數組使用,不過由於列表的元素可以是任何對象,因此列表中所保存的是對象的指針。爲了保存一個

原创 end2end-asr-pytorch - audio processing - speech signal processing

end2end-asr-pytorch - audio processing - speech signal processing https://github.com/gentaiscool/end2end-asr-pytorc

原创 wave - Read and write WAV files (讀寫 WAV 格式文件)

wave - Read and write WAV files (讀寫 WAV 格式文件) https://docs.python.org/3/library/wave.html The wave module provides

原创 torch.arange() - v1.5.0

torch.arange() - v1.5.0 torch https://pytorch.org/docs/stable/torch.html torch.arange(start=0, end, step=1, out=Non

原创 基礎揹包問題 - 0-1 揹包問題 - 深度優先搜索 (遞歸)

基礎揹包問題 - 0-1 揹包問題 - 深度優先搜索 (遞歸) 1. 基礎揹包問題 有 N 件物品和一個承受最大重量爲 W 的揹包。第 i 件物品的重量是 w[i],價值是 v[i]。求解將哪些物品裝入揹包可使這些物品的重量總和不

原创 語音信號處理 (speech signal processing) - 參考文獻

語音信號處理 (speech signal processing) - 參考文獻 語音信號處理基礎 (Fundamentals of Speech Signal Processing) http://staff.ustc.ed

原创 卸載 PyCharm

卸載 PyCharm 1. rm -rf pycharm-community-2020.1.1/ (base) yongqiang@yongqiang:~$ cd software/ (base) yongqiang@yongqi

原创 PyCharm 加載項目慢-卡

PyCharm 加載項目慢-卡 1. Make available to all projects - 取消勾選 2. Reopen last project on startup File -> Settings -> App

原创 torch.manual_seed(123456) - torch.cuda.manual_seed_all(123456)

torch.manual_seed(123456) - torch.cuda.manual_seed_all(123456) PYTORCH DOCUMENTATION https://pytorch.org/docs/maste

原创 Academic Torrents - 學術種子資源下載網

Academic Torrents - 學術種子資源下載網 http://academictorrents.com/ https://github.com/AcademicTorrents 學術種子資源下載網是一個針對科研人員而創

原创 Training set - Validation set - Test set - Development set (dev set)

Training set - Validation set - Test set - Development set (dev set) 1. Training set - Validation set - Test set

原创 讀寫 wav 格式聲音文件

讀寫 wav 格式聲音文件 http://bigsec.net/b52/scipydoc/wave_pyaudio.html Python 支持 wav 文件的讀寫,實時的聲音輸入輸出需要安裝 pyAudio,pyMedia 進行

原创 基礎揹包問題 - 多維有界揹包問題 - 深度優先搜索 (遞歸)

基礎揹包問題 - 多維有界揹包問題 - 深度優先搜索 (遞歸) 1. 基礎揹包問題 揹包問題 (Knapsack problem) 是一種組合優化的 NP 完全問題。給定一組物品,每種物品都有自己的重量和價格,在限定的總重量內,我

原创 torch.sin() - torch.cos() - v1.5.0

torch.sin() - torch.cos() - v1.5.0 TORCH https://pytorch.org/docs/stable/torch.html torch.sin() - torch.cos() 的 inp

原创 Python - split

Python - split Built-in Types - 內置類型 https://docs.python.org/3/library/stdtypes.html https://docs.python.org/zh-cn/