You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ After you've completed the setup steps above, you can use your Visual Studio Cod
28
28
-**03 - Classification.ipynb** covers another form of *supervised* machine learning that is used to predict which category, or *class*, something belongs to.
29
29
-**04 - Clustering.ipynb** deals with *unsupervised* machine learning that seeks to group similar data entities together based on statistical similarities.
30
30
-**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*.
32
32
33
33
> **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.
0 commit comments