deep-learning-from-scratch-pytorch
deep-learning-from-scratch-pytorch copied to clipboard
Deep Learning from Scratch with PyTorch
Results
2
deep-learning-from-scratch-pytorch issues
Sort by
recently updated
recently updated
newest added
Fixes a typo in the instructor notebook that didn't add intermediate relu transformed step. Originally: ```python # Compute 1st layer, including activation function y1 = x @ w1 + b1...
thank you for these commits, @dhavide, and especially for doing the graveyard shift! (makes me feel better about my upcoming shift hahah) [I've built the binder from your most recent...