Skip to content

Instantly share code, notes, and snippets.

View studentiyot's full-sized avatar

mazal studentiyot

View GitHub Profile
@Nivratti
Nivratti / directory-structure-deep-learning
Last active April 10, 2025 08:46
Directory structure for deep learning projects
project_name/
├── data/ # All data-related directories and files
│ ├── raw/ # Original, immutable data dump
│ ├── processed/ # Data transformed for modeling, such as TFRecords or HDF5
│ ├── interim/ # Temporary processed datasets, possibly smaller or for prototyping
├── docs/ # Project documentation
│ ├── api/ # API reference
│ ├── design_docs/ # Design documents, architectural choices