This is CNN classifier implementation for OSIC Pulmonary Fibrosis Progression using PyTorch library. It is not very successfull, but it is a good implementation for a classification problem. It uses PyTorch Dataset and pandas DataFrame to read and store data.
model.py class also contains Feed Forward and ResNet models.