Code
Practical code samples for data cleaning, preprocessing and algorithm implementation.
Total 5 items · Page 1
DenseNet Dense Convolutional Network Implementation
神经网络模型A DenseNet implementation featuring dense connectivity between layers for better feature reuse.
views 1292024-09-03
ResNet Residual Network Implementation
神经网络模型A ResNet implementation with skip connections to solve vanishing gradients in deep networks.
views 1712024-09-03
AlexNet Neural Network Basic Architecture Implementation
神经网络模型An AlexNet implementation in PyTorch for large-scale image classification.
views 1322024-09-03
LeNet Neural Network Basic Architecture Code
神经网络模型A simplified LeNet implementation for handwritten digit recognition on MNIST.
views 1262024-09-03
Classic VGG16 Convolutional Neural Network Model Code
神经网络模型A clean VGG16 implementation in PyTorch for image classification, with CIFAR-10 as the example dataset.
views 1372024-09-03