Libraries tagged by datasift
google/cloud-datastore-admin
1256 Downloads
Google Cloud Datastore Admin Client for PHP
chroma-x/google-datastructures
15636 Downloads
A PHP library providing common data structures to reflect data received from Google services.
anik/dataset
64 Downloads
Dataset is a php package for importing & exporting data within CSV & Database
wterberg/dcat-ap-donl
2808 Downloads
Allows for creation and validation of datasets conforming to the DCAT-AP-DONL 1.1 metadata standard
the-don-himself/gremlin-ogm
1886 Downloads
A PHP Object Graph Mapper for Tinkerpop 3+ compatible Graph Databases (JanusGraph, Neo4j, etc.) that allows you to persist data and run gremlin queries.
rubix/mnist
172 Downloads
Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
rubix/iris
383 Downloads
An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.
rubix/housing
427 Downloads
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
rubix/har
126 Downloads
Recognize one of six human activities such as standing, sitting, and walking using a Softmax Classifier trained on mobile phone sensor data.
rubix/credit
209 Downloads
An example project that predicts the risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset of credit card customers.
rubix/colors
175 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
rubix/cifar-10
259 Downloads
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.
neovg/php-struct
14016 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
markbaker/tries
1127 Downloads
PHP Classes for Trie datastructures
marcovo/laravel-dag-model
2222 Downloads
An implementation of the Directed Acyclic Graph (DAG) for Laravel models