$ git clone git@github.com:zhuzilin/es.git $ cd es $ mkdir bin $ g++ es.cc -std=c++17 -I$(PWD) -O3 -Wall -Wextra -Wno-unused-parameter -Wno-deprecated-declarations -o bin/es ...
Quadratic regression is a classical machine learning technique to predict a single numeric value. Quadratic regression is an extension of basic linear regression. Quadratic regression can deal with ...
Note: This project is more-or-less very experimental and does not have no-where near complete support for the Tiny BASIC language. I.e., it's tokenisation process is very basic and not suitable for ...