Changes between Version 14 and Version 15 of Other/Summer/2020/AdvML


Ignore:
Timestamp:
Jun 15, 2020, 5:47:16 PM (4 years ago)
Author:
yb220
Comment:

Legend:

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

    v14 v15  
    4040
    4141== Week 3 Activities ==
    42 - Setup TensorFlow and Keras environment using Anaconda
    43   -- Follow the tutorial “Basic classification: Classify Images of Clothing” to get familiar with TensorFlow and Keras
    44   -- Read the tutorial “Simple Neural Networks in Python” (code implementation not required)
    45   -- Read the “TensorFlow Neural Network Tutorial” and run the code implementation (optional)
     42- Setup TensorFlow and Keras environment using Anaconda \\
     43  -- Follow the tutorial “Basic classification: Classify Images of Clothing” to get familiar with TensorFlow and Keras \\
     44  -- Read the tutorial “Simple Neural Networks in Python” (code implementation not required) \\
     45  -- Read the “TensorFlow Neural Network Tutorial” and run the code implementation (optional) 
    4646
    47 - Read the paper “X-Vectors: Robust DNN Embeddings for Speaker Recognition” (IEEE ICASSP 2018).
     47- Read the paper “X-Vectors: Robust DNN Embeddings for Speaker Recognition” (IEEE ICASSP 2018). \\
    4848  -- 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)
    4949