https://github.com/rubixml/extras
Experimental features for the Rubix ML library.
https://github.com/rubixml/extras
deep-learning experimental-features machine-learning neural-network rubix-ml
Last synced: 5 months ago
JSON representation
Experimental features for the Rubix ML library.
- Host: GitHub
- URL: https://github.com/rubixml/extras
- Owner: RubixML
- License: mit
- Created: 2020-03-13T08:44:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T19:32:17.000Z (over 2 years ago)
- Last Synced: 2024-10-25T19:55:50.786Z (6 months ago)
- Topics: deep-learning, experimental-features, machine-learning, neural-network, rubix-ml
- Language: PHP
- Homepage: https://rubixml.com
- Size: 198 KB
- Stars: 10
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rubix ML Extras
Experimental features for the Rubix ML library. The code here is in permanent beta and may be moved or removed in future releases.## Installation
Install into your project using [Composer](https://getcomposer.org/):
```sh
$ composer require rubix/extras
```### Requirements
- [PHP](https://php.net/manual/en/install.php) 7.4 or above## License
The code is licensed [MIT](LICENSE) and the documentation is licensed [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).