bfortuner / ml-glossary

Machine learning glossary
http://ml-cheatsheet.readthedocs.io
MIT License
3.01k stars 723 forks source link

Fixed code error for SGD in optimizers.py #125

Closed utkarshanand140 closed 3 years ago

utkarshanand140 commented 3 years ago

In the SGD function, there were indentation errors which needed to be fixed. Also, the declaration of mini_batches variable had to be inside the initial for loop.

bfortuner commented 3 years ago

Awesome, thank you!