Artificial chromosome Updated +Created
Cornell University Updated +Created
Entity creating AI games Updated +Created
LeNet Updated +Created
Photon absorption Updated +Created
Twin prime conjecture Updated +Created
Let's show them how it's done with primes + awk. Edit. They have a -d option which also shows gaps!!! Too strong:
sudo apt install bsdgames
primes -d 1 100 | awk '/\(2\)/{print $1 - 2, $1 }'
gives us the list of all twin primes up to 100:
0 2
3 5
5 7
11 13
17 19
29 31
41 43
59 61
71 73
Tested on Ubuntu 22.10.
Yann LeCun Updated +Created
The most classic thing he did perhaps was creating the LeNet neural network and using it on the MNIST dataset to recognize hand-written digits circ 1998.
Figure 1.
Yann LeCun
. Source.
AI game by type Updated +Created
Alibaba product Updated +Created
Amazon Prime Video Updated +Created
As of 2021, Ciro Santilli feels strongly that Amazon originals are so much sillier compared to Netflix ones in average.
Of course, everything pales in comparison to The Criterion Collection.
Atomicity (database systems) Updated +Created
This means that e.g. if you do an UPDATE query on multiple rows, and power goes out half way, either all update, or none update.
This is different from isolation, which considers instead what can or cannot happen when multiple queries are running in parallel.
Bessel function Updated +Created
Shows up when trying to solve 2D wave equation on a circular domain in polar coordinates with separation of variables, where we have to decompose the initial condition in termes of a fourier-Bessel series, exactly like the Fourier series appears when solving the wave equation in linear coordinates.
For the same fundamental reasons, also appears when calculating the Schrödinger equation solution for the hydrogen atom.
Lorentz ether theory Updated +Created
Peripheral interface Updated +Created
Supercomputer controlling a robot Updated +Created
Has anybody done this seriously? Given a supercomputer, what amazing human-like robot behavior we can achieve?
Computer keyboard Updated +Created
Computer mouse Updated +Created
Hartree-Fock method Updated +Created
Named matrix Updated +Created

There are unlisted articles, also show them or only show them.