Lucas Martínez personal Capstone Project for the UB Data Science Postgraduated course 2021-2022. http://www.ub.edu/datascience/postgraduate/
Notebook with the developed tests is available on Colab_Notebook/ folder. The notebook is configured to be run in Google Colab. Persistence is ensured via the google-drive asociated with the Collab user.
3 models are available to perform train, re-train or a posterior evaluation.
- Set up
mode01=True
for a self-CNN model - Set up
mode11=True
for a ResNet based CNN model - Set up
mode11=True
for a DenseNet based CNN model
When training:
- Retrain: for a training from scrath set up
retrain=False
, to resume a previous training set upretrain=True
- Epochs: set up
num_epochs
, to the desired number of epochs to train or retrain when evaluating: - Evaluation: Set up
evaluating=True
to make an evaluation of a previous training.
Report will be available at: https://lumaro77.github.io/UB-DataScience-CapstoneProject/
Available at presentacion and youtube
Barcelona, June 2022.