Skip to content
Michele Campus edited this page Apr 21, 2026 · 7 revisions

ConvNet Wiki

Welcome to the ConvNet Wiki! This documentation provides in-depth information about the AlexNet-based convolutional neural network implementation.

Table of Contents

  1. AlexNet Architecture Theory
  2. Advanced Training Configuration
  3. Data Preparation Guide
  4. Hyperparameter Tuning
  5. Model Performance and Metrics
  6. Advanced Troubleshooting
  7. TensorFlow 2.x Migration Notes

Quick Links

About This Project

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.

Contributing

If you find any issues or have suggestions for improving this documentation, please open an issue or pull request on the GitHub repository.

Clone this wiki locally