https://github.com/govinddixit/batch-normalisation
This notebook shows you one way to add batch normalization to a neural network built in PyTorch.
https://github.com/govinddixit/batch-normalisation
batch-normalization mlp pytorch pytorch-implementation
Last synced: 16 days ago
JSON representation
This notebook shows you one way to add batch normalization to a neural network built in PyTorch.
- Host: GitHub
- URL: https://github.com/govinddixit/batch-normalisation
- Owner: GOVINDDIXIT
- Created: 2019-12-29T04:24:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T04:32:28.000Z (over 6 years ago)
- Last Synced: 2025-07-24T16:27:33.995Z (10 months ago)
- Topics: batch-normalization, mlp, pytorch, pytorch-implementation
- Language: Jupyter Notebook
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Batch Normalisation
This notebook shows you one way to add batch normalization to a neural network built in PyTorch.