CODE DIRECTORY STRUCTURE

-Source Code: Contains all the source code and files needed for the program
|
 -Hyperparameter-Tuning-With-Deep-Learning-Neural-Networks
 |
  -.git (git files, to be ignored)
  -.vs (vs files, to be ignored)
  -HyperparameterTuning: Contains all the code and assets
  |
   -.vs (vs files, to be ignored)
   -assets: Graphical and Audio assets
   |
    -graphics: Images
    -sounds: Audio files
   -bin: All the dll, xml, and exe files for the Debug build of the program
   |
    -Debug
    -Release (this one is empty because there is no release build)
   -obj: Visual C# source files and such
   |
    -Debug
    -Release (this one is empty because there is no release build)
   -Properties: All files containing properties information for the application
   -App.config
   -batchSizeTuningGoodness.py: Python backend
   -frmMain.cs: Source code for the main form
   -frmMain.Designer.cs: Automatically generated Windows Forms designer code
   -frmMain.resx: .NET Resource File
   -Hyperparameter Tuning With Deep Learning Neural Networks.csproj: C# Project File
   -Hyperparameter Tuning With Deep Learning Neural Networks.csproj.user: Per-User Project Options
   -packages.config
   -Program.cs
  -packages: All the needed packages for building/running the application
  -.gitattributes
  -.gitignore
  -Hyperparameter Tuning With Deep Learning Neural Networks.sln: Visual Studio Solution
  -README.md: ReadMe file for GitHub repository page
  -requirements.txt: Text file with all the necessary Python packages, for running pip install requirements.txt
-InstallationGuideAndUserManual.docx
-readme.txt