Changes between Version 16 and Version 17 of Other/Summer/2020/AdvML


Ignore:
Timestamp:
Jun 22, 2020, 3:46:29 AM (4 years ago)
Author:
yb220
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2020/AdvML

    v16 v17  
    1919- Simple Neural Networks in Python: https://towardsdatascience.com/inroduction-to-neural-networks-in-python-7e0b422e6c24
    2020- TensorFlow Neural Network Tutorial (optional): https://stackabuse.com/tensorflow-neural-network-tutorial/
     21*Week 4
     22- Mel-Frequency Cepstral Coefficients (MFCC): https://haythamfayek.com/2016/04/21/speech-processing-for-machine-learning.html http://www.speech.cs.cmu.edu/15-492/slides/03_mfcc.pdf
     23- Time Delay Neural Network: https://neuron.eng.wayne.edu/tarek/MITbook/chap5/5_4.html
     24- Paper: Phoneme Recognition Using Time-Delay Neural Networks (Optional): https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=21701
    2125
    2226== Reading Material ==
     
    4852  -- Try to understand the workflow of x-vector and learn background knowledge, such as the application of x-vector, concept of the phoneme, data augmentation, etc. (try to learn TDNN and MFCC if time allows)
    4953
     54== Week 4 Activities ==
     55- Learn the feature extraction process of MFCC and extract the MFCC feature using TensorFlow based on the sample code. \\
     56- Understand the speaker recognition system (X-Vector) and time-delay neural network. \\
     57  -- Understand the concept of Time Delay Neural Network (TDNN). \\
     58  -- (Optional) Learn the concept of Convolutional Neural Network (CNN) and find the similarities between CNN and TDNN. (Note: the implementation of TDNN will be based on one-dimensional CNN.)
     59
    5060== Project Website ==
    5161- [https://chunnubansal.wixsite.com/winlab-amlavas]