Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.56 KB

File metadata and controls

39 lines (24 loc) · 1.56 KB

Purpose:

Using reinforcement learning, the NN will learn to predict the alphabet that you are drawing in the pixelated drawing board. This takes many generations to adequately train the model and was mainly intended as an intro project for NNs.

Requirements:

This could take 30 minutes for initial set up

START HERE

Learn From?

-----------SCRATCH-----------

To create a workspace:

Setting up your own external libs:

Getting SDL2 to work:

More Linking Libs:

-----------HEAD-START-----------

Watch this video to install a compiler (mingw):

The #include main.h statement pulls all the class and function definitions from the main.h header file. This cleans up the main.cpp code.

If you are having a hard time use this tutorial

If it worked congrats!

  • Expected result is some data dump to the terminal and a tab should open with a GUI of a red screen