Skip to content
#

hyperparameter-importance

Here are 6 public repositories matching this topic...

A PyTorch project exploring CNN model efficiency, featuring from-scratch implementations of MobileNetV1 and MobileNetV2. Demonstrates model compression by using Knowledge Distillation to train a lightweight MobileNetV2 (student) from a ResNet-18 (teacher).

  • Updated Oct 27, 2025
  • Python

I have trained two different CNN models for binary image classification to see which architecture has better accuracy, takes less time in training, how hyperparamters affect training and how many epochs do each of them need. I achieved 96% accuracy on the best model.

  • Updated Nov 10, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the hyperparameter-importance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyperparameter-importance topic, visit your repo's landing page and select "manage topics."

Learn more