This project implements a deep learning project.
models/: Directory containing trained models.gitignore: Configuration for Git to ignore specific files and directoriesREADME.md: This file, containing project informationRotNetV_any.ipynb: Jupyter notebook for RotNet implementationbatch_corrected.ipynb: Jupyter notebook with corrected batch processingdataset.py: Python script for dataset handling and image transformationshelper_functions.py: Utility functions for the projectmodels.py: Definition of neural network modelspaper_notes.md: Notes on the research paper related to this projectprojet_deep.ipynb: Jupyter notebook containing the project's deep learning implementationtrain_baseline.ipynb: Jupyter notebook for training the baseline model
To get started with this project:
- Clone the repository
- Install the required dependencies (list them here or refer to a requirements.txt file)
- Run the Jupyter notebooks in the following order:
- train_baseline.ipynb
- RotNetV_any.ipynb