Skip to content

Commit

Permalink
fix: made the todo clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav-writes-code committed Sep 4, 2024
1 parent 34e9eca commit e9be844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/everything.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Things to DO!
// - Make the graph animate on X axis changes
// - Improve the NN function's algo
// - Fix when changing a before Layer Length, the neurons of next Layers are not Updated
// - Fix when changing a before Layer Length, the neurons weights of next Layers are not Updated
class Neuron {
value: number;
Expand Down

0 comments on commit e9be844

Please sign in to comment.