Sentdex / NNfSiX

Neural Networks from Scratch in various programming languages
https://nnfs.io
MIT License
1.44k stars 375 forks source link

Added required Keyword in Dart folder. #205

Open mayur858 opened 1 year ago

mayur858 commented 1 year ago

Added the required keyword in the dart file which was causing an error as the values of weights , inputs ,interOutputs and biases can't be null .

mayur858 commented 1 year ago

Do small changes in code not get merged ??? Waiting for the response on pull request