https://github.com/ghubnerr/machine-learning
A dump to all things LLMs, CUDA, DL frameworks, Tokenization Methods, and latest stuff I’m building/researching with
https://github.com/ghubnerr/machine-learning
flax gpt haiku jax llm nlp penzai tokenization
Last synced: 8 months ago
JSON representation
A dump to all things LLMs, CUDA, DL frameworks, Tokenization Methods, and latest stuff I’m building/researching with
- Host: GitHub
- URL: https://github.com/ghubnerr/machine-learning
- Owner: ghubnerr
- License: mit
- Created: 2024-02-21T04:51:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T18:01:41.000Z (8 months ago)
- Last Synced: 2025-02-17T19:23:02.037Z (8 months ago)
- Topics: flax, gpt, haiku, jax, llm, nlp, penzai, tokenization
- Language: Jupyter Notebook
- Homepage:
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Machine Learning Dump
> **This repo will have more Jupyter notebooks than a stationery in Jupiter. Take it how you will.**
Welcome to the place where I learn stuff and put it in a Colab to make it make sense.
### File Structure:
- [JAX, Flax, Optax, etc](jax/)
- [AutoGrad](autograd/)
- [Computer Vision](computer_vision/)
- [Makemore (ft. Andrej Karpathy)](makemore/)
- Extras:
- Tokenization Methods: [GPT Tokenizer](./GPT_Tokenizer.ipynb)