Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neural-bits/ai-programming-hub
Learn and experiment with new techniques and programming languages with a focus on ML
https://github.com/neural-bits/ai-programming-hub
cpp cuda cython openai-triton python rust
Last synced: 6 days ago
JSON representation
Learn and experiment with new techniques and programming languages with a focus on ML
- Host: GitHub
- URL: https://github.com/neural-bits/ai-programming-hub
- Owner: neural-bits
- Created: 2024-08-23T15:56:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T13:11:24.000Z (5 months ago)
- Last Synced: 2024-12-10T22:41:19.729Z (2 months ago)
- Topics: cpp, cuda, cython, openai-triton, python, rust
- Language: Jupyter Notebook
- Homepage:
- Size: 163 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Programming Hub
This repository contains the code for the NeuralBits newsletter articles, covering new programming languages and## Categories
### Languages
|ID| πΒ Article | π»Β Code | Details | Complexity | Tech Stack |
|--|---------|-----------------|---------|------------|----------------------|
|001| [Mojo Programming Language](https://neuralbits.substack.com/p/python-flexibility-and-c-performance)| [Here](https://github.com/neural-bits/ai-programming-hub/tree/main/001-Mojo-vs-Python) | Learn about Mojo for AI, run a benchmark against Python | π©π©β¬ |Python, Mojo, Jupyter|
|002| [Rust to Python Bindings](https://neuralbits.substack.com/p/lets-build-andrej-karpathys-bpetokenizer)| [Here](https://github.com/neural-bits/ai-programming-hub/tree/main/002-Rust-bindings-to-Python) | Build the BPE Tokenizer in Rust, generate Python Bindings | π©π©β¬ |Python, Rust, PyO3, Maturin|