Algorithm Baseball T-Shirts
Description: Beautiful aesthetics coming from the neural networks, machine learning and artificial intelligence areas. You can clearly see the neuron interactions from this simple graphic. Perfect gift for all software engineers, data scientists, researchers and artificial intelligence nuts!
Description: Wear this when you work on your next algorithm whether you are into artificial intelligence, machine learning, deep learning, statistics, math, mathematics or programming. Wear this tee with a funny statement on your next brain cracking session and don't get yourself stuck in a local optimum!
Description: // Daniel Shiffman // http://codingtra.in // http://patreon.com/codingtrain // Code for: https://youtu.be/KWoJgHFYWxY // Coding Challenge #30: Phyllotaxis // http://algorithmicbotany.org/papers/abop/abop-ch4.pdf int n = 200010; float c = 8.5; float start = 0; float hu ; float radius; float rrr, ggg, bbb; void setup() { // size(13500, 13500); size(5000, 5000); // colorMode(HSB, 360, 255, 255); background(0); stroke(0); strokeWeight(.5); println("Running"); } // https://raw.githubusercontent.com/CodingTrain/Rainbow-Code/master/challenges/CC_30_Phyllotaxis/CC_30_Phyllotaxis.pde void draw() { noLoop(); translate(width / 2, height / 2); for (int i = 0; i < n; i++) { float a = i *...
Description: The number 6174 is called "Kaprekar's constant" and is famous for always resulting from the following algorithm: ①: Take any number of four digits (including leading zeroes) which contains at least two different digits. ②: Arrange the digits in descending and in ascending order, yielding two different four-digit numbers. ③: Subtract the smaller of these numbers from the bigger one. ④: Go to step 2 and repeat until convergence. This process will always converge to the number 6174. Don't believe it? Try it out yourself. It's like magic. Wear this distressed design if you are a mathematician or love mathematics and numbers or buy it as a present for the math nerds or mathematicians in your live because all ways lead to 6174.