Skip to content

dugoalberto/deep_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Course Practical Assessment

This repository contains solutions for two practical challenges from the Deep Learning course assessment.

Overview

Repository Structure

├── ensembleCNN.ipynb  # Notebook with solution for Challenge 1
├── weatherLSTM.ipynb           # Notebook with solution for Challenge 2
├── images_results/                                # Screenshots of model results (notebooks are inaccessible)
│   ├── challenge1_results.png
│   └── challenge2_results.png
└── README.md                              # This file

Notebooks

Note: For confidentiality reasons, the original challenges are not publicly accessible. Instead, this repository includes snapshots of key outputs.

  • challenge1_image_classification.ipynb

    • Data loading and preprocessing
    • CNN architecture design and training logs
    • Evaluation: accuracy, confusion matrix, sample predictions
  • challenge2_time_series.ipynb

    • Data preparation and windowing for sequence modeling
    • RNN/LSTM model design and training history
    • Evaluation: loss curves, forecast vs. ground truth plots

Results

13th place out of 135 participants

Challenge 1: Image Classification

Challenge 1 Results

  • Final test accuracy: 0.81% the higher the best
  • Best-performing model: Custom CNN with data augmentation and ensemble method of different models

Challenge 2: Time-Series Modeling

1th place out of 92 participants Challenge 2 Results

  • Forecast RMSE on test set: 0.94 the lower the best
  • Best-performing model: LSTM with multiple type of regularization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published