SC-Net Model
==================================

This section describes the SC-Net model for survival analysis using the `cenreg` package. SC-Net is a neural network model trained with the NLL-SC loss.

Jupyter Notebooks
----------------------------

We provide a Jupyter notebook that demonstrates the SC-Net model.

- `SC-Net <https://github.com/CyberAgentAILab/cenreg/blob/main/notebooks/sc_net.ipynb>`_: An implementation of the SC-Net model
