Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 411 Bytes

Methods

This method module contains useful methods, functions, and helper classes for this project.

  • io.py: I/O helper classes, for read and write predefined file format.
  • autoencoder.py: Contains functions extracting features of the MD simulations using autoencoders.
  • nn.py: Contains neural network functions for classification.
  • transform.py: Contains classes for parameter transformation.