Dropout

fun Dropout(keepProbability: Float = 0.1f, seed: Long = 12L, name: String = "")

Creates Dropout object.