GitXplorerGitXplorer
D

SQLML

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
4f049e8824a05a5a4ea592b1266b6ae40fad5e53

Rename setup_queries.psql to setup_queries.sql

DDIvkov575 committed 6 months ago
Verified
bd8883951463c4d1e4763cf8203613125878556d

Rename logistic_regression.psql to logistic_regression.sql

DDIvkov575 committed 6 months ago
Verified
e06538e9f92f1021f3e151498ced5660dd81031b

Rename lin_regression.psql to lin_regression.sql

DDIvkov575 committed 6 months ago
Verified
66ce0a9b9f79463be9280d8168ab06e6fb8d804b

Update README.md

DDIvkov575 committed 6 months ago
Verified
2ce8a2ad8a82f27227aadc0d3a8ae47c420788bc

Update README.md

DDIvkov575 committed 7 months ago
Verified
f7334a34eb9777583a15eb98992fbbd686b27c89

Update README.md

DDIvkov575 committed 7 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