Prockxy
e15c856fea
Merge 1ef5253c93 into 264b4547b3
2026-06-29 10:42:09 +01:00
Paul Kuruvilla
264b4547b3
Merge pull request #1812 from roiamiel1/add-build-deep-learning-from-scratch
...
add Build Your Own PyTorch
2026-06-25 20:11:09 +05:30
RoiAmiel
750f70669b
Update link for 'Build Deep Learning From Scratch'
2026-06-23 22:14:39 +03:00
Roi Amiel
1b3cb7479d
add build add-build-deep-learning-from-scratch
2026-06-21 21:00:09 +03:00
Claude
1ef5253c93
Add .gitignore for llm/, remove compiled/checkpoint files
...
https://claude.ai/code/session_01SWXLQb3nFTiygbp74dpjVa
2026-03-22 22:51:54 +00:00
Claude
1d3ce8cff7
Add basic LLM implementation from scratch
...
Implements a character-level GPT-style Transformer:
- model.py: CausalSelfAttention, FeedForward, TransformerBlock, LLM
- tokenizer.py: CharTokenizer (char -> int mapping)
- train.py: training loop with AdamW, gradient clipping, checkpointing, sampling
- generate.py: load checkpoint and generate text from a prompt
Verified working on a built-in Shakespeare excerpt (805k param model).
https://claude.ai/code/session_01SWXLQb3nFTiygbp74dpjVa
2026-03-22 22:51:49 +00:00
Claude
c439f35496
Add LLM tutorials to AI Model section
...
Add Andrej Karpathy's "Let's build GPT from scratch" video tutorial and
The Annotated Transformer as additional resources for building large
language models from scratch.
https://claude.ai/code/session_01SWXLQb3nFTiygbp74dpjVa
2026-03-22 22:44:48 +00:00
Sarup Banskota
294aef8fde
Merge pull request #1398 from NikoPit/patch-1
...
"Java voxel game" video unavalible anymore
2026-02-21 01:34:54 -08:00
Sarup Banskota
80abb7e870
Merge pull request #1403 from RyanB28/patch-1
...
Removed broken link
2026-02-21 01:34:50 -08:00
Sarup Banskota
08fe81bce6
Merge pull request #1538 from Velnbur/master
...
Fix link to "F#: Building Neural Networks in F#", add both parts
2026-02-21 01:34:46 -08:00
Sarup Banskota
d9743c94e2
Merge pull request #1567 from jiminjungg/docs/python-reddit-bot-page
...
docs: update Python Reddit bot tutorial link
2026-02-21 01:34:42 -08:00
Sarup Banskota
fbba4447b3
Merge pull request #1543 from xames3/xames3/build-your-own-neural-network
...
feat: add SlowTorch for building Neural Networks from scratch
2026-02-21 01:34:19 -08:00
Sarup Banskota
bed0d298e2
Merge pull request #1385 from buildthingsuseful/master
...
Added Build Your Own Kafka
2026-02-21 01:34:15 -08:00
Sarup Banskota
54d67ce557
Merge pull request #1393 from cristiano-belloni/cristiano-belloni-patch-2
...
Update README. to add sync engine blog post
2026-02-21 01:34:12 -08:00
Sarup Banskota
e479a67cd4
Merge pull request #1425 from AlejandroFNadal/master
...
Adding section for memory allocators and adding a first tutorial for it
2026-02-21 01:34:08 -08:00
Sarup Banskota
5c2d8b9a08
Merge pull request #1553 from darshilshah7070/patch-2
...
Adding new section For Processor Design
2026-02-21 01:34:04 -08:00
Sarup Banskota
6709743e14
Merge pull request #1504 from rasbt/build-your-own-ai-model
...
Add section: Build your own AI Model
2026-02-21 01:34:01 -08:00
Vencyr Laurence Imbo Amores
d5c42e04d8
Updated banner
2026-02-21 16:16:16 +08:00
Paul Kuruvilla
76d1a261bd
Merge pull request #1639 from byo-books/byo-202512
...
Add Code a database in 45 steps
2025-12-27 01:10:39 +05:30
root
f4cf332e3f
Update the subtitle of Build Your Own Database from Scratch.
2025-12-25 16:32:21 +08:00
root
9e8b06f62f
Add Code a database in 45 steps.
2025-12-25 16:29:16 +08:00
Paul Kuruvilla
1a851d83f7
Merge pull request #1435 from korrectional/master
...
Removed "Java: Java Voxel Engine Tutorial [video]" as it is not available anymore
2025-10-10 11:45:01 -07:00
Jimin Jung
30b2242b10
docs: update Python Reddit bot tutorial link
2025-10-02 15:24:03 -07:00
Darshil Shah
bc7a5d6daf
Adding new section For Processor Design
2025-09-06 18:10:26 +05:30
Paul Kuruvilla
51198a9f9c
Update README.md
...
Fixes https://github.com/codecrafters-io/build-your-own-x/issues/1552
2025-09-03 13:36:37 -07:00
Paul Kuruvilla
6b32f34ec2
Merge pull request #1548 from CodeCrateDev/master
...
Removed missing video link
2025-08-28 17:08:20 -07:00
CodeCrate
427e67f58f
Reverted link removal
...
Reverted the removal of the Java 3D Game Development with LWJGL 3 link.
2025-08-28 12:14:55 -04:00
CodeCrate
0bbb011cf0
Removed links that no longer function
...
Removed links:
- Java Voxel Engine Tutorial
- 3D Game Development with LWJGL 3
2025-08-28 11:52:36 -04:00
Akshay Mestry
195a6150e0
feat: add SlowTorch for building Neural Networks from scratch
...
Signed-off-by: Akshay Mestry <xa@mes3.dev>
2025-08-23 21:02:19 -05:00
Kyrylo Baibula
4042ba8d90
Add Part 2 of "F#: Building Neural Networks in F#"
2025-08-18 18:23:48 +03:00
Kyrylo Baibula
08ded23660
Update link of "F#: Building Neural Networks in F#"
2025-08-18 18:04:03 +03:00
Paul Kuruvilla
9d625daa96
Merge pull request #1520 from codecrafters-io/rohitpaulk-patch-1
...
Update README.md
2025-07-29 14:02:37 -07:00
Paul Kuruvilla
f4275438a7
Update README.md
...
Fixes https://github.com/codecrafters-io/build-your-own-x/issues/1519
2025-07-29 14:02:22 -07:00
Vencyr Laurence Imbo Amores
a8bc6fbcf1
update to byox banner
2025-07-07 22:14:17 +08:00
Vencyr Laurence Imbo Amores
c56186ac2d
update byox banner
2025-07-07 17:05:02 +08:00
Sebastian Raschka
13ead245b4
Fix formatting
2025-07-05 18:14:43 -05:00
rasbt
048cd3b3de
Build your own AI Model section
2025-07-05 18:13:00 -05:00
alejandro.nadal@synics.ch
923dc62391
added index element for new section
2025-06-28 15:33:01 +02:00
korrectional
4073730ccf
Removed Java: Java Voxel Engine Tutorial [video] as it is not available anymore
2025-05-17 15:19:23 -04:00
alejandro.nadal@synics.ch
2fb5a067df
Adding section for memory allocators and adding a first tutorial for it
2025-04-26 16:20:28 +02:00
Paul Kuruvilla
cf5d750133
Merge pull request #1414 from maysara-elshewehy/master
2025-04-11 12:13:28 -07:00
Maysara
d6ce7605f0
Add a new tutorial link for zig.
2025-04-11 20:00:24 +02:00
Ryan B
22707aa3b6
Removed broken link
2025-04-01 10:14:39 +02:00
NikoPit
e9fa6e543b
"Build your own voxel engine" video unavalible anymore
2025-03-29 19:34:36 +08:00
Cristiano Belloni
23e8a45498
Typo
2025-03-22 22:29:16 +00:00
Cristiano Belloni
f372828cb3
Update README. to add sync engine blog post
2025-03-22 17:47:08 +00:00
Raghav
363261be5f
Added Build Your Own Kafka
2025-03-12 23:09:04 -07:00
Paul Kuruvilla
7b7d32b819
Merge pull request #1128 from MichaelHinrichs/patch-1
...
Enable Markdown detection.
2024-09-03 15:39:35 +01:00
NintenHero
600322eb68
Create .gitattributes
...
Enable Markdown detection.
2024-08-13 16:13:52 -05:00
Paul Kuruvilla
d45e4aa435
Merge pull request #1124 from gr0wnd-z33r0/patch-2
...
Update README.md
2024-08-06 01:02:50 +01:00