AI Boostcamp Day 11
What I studied today:
- Pytorch vs Tensorflow
- Computatioanl Graph
- Creating a graph used when computing training & predicting the neural network
- Define and Run: Tensorflow
- Define by Run: PyTorch -> Pythonic Code
- Tensorflow
- Edge in scalability and Production
- PyTorch
- Adopts the tensor structure from Numpy
- Auto Gradient
- Computatioanl Graph
-
PyTorch Operations
- Assignment:
- Creating a NN model with PyTorch. SO HARD!