Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.2 KB

CPPMLBasics

The code repo to go with the blog posts:

  1. https://www.ea.com/seed/news/machine-learning-game-devs-part-1
  2. https://www.ea.com/seed/news/machine-learning-game-devs-part-2
  3. https://www.ea.com/seed/news/machine-learning-game-devs-part-3

The Data folder contains the mnist hand drawn digits in their source format. Executing the Training project will extract those images into pngs.

The Demo folder contains the C++ DX12 demo which allows you to draw numbers, and have the neural network run on the GPU to try and classify what number you drew.

The Training folder contains the C++ code to train the neural network on the mnist data.

The Exercises folder contains the exercises that go along with the article.

Authors


Search for Extraordinary Experiences Division (SEED) - Electronic Arts
http://seed.ea.com

We are a cross-disciplinary team within EA Worldwide Studios.
Our mission is to explore, build and help define the future of interactive entertainment.

This code accompanies articles written by Alan Wolfe (blog.demofox.org)