MCPcopy Create free account

hub / github.com/ag-piyush/Bone-Fracture-Detection---MURA / functions

Functions13 in github.com/ag-piyush/Bone-Fracture-Detection---MURA

↓ 2 callersFunctionconv_factory
Apply BatchNorm, Relu 3x3Conv2D, optional dropout :parameter x: Input keras network :parameter concat_axis: int -- index of contatenate axis
densenet.py:12
↓ 2 callersFunctiondenseblock
Build a denseblock where the output of each conv_factory is fed to subsequent ones :parameter x: keras model :parameter concat_axis: int
densenet.py:60
↓ 1 callersFunctionload_path
load MURA dataset
data_loader.py:7
↓ 1 callersFunctionplot_MURA
(save=True)
plot_results_train_loss.py:6
↓ 1 callersFunctionplot_MURA
(save=True)
plot_results_valid_acc.py:6
↓ 1 callersFunctionplot_MURA
(save=True)
plot_results_valid_loss.py:6
↓ 1 callersFunctionplot_MURA
(save=True)
plot_results_train_acc.py:6
↓ 1 callersFunctionrandome_rotation_flip
(image,size = 512)
data_loader.py:52
↓ 1 callersFunctionrun_MURA
Run MURA experiments :parameter batch_size: int -- batch size :parameter nb_epoch: int -- number of training epochs :parameter depth
mura.py:18
↓ 1 callersFunctiontransition
Apply BatchNorm, Relu 1x1Conv2D, optional dropout and Maxpooling2D :parameter x: keras model :parameter concat_axis: int -- index of contaten
densenet.py:36
FunctionDenseNet
Build the DenseNet model :parameter nb_classes: int -- number of classes :parameter img_dim: tuple -- (channels, rows, columns) :pa
densenet.py:114
Functiondenseblock_altern
Build a denseblock where the output of each conv_factory is fed to subsequent ones. (Alternative of denseblock) :parameter x: keras model :pa
densenet.py:89
Functionload_image
(Path = './valid/XR_ELBOW', size = 512)
data_loader.py:27