Home.md
... ...
@@ -0,0 +1,16 @@
1
+# Deep Learning RTP — Live Wiki
2
+
3
+Welcome. This is the **live** half of the DLRTP community's two contribution
4
+paths: anyone can edit any page right now, no account needed, and the save is
5
+published immediately. An automated patrol reviews edits after the fact and
6
+reverts vandalism; everything else stays.
7
+
8
+- [Topics](Topics) — what the community wants to learn and teach
9
+- [Two ways to contribute](Two-ways-to-contribute) — this wiki vs. the reviewed site
10
+
11
+The schedule and session archive live on the
12
+[main DLRTP site](https://5x5x5x5.github.io/dlrtp-wiki/) — that copy is
13
+canonical; this wiki links to it rather than duplicating it.
14
+
15
+To edit: click **Edit** on any page, write markdown, save. Be excellent to
16
+each other; wrongness here is cheap to fix and quick to revert.
Topics.md
... ...
@@ -0,0 +1,17 @@
1
+# Topic board (live)
2
+
3
+Add anything you want the group to cover — edit this page directly. A
4
+maintainer moves items to the [session schedule](https://5x5x5x5.github.io/dlrtp-wiki/sessions/)
5
+when someone volunteers to present.
6
+
7
+## Wanted
8
+
9
+- **Attention from scratch** — whiteboard-level walkthrough before transformer papers.
10
+- **Fine-tuning on a single GPU** — practical LoRA/QLoRA with hardware people own.
11
+
12
+## Session notes
13
+
14
+Pages for past sessions go here — create a page named `Notes-YYYY-MM-DD` and
15
+link it below.
16
+
17
+*(none yet)*
Two-ways-to-contribute.md
... ...
@@ -0,0 +1,17 @@
1
+# Two ways to contribute
2
+
3
+DLRTP runs two contribution paths side by side, on purpose, as an experiment
4
+in community governance:
5
+
6
+**The PR path** ([main site](https://5x5x5x5.github.io/dlrtp-wiki/)) — your
7
+change is reviewed *before* it publishes: automated checks, an AI review gate
8
+with no merge authority, and a human where the gate isn't confident. Slower,
9
+durable, right for canonical facts like the schedule.
10
+
11
+**The wiki path** (this site) — your change is live *immediately*, no account
12
+needed. An automated patrol reviews it *after* the fact and reverts vandalism;
13
+a human sees everything the patrol is unsure about. Faster, lighter, right for
14
+notes, topic ideas, and resource lists.
15
+
16
+Use whichever fits. We log how both paths get used and will publish the
17
+comparison as a DLRTP session.