Skip to content

Commit b9888d1

Browse files
committed
Fixed notebook name
1 parent be0a726 commit b9888d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After you've completed the setup steps above, you can use your Visual Studio Cod
2828
- **03 - Classification.ipynb** covers another form of *supervised* machine learning that is used to predict which category, or *class*, something belongs to.
2929
- **04 - Clustering.ipynb** deals with *unsupervised* machine learning that seeks to group similar data entities together based on statistical similarities.
3030
- **05a - Deep Neural Networks (PyTorch).ipynb** and **05a - Deep Neural Networks (TensorFlow).ipynb** introduce the key concepts of *deep neural networks (DNNs)* using your choice of two popular *deep learning* frameworks: PyTorch and Tensorflow.
31-
- **05b - Image Classification with a CNN (PyTorch).ipynb** and **05b - Image Classification with a CNN (Tensorflow).ipynb** describe how to build *convolutional neural networks (CNNs)* for image classification - a common use of *deep learning*.
31+
- **05b - Convolutional Neural Networks (PyTorch).ipynb** and **05b - Convolutional Neural Networks (Tensorflow).ipynb** describe how to build *convolutional neural networks (CNNs)* for image classification - a common use of *deep learning*.
3232

3333
> **Note:** These labs assume you have some basic familiarity with Python syntax and core data types. If not, consider working through the [Take your First Steps with Python](https://docs.microsoft.com/learn/paths/python-first-steps/) learning path first.
3434

0 commit comments

Comments
 (0)