Skip to content

Different convolutional neural network implementations for predicting the lenght of the house numbers in the SVHN image dataset. First part of the Humanware project in ift6759-avanced projects in ML.

JGuymont/humanware

Repository files navigation

link to the overleaf report

How to use

  1. Execute python split_data.py to split the training set metadata in training/validation/test (default 0.7/0.2/0.1)
  2. Put your model's class in the folder models.
  3. Put all the settings you want in a ini file in config/ (check *config/example.ini for an example of configuration).
  4. Execute python main.py config/<name>.ini to start the training of your model.

About

Different convolutional neural network implementations for predicting the lenght of the house numbers in the SVHN image dataset. First part of the Humanware project in ift6759-avanced projects in ML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published