Libraries tagged by data science
rubix/dota2
190 Downloads
Build a classifier to predict the outcome of Dota 2 games with the Naive Bayes algorithm and the results of 102,944 sample games.
rubix/colors
166 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
jenutka/titanic_php
40 Downloads
An example project that predicts if Titanic passenger survives for a Kaggle competition using a Random Forest classifier.
hyncica/php8-ml
998 Downloads
PHP-ML - Machine Learning library for PHP
sleiman/addcontext-php
9 Downloads
PHP wrapper to connect with AddContext.io API and save context snapshots based on events/actions
qazdcc/php-ml
23 Downloads
PHP-ML - Machine Learning library for PHP
ovg288/php-ml
11569 Downloads
PHP-ML - Machine Learning library for PHP
mpescador1/php-mt
6 Downloads
PHP-ML - Machine Learning library for PHP
datadistillr/drill-sdk-php
1016 Downloads
PHP SDK for programmatically connecting to Apache Drill.
causalfunnel-datascience/persona
0 Downloads
Predicting buying intent in the post cookie world!
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.