Skip to content

Dicedead/CS433project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 

Repository files navigation

Modelling Energetic Particles in Matter

Compton effect

Reproducibility

Get the data from the drive. The easiest is to download the pickled water_dataset.pkl and to place it in project2/pickled_data. Then, run test.py located in project2/src. For quick results, we recommend setting the number of particles NMC to 100,000 or less.

Additional libraries used

Beyond libraries used in the course, the following libraries were used:

  • pandas for data management and analysis.
  • sklearn for logistic regression.
  • zipfile for zipped data parsing.

Folder organization

project2/src

Contains all the machine learning related aspects of the code. The file cgan.py contains superclasses for cGAN generators, critics and hyperparameters, as well as a few other convenience methods. Then, each component of the ML system has a file inside the same folder. To re-train a model, one can run its corresponding file.

project2/src_data

Contains files for data parsing and handling.

project2/model_parameters

Saves models to disk for future loading.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages