https://github.com/dito97/ml-algos-snippets
Snippets of classical and deep Machine Learning algorithms
https://github.com/dito97/ml-algos-snippets
Last synced: 11 months ago
JSON representation
Snippets of classical and deep Machine Learning algorithms
- Host: GitHub
- URL: https://github.com/dito97/ml-algos-snippets
- Owner: DiTo97
- Created: 2021-06-25T07:34:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T13:53:45.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T12:56:50.152Z (about 1 year ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippets of Machine Learning Algorithms
Snippets of classical and deep Machine Learning (ML) algorithms.
## Folder structure
- *rubix-divorce-predictor*, contains an example of classical ML, with a k-NN model performing binary classification on a 54-dimensional feature vector to predict a couple's divorce likelyhood. This example was built with the [Rubix ML](https://rubixml.com/) library written in PHP, the first competitive ML library which exploits the JIT capabilities of said language.