Changes between Version 6 and Version 7 of Other/Summer/2020/AdvML
- Timestamp:
- Jun 8, 2020, 2:31:32 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2020/AdvML
v6 v7 8 8 - Tensorflow - Adversarial Example using FGSM: https://www.tensorflow.org/tutorials/generative/adversarial_fgsm 9 9 - Generating Adversarial Samples in Keras: https://medium.com/analytics-vidhya/implementing-adversarial-attacks-and-defenses-in-keras-tensorflow-2-0-cab6120c5715 10 - Python tutorial: https://www.w3schools.com/python/ 11 - How to run Python code: https://www.knowledgehut.com/blog/programming/run-python-scripts 12 - Jupyter notebook tutorial: https://www.dataquest.io/blog/jupyter-notebook-tutorial/ 13 - Video tutorial (Optional): Neural Networks and Deep Learning: https://www.coursera.org/learn/neural-networks-deep-learning 10 14 11 15 == Reading Material == … … 21 25 22 26 == Week 2 Activities == 23 - Get familiar with Python language. 24 - Learn the concept of deep learning and deep neural networks. 25 - Python tutorial: https://www.w3schools.com/python/ 26 - How to run Python code: https://www.knowledgehut.com/blog/programming/run-python-scripts27 - Jupyter notebook tutorial: https://www.dataquest.io/blog/jupyter-notebook-tutorial/ 28 - Video tutorial (Optional): Neural Networks and Deep Learning: https://www.coursera.org/learn/neural-networks-deep-learning 27 - Get familiar with Python language.\\ 28 -- Install Python environment\\ 29 -- Use Jupyter Notebook to run Python code samples\\ 30 - Learn the concept of deep learning and deep neural networks.\\ 31 -- Slides: Neural Network Basics of Energy-Efficient Machine Learning System\\ 32 -- 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)