Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risgar/bll
Last synced: about 2 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-05T15:59:51.000Z (9 months ago)
- Last Synced: 2024-05-02T05:02:04.320Z (8 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.