-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Michele Campus edited this page Apr 21, 2026
·
7 revisions
Welcome to the ConvNet Wiki! This documentation provides in-depth information about the AlexNet-based convolutional neural network implementation.
- AlexNet Architecture Theory
- Advanced Training Configuration
- Data Preparation Guide
- Hyperparameter Tuning
- Model Performance and Metrics
- Advanced Troubleshooting
- TensorFlow 2.x Migration Notes
- For basic usage, see the README
- For detailed architecture explanation, see AlexNet Architecture Theory
- For optimizing performance, see Hyperparameter Tuning
This project implements the AlexNet architecture using TensorFlow 2.x and Keras API for multi-class image classification. The implementation has been modernized from TensorFlow 1.x to leverage the latest features and best practices.
If you find any issues or have suggestions for improving this documentation, please open an issue or pull request on the GitHub repository.