Gentle Intro To Neural Nets #13 Mixing arrays with numpy

preview_player
Показать описание
We chatter on this Discord server:

A gentle intro to Neural Nets - Flappy and pygame.

Short series to help you get started with neural networks and mutation algorithms by teaching the computer to play Flappy

The code is here:

But really, it's for fun and for free.

Enjoy!
Рекомендации по теме
Комментарии
Автор

Thanks for the videos! I was wondering if there is a reason why you used Nnet.modify_array instead of self.modify_array at 6:02. My understanding is that you are creating new Nnet instances which are never returned (and therefore never used)

maulikpurohit