data-science-ipython-notebooks icon indicating copy to clipboard operation
data-science-ipython-notebooks copied to clipboard

Enhancement: Complete AlexNet Architecture with Additional Convolutional Layers (Issue 64)

Open T-Ezzoury opened this issue 11 months ago • 0 comments

This pull request enhances the alexnet.ipynb notebook by aligning its architecture with the standard AlexNet model. The following changes have been made:

  • Added conv4 and conv5 layers to extend the convolutional section, including pooling, normalization, and dropout for each.
  • Updated the weights and biases dictionaries to include parameters for the new layers.
  • Adjusted the input to the fully connected layers to match the output of the added conv5 layer.

T-Ezzoury avatar Nov 15 '24 09:11 T-Ezzoury