Advanced quantum field theory lecture by Tobias Osborne (2017)  Lecture 2  Updated 2025-07-16
 Advanced quantum mechanics II by Douglas Gingrich (2004)  Updated 2025-07-16
 Advantage of eukaryote over bacteria  Updated 2025-07-16
 Adversarial Policies Beat Superhuman Go AIs  Updated 2025-07-16
 Advertisement  Updated 2025-07-16
 Aether theory  Updated 2025-07-16
 Affirmative action  Updated 2025-07-16
Ciro Santilli is against all affirmative action, except for one: giving amazing free eduction to the poor.
Notably, Ciro is against university entry quotas.
 Agarose gel electrophoresis  Updated 2025-07-16
 Erdős' conjecture on powers of 2  Updated 2025-10-27
Described at: arxiv.org/pdf/2107.12475.pdf where a relation to the Busy beaver scale is proven, and the intuitive relation to the Collatz conjecture described. Perhaps more directly: demonstrations.wolfram.com/CollatzSequenceComputedByATuringMachine/
 Aging  Updated 2025-07-16
 AGI software  Updated 2025-07-16
 Agnosticism  Updated 2025-07-16
 ImageNet  Updated 2025-07-16
14 million images with more than 20k categories, typically denoting prominent objects in the image, either common daily objects, or a wild range of animals. About 1 million of them also have bounding boxes for the objects. The images have different sizes, they are not all standardized to a single size like MNIST[ref].
Each image appears to have a single label associated to it. Care must have been taken somehow with categories, since some images contain severl possible objects, e.g. a person and some object.
Official project page: www.image-net.org/
The data license is restrictive and forbids commercial usage: www.image-net.org/download.php. Also as a result you have to login to download the dataset. Super annoying.
How to visualize: datascience.stackexchange.com/questions/111756/where-can-i-view-the-imagenet-classes-as-a-hierarchy-on-wordnet
 A Hundred Birds Pay Homage to the Phoenix  Updated 2025-07-16
 AI accelerator  Updated 2025-07-16
 AIDS  Updated 2025-07-16
 AI game with natural language  Updated 2025-07-16
We define this category as AI games in which agents are able to produce or consume natural language.
It dawned on Ciro Santilli that it would be very difficult to classify an agent as an AGI if tthat agent can't speak to take orders, read existing human generated documentation, explain what it is doing, or ask for clarification.
 AI game world geometry  Updated 2025-07-16
 Dragon Ball Z  Updated 2025-07-16
Although this was one of the children cartoons Ciro Santilli liked to watch, watching Dragon Ball Z as an adult feels like watching paint dry, everything takes forever! Apparently padding to sync with the manga: www.quora.com/Why-does-DBZ-drag-on-for-so-long The original Dragon Ball was likely strictly better, as it was much more fun and took itself less seriously. Also in DBZ power level inflation is taken to ridiculous levels. This is why One-Punch Man is good. Out of all evil characters, Frieza is one that made a big impression on Ciro, his graphical design is so good.
 ImageNet Large Scale Visual Recognition Challenge dataset  Updated 2025-07-16
Subset of ImageNet. About 167.62 GB in size according to www.kaggle.com/competitions/imagenet-object-localization-challenge/data.
Contains 1,281,167 images and exactly 1k categories which is why this dataset is also known as ImageNet1k: datascience.stackexchange.com/questions/47458/what-is-the-difference-between-imagenet-and-imagenet1k-how-to-download-it
www.kaggle.com/competitions/imagenet-object-localization-challenge/overview clarifies a bit further how the categories are inter-related according to WordNet relationships:
The 1000 object categories contain both internal nodes and leaf nodes of ImageNet, but do not overlap with each other.
image-net.org/challenges/LSVRC/2012/browse-synsets.php lists all 1k labels with their WordNet IDs.There is a bug on that page however towards the middle:and there is one missing label if we ignore that dummy 
n02119789: kit fox, Vulpes macrotis
n02100735: English setter
n02096294: Australian terriern03255030: dumbbell
href="ht:
n02102040: English springer, English springer spanielhref= line. A thinkg of beauty!Also the lines are not sorted by synset, if we do then the first three lines are:
n01440764: tench, Tinca tinca
n01443537: goldfish, Carassius auratus
n01484850: great white shark, white shark, man-eater, man-eating shark, Carcharodon carchariasgist.github.com/aaronpolhamus/964a4411c0906315deb9f4a3723aac57 has lines of type:therefore numbered on the exact same order as image-net.org/challenges/LSVRC/2012/browse-synsets.php
n02119789 1 kit_fox
n02100735 2 English_setter
n02110185 3 Siberian_huskygist.github.com/yrevar/942d3a0ac09ec9e5eb3a lists all 1k labels as a plaintext file with their benchmark IDs.therefore numbered on sorted order of image-net.org/challenges/LSVRC/2012/browse-synsets.php
{0: 'tench, Tinca tinca',
 1: 'goldfish, Carassius auratus',
 2: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias',The official line numbering in-benchmark-data can be seen at 
LOC_synset_mapping.txt, e.g. www.kaggle.com/competitions/imagenet-object-localization-challenge/data?select=LOC_synset_mapping.txtn01440764 tench, Tinca tinca
n01443537 goldfish, Carassius auratus
n01484850 great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias There are unlisted articles, also show them or only show them.