Sarthak Yadav b6e62caf2e Added Keyword Spotting Transformer + SpeechCommands example (#123)
* Added Keyword Transformer + SpeechCommands

* minor fixes in README

* some updates / simplifications

* nits

* fixed kwt skip connections

* readme + format

* updated acknowledgements

---------

Co-authored-by: Awni Hannun <awni@apple.com>
2023-12-19 14:17:48 -08:00
2023-12-14 12:14:01 -08:00
2023-12-11 23:10:46 +01:00
2023-12-19 13:06:19 -08:00
2023-12-18 19:33:17 -08:00
2023-12-12 08:36:40 -08:00
2023-12-14 21:45:25 -08:00
2023-12-11 20:45:39 -06:00
2023-12-09 14:15:25 -08:00
2023-12-14 16:56:50 -08:00
2023-11-29 08:17:26 -08:00
2023-12-09 08:02:34 +09:00
2023-11-30 11:11:04 -08:00

MLX Examples

This repo contains a variety of standalone examples using the MLX framework.

The MNIST example is a good starting point to learn how to use MLX.

Some more useful examples include:

Contributing

We are grateful for all of our contributors. If you contribute to MLX Examples and wish to be acknowledged, please add your name to to the list in your pull request.

Citing MLX Examples

The MLX software suite was initially developed with equal contribution by Awni Hannun, Jagrit Digani, Angelos Katharopoulos, and Ronan Collobert. If you find MLX Examples useful in your research and wish to cite it, please use the following BibTex entry:

@software{mlx2023,
  author = {Awni Hannun and Jagrit Digani and Angelos Katharopoulos and Ronan Collobert},
  title = {{MLX}: Efficient and flexible machine learning on Apple silicon},
  url = {https://github.com/ml-explore},
  version = {0.0},
  year = {2023},
}
Description
Examples in the MLX framework
mlx
Readme MIT 89 MiB
Languages
Python 83.5%
Jupyter Notebook 16.1%
Swift 0.4%