Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 324 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 324 Bytes

Bacterial Resistance

Requires NumPy, Pandas, scikit-learn and Tensorflow 2.

To preprocess AST data into one clean csv file, run preprocessing.py.

To run training, use main.py.

Training parameters can be edited at the beginning of main.py; model hyperparameters and architecture can be modified inside model.py.