News

Deep Learning with Yacine on MSN2d
Adadelta Algorithm from Scratch in Python
Learn how the Adadelta optimization algorithm really works by coding it from the ground up in Python. Perfect for ML enthusiasts who want to go beyond the black box!
Lean how to program an AI to play the game of flappy bird using python and the module neat python. We will start by building a version of flappy bird using pygame and end by implementing the ...