A deep understanding of deep learning (with Python intro)

文件大小:21.34 GB
创建日期:2025-03-24
相关链接:deepunderstandinglearningwithPythonintro

文件列表759

  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/19 Understand and design CNNs/005 Examine feature map activations.mp4  260.56 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/22 Style transfer/004 Transferring the screaming bathtub.mp4  216.82 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/19 Understand and design CNNs/012 The EMNIST dataset (letter recognition).mp4  201.31 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/19 Understand and design CNNs/002 CNN to classify MNIST digits.mp4  200.33 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/013 Multi-output ANN (iris dataset).mp4  186.77 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/19 Understand and design CNNs/004 Classify Gaussian blurs.mp4  185.14 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/09 Regularization/004 Dropout regularization in practice.mp4  183.23 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/16 Autoencoders/006 Autoencoder with tied weights.mp4  177.74 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/18 Convolution and transformations/003 Convolution in code.mp4  173.1 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/08 Overfitting and cross-validation/006 Cross-validation -- DataLoader.mp4  172.32 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/23 Generative adversarial networks/002 Linear GAN with MNIST.mp4  169.9 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/009 Learning rates comparison.mp4  168.64 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/12 More on data/003 CodeChallenge_ unbalanced data.mp4  166.26 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/11 FFNs/003 FFN to classify digits.mp4  161.85 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/16 Autoencoders/005 The latent code of MNIST.mp4  161.81 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/018 Model depth vs. breadth.mp4  158.91 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/12 More on data/007 Data feature augmentation.mp4  158.27 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/21 Transfer learning/007 Pretraining with autoencoders.mp4  156.58 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/14 FFN milestone projects/004 Project 2_ My solution.mp4  155.73 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/21 Transfer learning/008 CIFAR10 with autoencoder-pretrained model.mp4  153.34 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/008 ANN for classifying qwerties.mp4  151.12 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/21 Transfer learning/005 Transfer learning with ResNet-18.mp4  148.46 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/19 Understand and design CNNs/008 Do autoencoders clean Gaussians_.mp4  147.88 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/15 Weight inits and investigations/009 Learning-related changes in weights.mp4  146.78 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/010 Multilayer ANN.mp4  144.7 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/10 Metaparameters (activations, optimizers)/002 The _wine quality_ dataset.mp4  143.5 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/08 Overfitting and cross-validation/005 Cross-validation -- scikitlearn.mp4  142.88 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/25 Where to go from here_/002 How to read academic DL papers.mp4  141.85 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/18 Convolution and transformations/012 Creating and using custom DataLoaders.mp4  139.53 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/007 CodeChallenge_ manipulate regression slopes.mp4  139.12 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/16 Autoencoders/004 AEs for occlusion.mp4  138.2 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/10 Metaparameters (activations, optimizers)/015 Loss functions in PyTorch.mp4  138.1 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/19 Understand and design CNNs/011 Discover the Gaussian parameters.mp4  136.65 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/09 Regularization/003 Dropout regularization.mp4  136.03 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/12 More on data/001 Anatomy of a torch dataset and dataloader.mp4  135.84 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/23 Generative adversarial networks/004 CNN GAN with Gaussians.mp4  135.7 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/12 More on data/002 Data size and network size.mp4  135.67 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/06 Gradient descent/007 Parametric experiments on g.d.mp4  135.61 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/006 ANN for regression.mp4  135.5 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/16 Autoencoders/003 CodeChallenge_ How many units_.mp4  135.38 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/15 Weight inits and investigations/005 Xavier and Kaiming initializations.mp4  134.08 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/19 Understand and design CNNs/010 CodeChallenge_ Custom loss functions.mp4  132.89 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/07 ANNs/016 Depth vs. breadth_ number of parameters.mp4  132.07 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/18 Convolution and transformations/011 Image transforms.mp4  129.9 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/15 Weight inits and investigations/006 CodeChallenge_ Xavier vs. Kaiming.mp4  126.5 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/12 More on data/010 Save the best-performing model.mp4  126.5 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/12 More on data/005 Data oversampling in MNIST.mp4  122.59 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/10 Metaparameters (activations, optimizers)/013 CodeChallenge_ Predict sugar.mp4  122.1 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/15 Weight inits and investigations/002 A surprising demo of weight initializations.mp4  121.57 MB
  •  [TutsNode.com] - A deep understanding of deep learning (with Python intro)/03 Concepts in deep learning/003 The role of DL in science and knowledge.mp4  121.55 MB