Skip to content

Development: Repository Structure

Jeppe Nørregaard edited this page May 8, 2018 · 2 revisions

The main structure of the repository is:

AI_playground/
   notebooks/         <- Interactive notebooks for teaching and showing.
      exercises/      <- Notebooks with exercises for understanding AI.
         src/
         figures/
      experiments/    <- Notebooks with interactive experiments for training and using AI.
         src/
         figures/
        
   src/               <- Content of main code and tools.
      real_time/      <- Generic tools for running real-time systems.
      image/          <- Tools for images and video.
      text/           <- Tools for textual data.
      audio/          <- Tools for audio.
      rl/             <- Tools for reinforcement learning.
      utility/        <- Generic tools that belong nowhere.
Clone this wiki locally