Package org.jetbrains.kotlinx.dl.api.core.model
Functions
resnet101
Link copied to clipboard
fun resnet101(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet101Light
Link copied to clipboard
fun resnet101Light(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet101v2
Link copied to clipboard
fun resnet101v2(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet101v2Light
Link copied to clipboard
fun resnet101v2Light(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet152
Link copied to clipboard
fun resnet152(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet152Light
Link copied to clipboard
fun resnet152Light(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet152v2
Link copied to clipboard
fun resnet152v2(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet152v2Light
Link copied to clipboard
fun resnet152v2Light(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet50
Link copied to clipboard
fun resnet50(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet50Light
Link copied to clipboard
fun resnet50Light(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet50v2
Link copied to clipboard
fun resnet50v2(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
resnet50v2Light
Link copied to clipboard
fun resnet50v2Light(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
vgg16
Link copied to clipboard
fun vgg16(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Sequential
Content copied to clipboard
vgg19
Link copied to clipboard
fun vgg19(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Sequential
Content copied to clipboard