Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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|