Common sense Updated 2025-07-16
My Job is to Open and Close Doors by Mattias Pilhede (2019)
Source. An interesting humorous short meditation on common sense. Bôbar (École Polytechnique) Updated 2025-07-16
The student organized bar of the École. There's a corresponding Binet that takes care of it.
- www.facebook.com/events/d41d8cd9/b%C3%B4bar-polytechnique/306343312823548/
- www.leparisien.fr/faits-divers/un-bar-clandestin-decouvert-a-polytechnique-25-06-2006-2007106594.php: in 2006, almost 30 years after 1975 the police finally discovered that they were not licensed to sell alcohol
Virtual Fly Brain Updated 2025-07-16
Neurokernel Updated 2025-07-16
The Neurokernel Project aims to build an open software platform for the emulation of the entire brain of the fruit fly Drosophila melanogaster on multiple Graphics Processing Units (GPUs).
Interesting domain name Updated 2025-07-16
Top-level domain Updated 2025-07-16
CAIDA/commoncrawl-host-ip-mapper Updated 2025-07-16
DNS Census 2013 Updated 2025-07-16
Carna botnet Updated 2025-07-16
Some interesting analysis by Parth Shukla twitter.com/pparth | www.linkedin.com/in/parth-shukla-59583b20/:
Apparently most of the routers were Chinese. No surprise there.
TensorFlow Updated 2025-07-16
PyTorch Updated 2025-07-16
ONNX Updated 2025-07-16
The most important thing this project provides appears to be the
.onnx file format, which represents ANN models, pre-trained or not.Deep learning frameworks can then output such
.onnx files for interchangeability and serialization.Some examples:
- activatedgeek/LeNet-5 produces a trained
.onnxfrom PyTorch - MLperf v2.1 ResNet can use
.onnxas a pre-trained model
MLperf Updated 2025-07-16
mlcommons.org/en/ Their homepage is not amazingly organized, but it does the job.
Benchmark focused on deep learning. It has two parts:Furthermore, a specific network model is specified for each benchmark in the closed category: so it goes beyond just specifying the dataset.
Results can be seen e.g. at:
Those URLs broke as of 2025 of course, now you have to click on their Tableau down to the 2.1 round and there's no fixed URL for it:
And there are also separate repositories for each:
Tomb of Cyrus Updated 2025-07-16
Cyrus the Great Day Updated 2025-07-16
Dependency graph Updated 2025-07-16
Cool data embedded in the Bitcoin blockchain Interesting transactions Updated 2025-07-16
This is about transactions that are interesting not because of their inscriptions, but for some other reason, such as transaction size, etc.
CNN convolution kernels are also learnt Updated 2025-07-16
CNN convolution kernels are not hardcoded. They are learnt and optimized via backpropagation. You just specify their size! Example in PyTorch you'd do just:as used for example at: activatedgeek/LeNet-5.
nn.Conv2d(1, 6, kernel_size=(5, 5))This can also be inferred from: stackoverflow.com/questions/55594969/how-to-visualise-filters-in-a-cnn-with-pytorch where we see that the kernels are not perfectly regular as you'd expected from something hand coded.
Coinbase Bitcoin hello world Updated 2025-07-16
COCO 2017 Updated 2025-07-16
There are unlisted articles, also show them or only show them.