- 15
- 30 400
key lou
United States
เข้าร่วมเมื่อ 21 ก.พ. 2020
PyTorch tutorials 2 Linear Model: Basic ML/DL lectures using PyTorch in English
1. What is a linear model?
2. What can linear model do?
3. How does linear model find the best solution?
Thanks Sung Kim for providing very nice resources. More slides can be found in here:
bit.ly/PyTorchZeroAll
--------
Any question and problem to me.
Contact: Rui Wang, rwang@tongji.edu.cn
Github: github.com/mechanicalsea
CSDN: blog.csdn.net/i_love_home
2. What can linear model do?
3. How does linear model find the best solution?
Thanks Sung Kim for providing very nice resources. More slides can be found in here:
bit.ly/PyTorchZeroAll
--------
Any question and problem to me.
Contact: Rui Wang, rwang@tongji.edu.cn
Github: github.com/mechanicalsea
CSDN: blog.csdn.net/i_love_home
มุมมอง: 21
วีดีโอ
PyTorch 教程系列1:Overview
มุมมอง 374 ปีที่แล้ว
PyTorch tutorials 1 Overview: Basic ML/DL lectures using PyTorch in English 1. What is human intelligence? 2. What is machine learning or deep learning? 3. Why is PyTorch? Thanks for the slide provided by Sung Kim. More slides can be found in here: bit.ly/PyTorchZeroAll Any question and problem to me. Contact: Rui Wang, rwang@tongji.edu.cn Github: github.com/mechanicalsea
tutorials 7-- Verification Evaluation: using cosine and norm2 compared to baseline on the voxceleb1.
มุมมอง 884 ปีที่แล้ว
1. Center on the trained model 2. Set arguments for evaluation 3. Have a look at data directory 4. Have a look at waveform in image 5. A simple result is given 6. Evaluation on voxceleb1 veri_test Results: EER 2.4867 using cosine. EER 2.9692 using norm2. EER 2.2587 using baseline. More detail to github.com/clovaai/voxceleb_trainer Any question and problem to me. Contact: Rui Wang, rwang@tongji....
tutorials 6---- Parameterized Filter
มุมมอง 334 ปีที่แล้ว
1. Why parameterize filters? Creating learnable filters. 2. How to implement? PyTorch, An automatic differentiation tool and gpu-speed up. More detail of bandpass filter is given in my another mov Bandpass Filter: A useful to filter a signal within a frequency area. Thank you for your attention. More detail to my GitHub. Contact: Rui Wang, rwang@tongji.edu.cn Github: github.com/mechanicalsea/sp...
tutorials 5---- Bandpass Filter: A useful to filter a signal within a frequency area.
มุมมอง 2124 ปีที่แล้ว
It is functional to the system of speech recognition since the learning from raw arose. How to build a bandpass filter 1. Load a waveform 2. Set the bound of frequency 3. Create several pass band based on mel 4. Define a Hamming window 5. Build serveral bandpass filters and show them 6. Compute the result after bandpass filtering by PyTorch conv1d Thank you for your attention. More detail to my...
Convert any Python File to .exe by pyinstaller
มุมมอง 2344 ปีที่แล้ว
Convert any Python File to .exe by pyinstaller
tutorials 4---- VAD: using signal energy to detect voice activity based on PyTorch
มุมมอง 4K4 ปีที่แล้ว
1. Apply pre-emphasis to a signal and frame it into overlapping frames. 2. Compute energy of each frame. 3. Apply energy ratio between specific range of frequency to voice activity detection. 4. Smooth the detection by the length of speech. More detail to my GitHub. Contact: Rui Wang, rwang@tongji.edu.cn Github: github.com/mechanicalsea/spectra
embed matplotlib in pyqt5 with Qt Designer
มุมมอง 13K4 ปีที่แล้ว
embed matplotlib in pyqt5 with Qt Designer
tutorials 3---- Extracting MFCC by PyTorch style Python
มุมมอง 1.7K4 ปีที่แล้ว
1. Apply pre-emphasis to a signal and frame it into overlapping frames. 2. Compute the power spectrum of each frame and calculate its energy. 3. Apply Mel-filterbank to the power spectrum and log it. 4. Compute the DCT of the Mel-filterbank energy features and apply cepstral liftering to it. Note that energy and Mel-filterbank features 0 should be replaced to a extremely small positive number, ...
Running an outside program (executable) in Python
มุมมอง 1214 ปีที่แล้ว
Running an outside program (executable) in Python
python3 Unit Testing with unittest for beginner
มุมมอง 864 ปีที่แล้ว
python3 Unit Testing with unittest for beginner
tutorials 2---- An Introduction to Automatic Speaker Recognition2 自动说话人识别导论2
มุมมอง 1784 ปีที่แล้ว
自动说话人识别是身份认证的生物识别技术之一,简单地说,“听声识人”。导论2主要介绍的自动说话人识别的相关概念与一个i-vector/PLDA基准系统。
tutorials 1---- An Introduction to Automatic Speaker Recognition1 自动说话人识别导论1
มุมมอง 2674 ปีที่แล้ว
自动说话人识别是身份认证的生物识别技术之一,简单地说,“听声识人”。导论1主要介绍的自动说话人识别的系统框架与1995-2018年发展历史,为以后的说话人识别技术提供一个技术定位。
A video about sound without sound. Ironic
讲的很好
Thank you for the great program. loadUi ("qt.ui", self) Can you print the fplt.candlstick_ochl chart on the widget of the ui after reading the ui file?
clear method, concise code
Is it possible to generate many sentences at once? BIP39
Thank you,
no sound
Have any idea what this error is about? // AttributeError: 'MainWidget' object has no attribute 'setCentralWidget' // "setCentralWidget" method exist in my Ui_Form class from the qtdesigner source file. For some reason "MainWidget" object seems to be unable to make the connection.
Thank you! The best video on the topic
sir can i contact you ?
How completed the header? What will be header of 63 and E3? Thanks
Thank you very much! Specially that supporting file "untitlted" helped alot
I started from MainWindow, If you have a way to write, please help me.
thank you! well documented and clear video!
hi good night i need your help to find a python program, send me link discord
Sir how i can contact with you please?
nice tutorial for developing UI based on UI. Look forward to seeing your new pieces.
nice video, thanks for your time.
pls help me
hey i having issues when i try unpack can you help me? do you have discord?
Hello. Really helpful video indeed. I wonder if it is possible to get only timestamps of speech as an output?
My ui_matplotlib_pyqt.py module has no Ui_Form in it.
did you solve it?
Cristian Aravena Nope
You may be using QMainWindow while selecting your layout on Qt Desinger !
bro, if you are using QMainWindow try Ui_MainWindow it should work
@@muhammadabdelrady4017 Do you have any example?
Is the size of the graphic widget autoajustable with the size of the mainwindow?
no, you can set the layout
I did that and worked out for me! Thanks for the video
Awesome content and try to do a neural network-based VAD
Thanks
unpack success how to exe again bro???
Run the program and package
@@keylou3793 please u have telegram
@@keylou3793 please bro telegram or facebook i need help u are best
@@hamodypark6689 @lou_key
Can I have a discord link too, I will pay you to extract an exe too
discord.gg/xPFKdr
Thanks >> Link Dowinload ?
Hey, send me your discord, I will send you a python tool to extract it for me and I will pay you
discord.gg/zcvSJx
@@keylou3793 Link expired
와우 리버스엔지니어링
Hi Key Lou: I`m a novel developper in Python. Please, could you put your code in the comments for getting it?
what the number you wrote in time 2:16?
The number I wrote in time 2:16 is the missing header comperd to struct filr. The Header in matplotqt_study file must be same as struct. In this video, struct file begin at 42, matplotqt_study file beigin at E3. So I completed the header of the matplotqt_study. The missing head depends on the actual situation
technical video, keep going.