├── Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow ├── Week 1 │ ├── C1W1_Assignment.ipynb │ └── utils.py ├── Week 2 │ ├── C1W2_Assignment.ipynb │ └── utils.py ├── Week 3 │ ├── C1W3_Assignment.ipynb │ └── utils.py └── Week 4 │ ├── C1W4_Assignment.ipynb │ ├── VGG.png │ └── utils.py ├── Course 2 - Custom and Distributed Training with TensorFlow ├── Week 1 │ └── C2W1_Assignment.ipynb ├── Week 2 │ └── C2W2_Assignment.ipynb ├── Week 3 │ └── C2W3_Assignment.ipynb └── Week 4 │ └── C2W4_Assignment.ipynb ├── Course 3 - Advanced Computer Vision with TensorFlow ├── Week 1 │ └── C3W1_Assignment.ipynb ├── Week 2 │ └── C3W2_Assignment.ipynb ├── Week 3 │ └── C3W3_Assignment.ipynb └── Week 4 │ └── C3W4_Assignment.ipynb ├── Course 4 - Generative Deep Learning with TensorFlow ├── Week 1 │ └── C4W1_Assignment.ipynb ├── Week 2 │ └── C4W2_Assignment.ipynb ├── Week 3 │ └── C4W3_Assignment.ipynb └── Week 4 │ ├── C4W4_Assignment.ipynb │ └── hands.zip └── README.md /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 1/C1W1_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 1/C1W1_Assignment.ipynb -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 1/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 1/utils.py -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 2/C1W2_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 2/C1W2_Assignment.ipynb -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 2/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 2/utils.py -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 3/C1W3_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 3/C1W3_Assignment.ipynb -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 3/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 3/utils.py -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 4/C1W4_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 4/C1W4_Assignment.ipynb -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 4/VGG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 4/VGG.png -------------------------------------------------------------------------------- /Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 4/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 1 - Custom Models, Layers, and Loss Functions with TensorFlow/Week 4/utils.py -------------------------------------------------------------------------------- /Course 2 - Custom and Distributed Training with TensorFlow/Week 1/C2W1_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 2 - Custom and Distributed Training with TensorFlow/Week 1/C2W1_Assignment.ipynb -------------------------------------------------------------------------------- /Course 2 - Custom and Distributed Training with TensorFlow/Week 2/C2W2_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 2 - Custom and Distributed Training with TensorFlow/Week 2/C2W2_Assignment.ipynb -------------------------------------------------------------------------------- /Course 2 - Custom and Distributed Training with TensorFlow/Week 3/C2W3_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 2 - Custom and Distributed Training with TensorFlow/Week 3/C2W3_Assignment.ipynb -------------------------------------------------------------------------------- /Course 2 - Custom and Distributed Training with TensorFlow/Week 4/C2W4_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 2 - Custom and Distributed Training with TensorFlow/Week 4/C2W4_Assignment.ipynb -------------------------------------------------------------------------------- /Course 3 - Advanced Computer Vision with TensorFlow/Week 1/C3W1_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 3 - Advanced Computer Vision with TensorFlow/Week 1/C3W1_Assignment.ipynb -------------------------------------------------------------------------------- /Course 3 - Advanced Computer Vision with TensorFlow/Week 2/C3W2_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 3 - Advanced Computer Vision with TensorFlow/Week 2/C3W2_Assignment.ipynb -------------------------------------------------------------------------------- /Course 3 - Advanced Computer Vision with TensorFlow/Week 3/C3W3_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 3 - Advanced Computer Vision with TensorFlow/Week 3/C3W3_Assignment.ipynb -------------------------------------------------------------------------------- /Course 3 - Advanced Computer Vision with TensorFlow/Week 4/C3W4_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 3 - Advanced Computer Vision with TensorFlow/Week 4/C3W4_Assignment.ipynb -------------------------------------------------------------------------------- /Course 4 - Generative Deep Learning with TensorFlow/Week 1/C4W1_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 4 - Generative Deep Learning with TensorFlow/Week 1/C4W1_Assignment.ipynb -------------------------------------------------------------------------------- /Course 4 - Generative Deep Learning with TensorFlow/Week 2/C4W2_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 4 - Generative Deep Learning with TensorFlow/Week 2/C4W2_Assignment.ipynb -------------------------------------------------------------------------------- /Course 4 - Generative Deep Learning with TensorFlow/Week 3/C4W3_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 4 - Generative Deep Learning with TensorFlow/Week 3/C4W3_Assignment.ipynb -------------------------------------------------------------------------------- /Course 4 - Generative Deep Learning with TensorFlow/Week 4/C4W4_Assignment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 4 - Generative Deep Learning with TensorFlow/Week 4/C4W4_Assignment.ipynb -------------------------------------------------------------------------------- /Course 4 - Generative Deep Learning with TensorFlow/Week 4/hands.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/Course 4 - Generative Deep Learning with TensorFlow/Week 4/hands.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anhtuan85/TensorFlow-Advanced-Techniques-Specialization/HEAD/README.md --------------------------------------------------------------------------------