AI research engineer who's made learning deep learning accessible through step-by-step implementations. rasbt/LLMs-from-scratch and rasbt/reasoning-from-scratch break down how to build reasoning systems from first principles, while rasbt/mlxtend extends Python's data science toolkit. 185k+ stars across projects.
LLMs From Scratch. I built a step-by-step guide to creating your own ChatGPT-like AI model.
100kPython Machine Learning. I wrote a machine learning book with 400 pages of code you can actually use.
13kReasoning from Scratch. I built a step-by-step guide to creating an AI model that reasons through problems.
4.8kMachine Learning with PyTorch and Scikit-Learn. I wrote code notebooks teaching machine learning with two popular tools.
5.3kMlxtend. I made a toolbox that handles the repetitive parts of data science work.
5.2kLLM Architecture Gallery. I made a visual gallery of how AI models are structured.
1.4kMachine Learning Q and AI. I wrote a book answering thirty essential questions about AI and machine learning.
934BioPandas. I made a tool that loads protein structures into spreadsheets.
756Mini Coding Agent. I built a minimal coding agent that explains how AI assistants write code.
1.1kDeep Learning Models. I collected working AI models with step-by-step explanations you can run.
18kWatermark. I made a tool that stamps your Jupyter notebooks with dates and system information.
943LLM Workshop 2024. I made a workshop teaching how AI language models work from the ground up.
1.1kCoral. I made AI tools that understand ordered predictions like age ranges.
277Stat 451. I made a complete machine learning course with runnable code notebooks.
461Pattern Classification. I wrote tutorials that teach machine learning through working examples.
4.2kRAGs. I made working examples of AI systems that search and answer from documents.
156PyTorch Deep Learning Workshop. I created tutorial materials teaching deep learning to Python programmers.
248Local Coding Agent Evals. I made tests to compare AI coding assistants running on your own machine.
64Math Dataset. I made a math problem dataset with the test set removed.
13Gemma Walkthrough. I built a hands-on guide to understanding how AI models work inside.
27Model Tuner. I made notebooks that teach AI models to learn from your own data.
221Sebastian Raschka. I write about AI research and share practical open-source tools.
49SciPy 2023 Deep Learning Workshop. I made a workshop teaching deep learning with PyTorch for non-specialists.
599Dora From Scratch. I wrote step-by-step code showing how to customize AI models efficiently.
225Python Machine Learning. I wrote code examples for a machine learning textbook.
5kML Notes. I collected machine learning code snippets I use all the time.
843Python Reference. I collected Python tips, tutorials, and useful code snippets.
3.9kCVPR 2023 Training Guide. I wrote a tutorial for speeding up AI model training with minimal code changes.
130Bugreport. I made a repository for storing code examples that reproduce bugs.
5PDF Splitter. I built a native Mac app that splits PDFs into individual pages and images.
13PyTorch Memory Optimizer. I wrote code showing how to train large AI models without maxing out your memory.
94Python ML Workshop. I created workshop materials teaching machine learning with Python.
30Classifier. I built text classification that needs no model training.
57ViT Finetuning. I wrote scripts that teach image models to recognize your own pictures.
25Deep Learning Course. I compiled a university course teaching deep learning to non-specialists.
554Faster PyTorch. I wrote techniques for training AI models faster without sacrificing accuracy.
127Py-Args. I built a tool that renames and finds-replaces a huge pile of files at once.
17Adapter Guide. I wrote a guide explaining how to customize AI models efficiently.
47test-github-image-rendering. Debug GitHub rendering issues
6Machine Learning Course. I made a complete machine learning course with working examples.
152Low-Rank Adaptation. I wrote a guide explaining how to adapt AI models efficiently.
28Gradient Accumulation. I showed how to train a huge AI model on one regular computer.
32Machine Learning Course. I organized a complete machine learning course with lectures and exercises.
780Batch Size Benchmark. I tested whether AI models need powers-of-2 batch sizes.
20Python Machine Learning. I wrote a complete guide to machine learning with working code examples.
7.2kMputil. I made utility functions for Python that process data faster by running tasks in parallel.
39TorchMetrics Guide. I wrote a guide explaining how to measure AI model performance correctly.
5Compair. I made tools to measure and compare how well AI models perform.
8DataPipes. I wrote working examples for loading data into machine learning projects.
15PyData Chicago 2016 ML Tutorial. I created a machine learning tutorial with code examples and slides.
129