Skip to content

Commit

Permalink
Fixed error in BackPropagation
Browse files Browse the repository at this point in the history
  • Loading branch information
xEcho1337 committed Nov 30, 2024
1 parent 5fe709d commit 38f872d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import net.echo.brain4j.layer.Layer;
import net.echo.brain4j.layer.impl.DropoutLayer;
import net.echo.brain4j.model.Model;
import net.echo.brain4j.structure.Neuron;
import net.echo.brain4j.structure.Synapse;
import net.echo.brain4j.training.data.DataRow;
Expand Down

0 comments on commit 38f872d

Please sign in to comment.