This is a snake game powered by Flutter with one or two player mode. Everything you can see in this app is generated by code. The most interesting part for me is I can play the game with a friend and change the color of almost everything at anytime.
Read more...
wave_cnn is a C implementation of convolutional neural network (CNN). It is specifically designed to handle one-dimensional signals and easy to understand. Therefore, it is a good reference material to walk into the world of deep neural networks.
Read more...