Giter Site home page Giter Site logo

softwareminimalist / simple-neural-network Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 1.62 MB

A simple LabVIEW implementation of back propagation neural network with RPROP algorithm.

License: BSD 3-Clause "New" or "Revised" License

LabVIEW 100.00%

simple-neural-network's Introduction

Simple Neural Network

A simple LabVIEW implementation of back propagation neural network with RPROP algorithm.

Description

This toolkit is designed to be used for super simple neural network use cases. It is not designed for any advanced AI applications but should be used as a starting point, evaluation or proof of concept for further development.

The only teaching algorithm supported is RProp because of it's independence from the settings and universality.

The features of the toolkit:

  • feed-forward neural network with sigmoidal unipolar activation function
  • automatic linear scaling of inputs and outputs to the linear range of the neurons for optimum performance
  • option to enable last layer linear activation function
  • BIAS inputs for each layer for optimum performance
  • two hidden layers with automatic number of neurons
  • RProp teaching algorithm
  • teaching in chunks from a human readable TDMS file
  • evaluating errors over validation set
  • percentage error evaluation on each output
  • saving and loading the network from human readable file
  • documentation
  • XOR tester

NOTE - this is a super simple neural network and it should be used only in simple cases ๐Ÿ™‚

THE CODE IS OPEN so you can use it to learn how Neural Nets work or modify it to your needs.

Release Notes

  • changed the structure of NN when saved to file. It is now saved to an INI file and can be easily edited.
  • changed the teaching file to be TDMS based. This will make it easier to create and view files.
  • simplified the API and made it even faster to use

simple-neural-network's People

Contributors

softwareminimalist avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ajskrim trshaman

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.