Mathematics
3D Affine Transformation Matrices Implementation with NumPy
Explores 3D affine transformation matrices and implements it with NumPy
pythonnumpycomputer-graphics
How to Find the Number of Squares Within a Bigger Square in Python
A guide to finding the number of squares within a bigger square in Python
pythonmathematicsdynamic-programming
Solve Graph Coloring Problem with Greedy Algorithm and Python
How to color the connected nodes with a different color for each adjacent node
graphgreedy-algorithmspython
Fischer's Linear Discriminant Analysis in Python From Scratch
Learn about Fisher's LDA and implement it from scratch in Python.
machine-learningpythonlinear-algebra