Skip to content

Final Submission: UC00213 Urban Pedestrian Climate Impact Prediction #1926

Open
Thivainv wants to merge 4 commits into
masterfrom
Thivain_t2_26_2
Open

Final Submission: UC00213 Urban Pedestrian Climate Impact Prediction #1926
Thivainv wants to merge 4 commits into
masterfrom
Thivain_t2_26_2

Conversation

@Thivainv
Copy link
Copy Markdown
Collaborator

Summary
This pull request represents the final submission for the deep learning
component of the UC00213 Urban Pedestrian Climate Impact Prediction project.
Three files have been added to the repository as required for the ready to
publish submission.

Files Added

  • UC00213_Urban_Pedestrian_Climate_Impact_Prediction.ipynb The completed
    project notebook including Section 10 (Deep Learning) with all code cells,
    markdown documentation, inline citations, and references fn-53 to fn-63.
  • UC00213_Urban_Pedestrian_Climate_Impact_Prediction.html HTML export of
    the full notebook for browser-based viewing without requiring Jupyter.
  • UC00213_Urban_Pedestrian_Climate_Impact_Prediction.json Project metadata
    file describing the use case, technologies, datasets, and tags.

Deep Learning Section Summary

  • Three recurrent neural network architectures implemented and compared:
    • Baseline LSTM (24,385 parameters)
    • Stacked LSTM (35,777 parameters)
    • GRU (19,009 parameters)
  • Best model: GRU with R² of 0.9407, MAE of 4,921.98, RMSE of 7,325.04
  • Full markdown documentation with citations throughout
  • Reproducibility ensured via fixed random seed and model save/load
  • Notebook runs clean end to end with Kernel , Restart & Run All

Checklist

  • Notebook runs without errors from top to bottom
  • All markdown cells include inline citations
  • References fn-53 to fn-63 added to reference list
  • Models saved and loaded for reproducible evaluation
  • HTML export generated and verified
  • JSON metadata file included

Thivainv added 2 commits May 17, 2026 21:11
Added final HTML, JSON, and IPYNB files for UC00213 Urban Pedestrian Climate Impact Prediction under READY TO PUBLISH/Transport_and_Mobility/2026/T1.
Copy link
Copy Markdown
Contributor

@molliefernandez-mentor molliefernandez-mentor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Thivain, just a few changes before you can merge:

  • Please delete the 'test' file
  • Should there be 2 authors listed didn't you work on this together?
  • there's an error in code block 109
  • Can you please bold the title parts of the intro like 'scenario' and 'introduction' etc.

Thivainv added 2 commits May 17, 2026 21:51
…026/T1/UC00213_Urban_Pedestrian_Climate_Impact_Prediction/test.txt
Fix code block 109 Input layer warning, bold intro titles, add two authors, add HTML and JSON files
@Thivainv Thivainv requested review from Litxinh123 and removed request for NguyenMav May 17, 2026 13:40
@Thivainv
Copy link
Copy Markdown
Collaborator Author

Hi Mollie, I have made all the requested changes:

  • Fixed the input_shape warning in code block 109 using Input layer
  • Bolded all intro section titles
  • Added both authors to the notebook
  • Deleted the test file
  • Added HTML and JSON files

Ready for review.

@Thivainv Thivainv changed the title Thivain t2 26 2 Final Submission: UC00213 Urban Pedestrian Climate Impact Prediction May 17, 2026
@molliefernandez-mentor molliefernandez-mentor self-requested a review May 25, 2026 08:10
Copy link
Copy Markdown
Contributor

@molliefernandez-mentor molliefernandez-mentor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Thivain looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants