hershyz / LSTP

A high performance, cross platform neural network designed to minimize training runtimes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


LSTP is a CLI application wrapped around a perceptron neural network.
Traditional perceptrons are binary classifiers, only being able to perform operations on 0 or 1 inputs and outputs.
LSTP uses a training algorithm based on an intercept in infinite dimensions, allowing it to make predictions on non-binary data.
Data does not have to be linearly separable for LSTP to make accurate predictions, unlike any other perceptron created.
This is a general machine learning model, but works best with consistently correlated, low variability data.

Docs

Data

The data folder in this repository contains input/output data, along with trained models.
Formatted data was obtained using the Output CSV Export Utility.

About

A high performance, cross platform neural network designed to minimize training runtimes.

License:GNU Affero General Public License v3.0


Languages

Language:Java 97.9%Language:Python 2.1%