Welcome to my Deep-ML solutions repository! As a Machine Learning Engineer, I find solving Deep-ML problems to be highly relevant and beneficial, often better tailored for ML roles than standard LeetCode problems.
This repository is organized by problem. Each problem has its own dedicated folder containing:
- The Python solution (e.g.,
Solution_Q1.py). - A documentation file containing the problem statement, examples, and an explanation of the code's logic.
- Question 1: Matrix-Vector Dot Product
- Question 2: Transpose of a Matrix
- Question 3: Reshape Matrix
- Question 4: Calculate Mean by Row or Column
- Question 5: Scalar Multiplication of a Matrix
- Question 6: Calculate Eigenvalues of a Matrix
- Question 7: Matrix Transformation
- Question 8: Calculate 2x2 Matrix Inverse
- Question 9: Matrix times Matrix