aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
8.07k stars 3.81k forks source link

Update: argument in optimizers.SGD from lr to learning_rate #1298

Open MateoGE01 opened 5 months ago

MateoGE01 commented 5 months ago

Running the tests provide a failed test in deep_learning4e.py due to recent changes in Keras, the argument lr has been changed to learning_rate.