Libraries tagged by lern
joseki/leanmapper-extension
1285 Downloads
This is an extension of Tharos/LeanMapper ORM. This extension contains mapper specification and a Query object including its usage in a repository
jenssegers/lean
3378 Downloads
Use the league/container with auto-wiring support as the core container in Slim 3
datlechin/flarum-title-length
1374 Downloads
Customize discussion title length.
aviator/length-aware-string
1226 Downloads
A string class with length handling strategies
vouchedfor/gocardless-enterprise
3316 Downloads
A php library for interfacing with the GoCardless Enterprise REST API. Please note this library is not for use with their standard API.
symlex/di-microkernel
5004 Downloads
Micro-Kernel for PHP Applications
smso/sms-helpers
7517 Downloads
A collection of helpers to handle SMS messages used in several projects around SMSO
salehhashemi/laravel-intelli-git
594 Downloads
An intelligent Git helper package for Laravel applications. It utilizes OpenAI's GPT to analyze your Git repository, providing features such as automatic generation of commit messages based on staged changes.
rubix/mnist
170 Downloads
Handwritten digit recognizer using a feed forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
rubix/iris
377 Downloads
An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.
rubix/housing
424 Downloads
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
rubix/har
124 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
207 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
172 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
rubix/cifar-10
256 Downloads
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.