Skip to content

davethwave/BrainSimulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodAI Brain Simulator

Brain Simulator is a collaborative platform for researchers, developers and high-tech companies to prototype and simulate artificial brain architecture, share knowledge, and exchange feedback.

The platform is designed to simplify collaboration, testing, and the implementation of new theories, and to easily visualize experiments and data. No mathematical or programming background is required to experiment with Brain Simulator modules.

Please keep in mind that Brain Simulator is still in the PROTOTYPE STAGE OF DEVELOPMENT. GoodAI will continuously improve the platform based on its own research advancement and user feedback.

System Requirements

Running Brain Simulator requires an NVIDIA CUDA-enabled graphics card and 64-bit Windows. More specifically, the requirements are:

  • 64-bit Windows 7, 8, 8.1 or 10
  • .NET Framework 4.5
  • NVIDIA graphics card with CUDA support (compute capability 2.0 or higher)

VS Solution Structure

Basic info for researches / node developers:

  • BasicNodes – A place where you put your C# code and implement a wrapper class for your model
  • BasicNodesCuda – A place to store your CUDA kernels which are needed for your model execution
  • BrainSimulator – Simulation front-end, you will alter only configuration of here (hopefully, we can get rid this in future as well)
  • Core – Core project, you need not to modify it at all
  • MNIST - Module with MNIST world
  • XmlFeedForwardNet - Module with feed-forward nets
  • XmlFeedForwardNetCuda - CUDA kernels for feed-forward nets

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 78.3%
  • Cuda 16.2%
  • HTML 2.7%
  • C++ 1.5%
  • CSS 1.1%
  • Batchfile 0.1%
  • Other 0.1%