Skip to content

Commit

Permalink
Update tree
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2023
1 parent 4be0e44 commit d5c8e86
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
57 changes: 26 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,30 @@ This is my assignment in that specialization. This repo only includes lab files,
## Table of Content

```bash
Tensorflow: Advanced Techniques Specialization/
├── Custom Models, Layers, and Loss Functions with TensorFlow/
│ ├── Week 1/
│ │ ├── data/
│ │ │ └── ENB2012_data.xlsx
│ │ ├── C1W1_Assigment.ipynb
│ │ ├── C1_W1_Lab_1_functional-practice.ipynb
│ │ ├── C1_W1_Lab_2_multi-output.ipynb
│ │ ├── C1_W1_Lab_3_siamese-network.ipynb
│ │ ├── utils.py
│ │ ├── winequality-red.csv
│ │ └── winequality-white.csv
│ ├── Week 2/
│ │ ├── C1W2_Assigment.ipynb
│ │ ├── C1_W2_Lab_1_huber_loss.ipynb
│ │ ├── C1_W2_Lab_2_huber_object.ipynb
│ │ └── utils.py
│ ├── Week 3/
│ │ ├── C1W3_Assignment.ipynb
│ │ ├── C1_W3_Lab_1_lambda_layer.ipynb
│ │ ├── C1_W3_Lab_2_custom-dense-layer.ipynb
│ │ ├── C1_W3_Lab_3_custom_layer_activation.ipynb
│ │ └── utils.py
│ └── Week 4/
│ └── C1W4_Assigment.ipynb
├── Custom and Distributed Training with TensorFlow/
│ └── On progress
├── Advanced Computer Vision with TensorFlow/
│ └── On progress
└── Generative Deep Learning with TensorFlow/
└── On progress
.
└── Custom Models, Layers, Loss Functions with Tensorflow
├── Week 1
│   ├── C1W1_Assignment.ipynb
│   ├── C1_W1_Lab_1_functional-practice.ipynb
│   ├── C1_W1_Lab_2_multi-output.ipynb
│   ├── C1_W1_Lab_3_siamese-network.ipynb
│   ├── data
│   │   └── ENB2012_data.xlsx
│   ├── utils.py
│   ├── winequality-red.csv
│   └── winequality-white.csv
├── Week 2
│   ├── C1W2_Assignment.ipynb
│   ├── C1_W2_Lab_1_huber_loss.ipynb
│   ├── C1_W2_Lab_2_huber_object_loss.ipynb
│   └── utils.py
├── Week 3
│   ├── C1W3_Assignment.ipynb
│   ├── C1_W3_Lab_1_lambda_layer.ipynb
│   ├── C1_W3_Lab_2_custom-dense-layer.ipynb
│   ├── C1_W3_Lab_3_custom_layer_activation.ipynb
│   └── utils.py
└── Week 4
├── C1_W4_Lab_1_basic_model.ipynb
└── C1_W4_Lab_2_resnet_example.ipynb
```
5 changes: 3 additions & 2 deletions tree.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tensorflow-Advanced-Techniques-Specialization/
.
└── Custom Models, Layers, Loss Functions with Tensorflow
├── Week 1
│   ├── C1W1_Assignment.ipynb
Expand All @@ -22,5 +22,6 @@ Tensorflow-Advanced-Techniques-Specialization/
│   ├── C1_W3_Lab_3_custom_layer_activation.ipynb
│   └── utils.py
└── Week 4
└── C1_W4_Lab_1_basic_model.ipynb
├── C1_W4_Lab_1_basic_model.ipynb
└── C1_W4_Lab_2_resnet_example.ipynb
```

0 comments on commit d5c8e86

Please sign in to comment.