Git Product home page Git Product logo

deepnet's Introduction

Deepnet

Multipurpose modular deep learning neural network with OpenGl visualization.

Watch the neural net learn. Synaptic weight visualization with OpenGL allows the user to watch
the neural net train.

Dependencies

GLFW 3, OPENGL, GLEW.

Usage

Usage: deepnet /[mode] /[# data] /[size] /[neurons.brain] /[visualize]

mode: /[t/a] either a 't' to specify training mode or 'a' to analyze.
/# data: number of data for training or analysis.
size: the length of the largest data (including solution flag and length header if training).
neurons.brain: file to dump neurons to after training or load neurons for analysis.
visualize: [0 to # data] opengl visualization of training (slower). 0 to disable.

Visualization option

Make targets: spec, line, and tri are available.

spec - Screen clear after each render. Just shows current synapse values.
line - OpenGL lines.
tri - OpenGL triangles.

Primative coordinate system: ( x: synapse0, y: synapse1, z: synapse2 )

Images - Training 100000 iterations

Default after 1.9%

Default
Each colored trail is one layer0 -> layer1 synaptic weight.

SPEC enabled after 3.3%

Spec
Each dot is one layer0 -> layer1 synaptic weight.

LINE enabled after 2.1%

Line
Connect multiple synaptic weights with lines.

TRI enabled after 1.7%

Tri
Connect multiple synaptic weights with triangles.

deepnet's People

Contributors

jmp1617 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.