BrAInStocker tries to predict (using Linear Regression) the next number within a series of random numbers. https://03c8.net

epsylon 32c9361b00 created 'Linear Regression' predictor 4 years ago
docs 32c9361b00 created 'Linear Regression' predictor 4 years ago
.gitattributes 32c9361b00 created 'Linear Regression' predictor 4 years ago
.gitignore 32c9361b00 created 'Linear Regression' predictor 4 years ago
.pylintrc 32c9361b00 created 'Linear Regression' predictor 4 years ago
README.md 32c9361b00 created 'Linear Regression' predictor 4 years ago
brainstocker.py 32c9361b00 created 'Linear Regression' predictor 4 years ago

README.md

c


Info:

BrAInStocker tries to predict (using Linear Regression) the next number within a series of random numbers.

Installing:

This tool runs on many platforms and it requires Python (3.x.y). To generate graphs, you need to install the following library:

   python3-matplotlib - Python based plotting system in a style similar to Matlab (Python 3)

On Debian-based systems (ex: Ubuntu), run:

   sudo apt-get install python3-matplotlib

Or:

   pip3 install matplotlib

Executing:

python3 brainstocker


Source libs:

License:

BrAInStocker is released under the GPLv3.

Contact:

  - psy (epsylon@riseup.net)

Contribute:

To make donations use the following hash:

 - Bitcoin: 19aXfJtoYJUoXEZtjNwsah2JKN9CK5Pcjw

Screenshots:

c