This code displays a colorful Julia Fractal. It uses the kandinsky and math modules. This code displays a text output of the Mandelbrot fractal. The text is colored, to achieve this the kandinsky ...
I originally created this as a short to-do list of study topics for becoming a software engineer, but it grew to the large list you see today. After going through this study plan, I got hired as a ...
Pruning optimises machine learning models by removing redundant or unimportant components. Originally introduced by Yann LeCun, pruning helps prevent overfitting in models. It serves as a compression ...