https://github.com/risgar/bll
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/risgar/bll
- Owner: RisGar
- License: eupl-1.2
- Created: 2023-05-16T09:35:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T15:59:51.000Z (about 1 year ago)
- Last Synced: 2025-01-08T03:52:55.310Z (6 months ago)
- Language: TeX
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLL
Deep learning in Rust (mostly[^1]) without a ML library.
## Requirements
- MacOS version supporting Accelerate.framework (10.3+)
- XCode Command Line Tools (`xcode-install`)
- Rust## Installation
```console
$ git clone https://github.com/RisGar/elixir_ml
$ cd bll
$ ./datasets.sh
$ cargo run --release minist
```## Examples
The list of tasks can be found through the `cargo run -- --help` command.
[^1]: Uses the MacOS BLAS implementation through [vecLib](https://developer.apple.com/documentation/accelerate/veclib) for matrix multiplication.