Data Science Package for Python 2.7 Modules Data Science Package for Python 3.9 Modules Installing a Data Science Package for Python Uninstalling a Data Science Package for Pyth...
The MNIST Loss Function Sigmoid SGD and Mini-Batches The MNIST Loss Function We already have our independent variables x —these are the images themselves. We’ll concatenate t...
Model Interpretation Tree Variance for Prediction Confidence Feature Importance Removing Low-Importance Variables Removing Redundant Features Partial Dependence Data Leakage ...
Layers Basic manipulations and resize module [source] class Identity [source] class Lambda [source] class PartialLambda [source] class Flatten [source] class V...
The Forward and Backward Passes Defining and Initializing a Layer Gradients and the Backward Pass Sidebar: SymPy End sidebar Refactoring the Model Going to PyTorch The Fo...
Building a Modern CNN: ResNet Skip Connections A State-of-the-Art ResNet Bottleneck Layers Building a Modern CNN: ResNet We now have all the pieces we need to build the mode...