Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 441 Bytes

File metadata and controls

11 lines (8 loc) · 441 Bytes

C247 Project

This is the project repo for C247 in Winter 2024 at UCLA. All right reserved by us and UCLA.

File Tree

  • cnn.py: base and complex CNN
  • res.py: residual CNN
  • models.py: model impl for RNN, LSTM, optimized archiectures with Attention
  • utils.py, solver.py: utils and supported tool files for the project
  • main.ipynb: test notebook for data loader and processing and for running RNN models and RaSCNN model