Skip to content

Commit dcb03a5

Browse files
authored
tf-pt readme lab1
1 parent ff05698 commit dcb03a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lab1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![alt text](https://github.com/aamini/introtodeeplearning/raw/master/lab1/img/music_waveform.png)
44
## Part 1: Intro to Deep Learning in Python -- TensorFlow and PyTorch
5-
TensorFlow and PyTorch are software libraries used in machine learning. Here we'll learn how computations are represented and how to define simple neural networks in TensorFlow and PyTorch.
5+
TensorFlow ("TF") and PyTorch ("PT") are software libraries used in machine learning. Here we'll learn how computations are represented and how to define simple neural networks in TensorFlow and PyTorch. The TensorFlow labs will be prefixed by `TF`; PyTorch labs will be prefixed by `PT`.
66

77
TensorFlow uses a high-level API called [Keras](https://www.tensorflow.org/guide/keras) that provides a powerful, intuitive framework for building and training deep learning models. In the TensorFlow Intro (`TF_Part1_Intro`) you will learn the basics of computations in TensorFlow, the Keras API, and TensorFlow 2.0's imperative execution style.
88

0 commit comments

Comments
 (0)