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


Ignore:
Timestamp:
Jun 15, 2020, 4:53:09 AM (4 years ago)
Author:
yb220
Comment:

Legend:

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

    v13 v14  
    1414- Jupyter notebook tutorial: https://www.dataquest.io/blog/jupyter-notebook-tutorial/
    1515- Video tutorial (Optional): Neural Networks and Deep Learning: https://www.coursera.org/learn/neural-networks-deep-learning
     16*Week 3
     17- Introduction of Keras: https://en.wikipedia.org/wiki/Keras
     18- Basic Classification: Classify Images of Clothing: https://www.tensorflow.org/tutorials/keras/classification
     19- Simple Neural Networks in Python: https://towardsdatascience.com/inroduction-to-neural-networks-in-python-7e0b422e6c24
     20- TensorFlow Neural Network Tutorial (optional): https://stackabuse.com/tensorflow-neural-network-tutorial/
    1621
    1722== Reading Material ==
     
    3338  -- Slides: Neural Network Basics of Energy-Efficient Machine Learning System\\
    3439  -- Video tutorial (Optional): Neural Networks and Deep Learning by Andrew Ng (Recommended chapters: Week 2: Logistic Regression as a Neural Network, Week 3: Shallow Neural Network)
     40
     41== 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)
     46
     47- Read the paper “X-Vectors: Robust DNN Embeddings for Speaker Recognition” (IEEE ICASSP 2018).
     48  -- 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)
     49