This project has only been built and tested on MacOS so far, some dependencies and build commands might need to be changes for other systems
Set up the project by running make setup
, which will clone and build raylib. To build the project, run make
, and run the executable found in the build directory
For linear regressionThe loss function used is the Mean Squared Error (MSE), which is defined as
The derivatives of the loss with respect to
Therefore, the steps are defined as