Git Product home page Git Product logo

dynamicdataandexamples's Introduction

DynamicDataAndExamples

Class Library for creating and using unstructured neural networks


This framework is a work in progress. When it is finished it will be a framework for compiling a computer language to be used for data processing and the creation of neural networks.

In its current state it can be used as a C# Class Library for the creation of unstructured neural networks.

Unstructured Neural Networks
I demonstrate in this project that you do not need structured sets of nodes and backpropagation to achieve a functioning neural network. I am hoping that this proves to be true and as of right now it does appear to be. However, I am limited in my time that I can work on this project so I am giving away the source code(MIT Licence)



What are potential advantages of this system?
  • Greater Efficiency
  • Lower Barriers To Entry
  • Its In C#
  • Program Defines Its Own Node Structure
  • Externalized Weights (removes the necessity of backpropagation!)


  • Youtube video explaining the network: https://youtu.be/UZJQNL0Wt3A

    Has this been done before?
    Not to my knowledge but if you know of a system like this please let me know.


    Why Get Rid of Back Propagation?
    Because backpropagation is the more time consuming and difficult element of neural networks. It requires an enormous amount of tweaking to get it correctly assigning blame to individual nodes. You have to either understand precisely what is needing to be achieved or you go through an enormous amount of iterations, trying different things. Both options are prohibitable expensive. Even if you were to create a neural net to handle backpropagation it would be limited by its own backpropagation. Not to mention backpropagation is also resource intensive.

    How The FUCK Did You Eliminate Backpropagation!?!?
    Ok so… Your just going to have to watch the youtube video I linked above. It's basically chaos theory written in code. In other words, the system that wins wins.

    I will add more details later but for now I’m not sure what else to write.

    dynamicdataandexamples's People

    Contributors

    brandonhilde avatar

    Watchers

     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.