Skip to content

Commit

Permalink
feat: add category selection
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonKoenig committed Dec 17, 2024
1 parent 57adaf3 commit dc48837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ from safeds.ml.nn.typing import ModelImageSize
*
* @param probability The probability that an input element gets zeroed out.
*/
@Category(DataScienceCategory.ModelingQNeuralNetwork)
@Category(DataScienceCategory.ModelingQNeuralNetwork)
class DropoutLayer(
probability: Float
) sub Layer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ from safeds.ml.nn.typing import ModelImageSize
* @param padding the padding of the pooling
*/
@Experimental
@Category(DataScienceCategory.ModelingQNeuralNetwork)
class MaxPooling2DLayer(
@PythonName("kernel_size") kernelSize: Int,
stride: Int = -1,
Expand Down

0 comments on commit dc48837

Please sign in to comment.