- Manually define the architecture using layerGraph and construct the network based on the original DenseNet-264 configuration from the research paper.
- Import a pretrained DenseNet-264 model from an external source like TensorFlow, PyTorch, or ONNX, and convert it using the Deep Learning Toolbox Converter for ONNX Model Format, assuming you can get the model in ONNX format.
- Pretrained convolutional neural networks: https://www.mathworks.com/help/deeplearning/ug/pretrained-convolutional-neural-networks.html
- Import network from ONNX: https://www.mathworks.com/help/deeplearning/ref/importnetworkfromonnx.html
- Densenet201: https://www.mathworks.com/help/deeplearning/ref/densenet201.html