An open API service indexing awesome lists of open source software.

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

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.