← 2 NNs


drones


2.3.0 TF concepts (26.0616)

An LLM consists of:

  • Transformer (TF) (the NN)
  • Internal agent (iAgent) (interfaces with TF (via tokens) and the agent scripts)

See also _ziptieai_BOOK2_LLM.docx the Gdrive.


D5: 2.3.1 D5 Tiny TF (26.0529)

Runs locally in CPU mode.

drones


D5b: 2.3.1b D5 tiny TF algorithm details (26.0602)

This page describes

  • every line of code in the demo
  • the details of “attention heads”, FFNs, etc

drones


D11: 2.3.11 Tiny TF classifier (TODO)

D12: 2.3.12 Tiny TF sentiment detector (TODO)

D13: 2.3.13 Tiny TF sequence predictor (TODO)




Older demos (2025)

The wiki page “AI LLM stacks” (a bit chaotic after a recent wiki reorganization) lists the following subpages are of interest:

smol


26.0616 (0530)