Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenEverson authored Feb 11, 2024
1 parent 331c224 commit bdd076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn main() {

let mut new_net = Network::new(4);

new_net.set_layer(InputTypes::DENSE(2))
new_net.set_input(InputTypes::DENSE(2))
new_net.add_layer(LayerTypes::DENSE(3, Activations::RELU, 0.001));
new_net.add_layer(LayerTypes::DENSE(1, Activations::SIGMOID, 0.001));

Expand Down

0 comments on commit bdd076d

Please sign in to comment.