pancodaffee
pancodaffee
You can disable the null safety checking in your project while you are waiting for null-safety release: Terminal: flutter run --no-sound-null-safety Android Studio: Run->Edit Configurations
i could be wrong but i feel the learning rate is 1 this is why it is ignored.
i fixed the 'ascii' code error by specifying the encoding parameter: MNIST = pickle.load(mnist_pickle, encoding='latin1') link to the commit: https://github.com/cutePanda123/AI-For-Beginners/commit/a73db3c0e3ac5c67c1b4b6aecda5f07c8a53d48d
i faced the same issue. i downloaded the file from another place and added it to my forked repo. you can find it from the below link: https://github.com/cutePanda123/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/03-Perceptron/mnist.pkl.gz