fada pushed to master at fada/pytorch-study 2025-06-25 17:38:49 +08:00
c2f1303514 feat: add Jupyter notebook demonstrating Softmax and linear layer usage in PyTorch
fada pushed to master at fada/pytorch-study 2025-06-25 14:24:01 +08:00
5caa98ea09 feat: add Jupyter notebook for simple neural network implementation with CUDA support
fada pushed to master at fada/pytorch-study 2025-06-24 20:42:51 +08:00
8963d1aee2 feat: enhance Jupyter notebook with TensorBoard and Visdom integration for model training visualization
fada pushed to master at fada/pytorch-study 2025-06-20 17:26:07 +08:00
5c892cd203 feat: add Jupyter notebook for TensorBoard integration and logging example
fada pushed to master at fada/pytorch-study 2025-06-20 16:20:50 +08:00
11d79c2413 feat: update docker-compose to expose additional ports for TensorBoard and Visdom
fada pushed to master at fada/pytorch-study 2025-06-20 16:16:09 +08:00
d1e04739d9 feat: add Jupyter notebook for linear regression and CIFAR-10 image classification with model training
fada pushed to master at fada/pytorch-study 2025-06-17 20:55:39 +08:00
30607ae7c1 feat: refactor Jupyter notebook for convolution layer demonstration with updated input tensor and fixed kernel parameters
fada pushed to master at fada/pytorch-study 2025-06-16 17:49:40 +08:00
c8b00eea2d feat: refactor Jupyter notebook for convolution layer demonstration with updated input tensor and fixed kernel parameters
fada pushed to master at fada/pytorch-study 2025-06-16 17:38:04 +08:00
a1eb1c7f5c feat: add initial Jupyter notebook for basic tensor operations and convolution layer demonstration
fada pushed to master at fada/pytorch-study 2025-06-16 15:48:07 +08:00
f52c9ca8e3 feat: update Dockerfile to set custom pip index URL and install Jupyter Lab with libraries