Edward Snowden by Ciro Santilli 35 Updated +Created
Figure 1. . Source. From the film Prism, during interview with reporter Glenn Greenwald.
Video 1.
Edward Snowden original interview cut by The Guardian (2013)
Source.
C. elegans nervous system by Ciro Santilli 35 Updated +Created
Neuron simulator by Ciro Santilli 35 Updated +Created
Will we ever fully udnerstand the brain? by Ciro Santilli 35 Updated +Created
yolov5-pip by Ciro Santilli 35 Updated +Created
OK, now we're talking, two liner and you get a window showing bounding box object detection from your webcam feed!
python -m pip install -U yolov5==7.0.9
yolov5 detect --source 0
The accuracy is crap for anything but people. But still. Well done. Tested on Ubuntu 22.10, P51.
Video 1.
fcakyon/yolov5-pip webcam object detection demo by Ciro Santilli (2023)
Source.
Imperative programming by Ciro Santilli 35 Updated +Created
Functional programming by Ciro Santilli 35 Updated +Created
Even if we cannot do everything in functional, we should at least strive to clearly extract functional substes in what we do.
Python language feature by Ciro Santilli 35 Updated +Created
Python standard library by Ciro Santilli 35 Updated +Created
Python implementation by Ciro Santilli 35 Updated +Created
Python documentation generator by Ciro Santilli 35 Updated +Created
Quantum algorithm by problem by Ciro Santilli 35 Updated +Created
Quantum Intermediate Representation by Ciro Santilli 35 Updated +Created
Used e.g. by Oxford Quantum Circuits, www.linkedin.com/in/john-dumbell-627454121/ mentions:
Using LLVM to consume QIR and run optimization, scheduling and then outputting hardware-specific instructions.
Presumably the point of it is to allow simulation in classical computers?
High level quantum synthesis by Ciro Santilli 35 Updated +Created
This is a term "invented" by Ciro Santilli to refer to quantum compilers that are able to convert non-specifically-quantum (functional, since there is no state in quantum software) programs into quantum circuit.
The term is made by adding "quantum" to the more "classical" concept of "high-level synthesis", which refers to software that converts an imperative program into register transfer level hardware, typicially for FPGA applications.
Depth of a quantum circuit by Ciro Santilli 35 Updated +Created
This is an important metric, because it takes some time for the quantum operations to propagate, and so the depth of a circuit gives you an idea of how long the coherence time a hardware needs to support a given circuit.
Quantum computing research institute by Ciro Santilli 35 Updated +Created
Rack server by Ciro Santilli 35 Updated +Created
Game AI by Ciro Santilli 35 Updated +Created
Game AI is an artificial intelligence that plays a certain game.
It can be either developed for serious purposes (e.g. AGI development in AI games), or to make games for interesting for humans.
AI game by type by Ciro Santilli 35 Updated +Created
AI game with natural language by Ciro Santilli 35 Updated +Created
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.
Video 1.
Human player test of DMLab-30 Select Described Object task by DeepMind (2018)
Source. This is one of the games from DeepMind Lab.
Video 2.
WorldGPT by Nhan Tran (2023)
Source. Not the most amazing demo, but it is a start.

Unlisted articles are being shown, click here to show only listed articles.