Skip to content

A Testbed for Neural Networks based on the Xyene Nintendo Entertainment System emulator.

License

Notifications You must be signed in to change notification settings

NES-NN/NES-NN-Testbed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NES-NN-Testbed License: GPL v3

Nintendo Entertainment System - Neural Network - Testbed

A C# Neural Network Testbed for Nintendo Entertainment System (NES) hardware based on the Xyene Emulator.NES emulator.

Compilation

Emulator.NES uses C# 7 language features, so requires a compiler that supports them.

Windows

Visual Studio 2017 is sufficient to compile.

Linux

msbuild from Mono should be used to build, but the version included in most distro repositories is not new enough to have C# 7 support (or may not have msbuild). Instead, install a Mono version directly from the Mono site.

Then, to compile:

$ nuget update -self
$ nuget restore
$ msbuild /property:Configuration=Release NES-NN-Testbed.sln

About

A Testbed for Neural Networks based on the Xyene Nintendo Entertainment System emulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%