Skip to content

Ruby program to visualize a neural network given the number of nodes and layers

Notifications You must be signed in to change notification settings

selamba/NS_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This program requires the "Ruby2D" gem to work.

The visualizer can be accessed via the "visualize" function of the "Visualizer" class. It takes 5 parameters: number of input nodes, number of intermediate layers, number of nodes per intermediate layer, and the number of output nodes. The fifth parameter is "debug" which is used for development and defaults to "false".

You can control the visual appearance of the neural network by pressing relevant keys:
Numpad+ -> Increase node size
Numpad- -> Decrease node size

Escape -> Close the program

About

Ruby program to visualize a neural network given the number of nodes and layers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages