Git Product home page Git Product logo

brainz's Introduction

brainz

brainz

Experimental project to understand the working of a FFNN

Alt text

Goal:

Measure/Analyze user behavior before he sends an order to the accountant. Try to predict if my brain can see when he would send it to the accountant. And try to predict if the order will get changed

Input:

Input before of a user sends his order to the accountant

  • 1: Order payed (1 or 0)
  • 2: Number of how many times the status of the order gets changed (Normal system usage will give us a number between 0 and 0.1 but higher values are posible)
  • 3: Order send to 3th party shipping (1 or 0)
  • 4: Number of how many times the order has changed Name,Address,Postal data (Normal system usage will give us a number between 0 and 0.1. 1 change = 0.01. 1 means 100 times (max))
  • 5: Number of how many times the order has changed order rows (Normal system usage will give us a number between 0 and 0.1. 1 change = 0.01. 1 means 100 times (max))
  • 6: Number of how many order rows added to the order (Normal system usage will give us a number between 0 and 0.1. 1 change = 0.01. 1 means 100 times (max))

Output:

  • 1: Chance that the order will be send to the accountant (Value between 0 and 1)
  • 2: Percentage of completeness. (Value between 0 and 1, 1 means that that the order won't be changed and 0 means that the order most certainly will be changed)

What do we watch?

If an oder is paid and is send off to the shipping party then most likely:

  • 1 - The order can go to the accountant
  • 2 - The order won't be changed

Requerements

  • Python 3.6
  • PyQT5

Installation (Windows).

  • PyQT5 can be added in PyCharm as an module by the interperter settings

Using the socket server.

There is a basic socket server available when starting the GUI mode. This is for handing incoming messages to train the network. Or to compute.

Send a message like this to assigned port (default 1337) {"command": "learn", "input": [1,1], "expectedOutput": [0]}\0

There is nothing in the socket module to determine the end of the message as they just implement a low level pipe. So zero terminate your string

Available commands:

  • learn
    • {"command": "learn", "input": [1,1], "expectedOutput": [0]}\0
  • compute
    • {"command": "compute", "input": [0,1], "expectedOutput": [1]}\0

brainz's People

Contributors

npostma avatar

Watchers

 avatar  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.