Please help me identify these 100 light bulbs by turning ON and OFF their switches.
We discuss the look-and-say sequence, its behaviour, variations of it, and a Python implementation.
Today I learned that the length of the terms of the “look-and-say” sequence has a well-defined growth rate.
Can you find the centre of the circle with just five lines?
Today I learned about multi-channel transposed convolutions.
Today I learned about the transposed convolution transformation in CNNs.
How many matches does it take to find the winner of a tennis tournament?
Today I learned about t-SNE for dimensionality reduction.
The Zen of Python says “there should be one -- and preferably only one -- obvious way to do it”, but what if there's a dozen obvious ways to do it?
Join me as I create a simulation that tries to test an Elo-based rating system for quizzes.
This article is an in-depth analysis of Python solutions to the “Sonar Sweep” problem, which is day 1 of Advent of Code 2021.
Today I learned about the symmetry in indexing from the beginning and end of a list with the bitwise invert operator.