Curated river of news

Reader

Latest posts from blogs I follow

3006 entries
61 pages

Linear transformations, Eigenvectors and Eigenvalues(opens in new tab)

Contents Introduction Think of matrices as functions Matrix transformations Linear Transformations Eigenvalues and Eigenvectors Why are they “special”? Why are they important? Where to go next Introduction There are rumors saying Computer Vision Engineers consider Eigenvalues and Eigenvectors the single ...

Generate random SQL inserts using pysert(opens in new tab)

pysert (lowercase ‘p’) is a python utility designed to generate random SQL INSERT statements from predefined templates. While its primary focus is SQL, its template-driven nature allows it to generate almost any structured format, including JSON, XML, or YAML. If ...