More optimizations
Compare changes
Files
3- Russel Arbore authored
@@ -6,10 +6,9 @@ fn squash(x: f32) -> f32 {
@@ -19,13 +18,16 @@ fn layer_forward<n, m: usize>(vals: f32[n + 1], weights: f32[n + 1, m + 1]) -> f
@@ -37,10 +39,9 @@ fn hidden_error<hidden_n, output_n: usize>(
@@ -49,6 +50,10 @@ fn hidden_error<hidden_n, output_n: usize>(
@@ -89,8 +94,8 @@ fn backprop<input_n, hidden_n, output_n: usize>(