Skip to content

Commit

Permalink
add ML.lean file
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Dec 6, 2023
1 parent bdc875c commit 996ae91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SciLean/Modules/ML.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import SciLean.Modules.ML.Activation
import SciLean.Modules.ML.Convolution
import SciLean.Modules.ML.Dense
import SciLean.Modules.ML.Loss
import SciLean.Modules.ML.SoftMax
import SciLean.Modules.ML.Pool

import SciLean.Modules.ML.MNIST

0 comments on commit 996ae91

Please sign in to comment.