GitXplorerGitXplorer
D

SQLML

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
027a0b900775b400c354014202685ffc0865d05e

added c experiment

DDIvkov575 committed 6 months ago
Unverified
bbfb5e1a3114a8a0220704a5bb1d5f4203cb1071

restructure fs

DDIvkov575 committed 6 months ago
Unverified
6e1aee5ad59cbe78ca3a0af7d737b7337166cd2a

fixed error in proc_relu (using incorrect weights) + readme update

DDIvkov575 committed 6 months ago
Unverified
6d40b05a18575d09d24570ee58b40b3e3eae74c4

added proc_leaky_relu.sql

DDIvkov575 committed 6 months ago
Unverified
8f453e2e382de0c7487f20fe8086f11ea21c5360

updated readme

DDIvkov575 committed 6 months ago
Unverified
d666aeb3b9c32127f67a345ce01903c887168700

isolated lin_alg.sql, renamed sigmoid to proc_sigmoid, created proc_relu (untested)

DDIvkov575 committed 6 months ago

README

The README file for this repository.

SQLML - machine learning library implemented in postgres SQL dialect

stuff

  • linear regression ✅

  • binary logistic regression ✅

  • proc relu ✅

  • proc leaky relu✅

  • dec sigmoid

  • dec leaky relu

  • mlp config

  • correct file structure/extension

  • embedded c for linear alg

  • make into extension

    • preprocessing
    • lin alg
    • lin alg
    • mlp
      • neurons