Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.28 KB

File metadata and controls

30 lines (24 loc) · 1.28 KB

Task

  1. Linear Algebra (Matrices)
  2. Data Analysis with Pandas & matplotlib

Resources

Topics I have learnt

  1. Linear Algebra - Matrices
    • Linear Transformation
    • Composition of matrices (matrix multiplication)
  1. Data Analysis of Medical Data Visualizer (50% done)
  2. FreeCodeCamp Data Analysis with Python all questions

Software used

  • Jupyter Notebook
  • Python 3.10.2
  • Numpy 1.22.4
  • pandas 1.4.2
  • matplotlib 3.5.2

My Notebooks

Conclusion:

Today I learnt about Matrices, Linear Transformation & Composition of matrices (matrix multiplication), linear transformation is cool and must do for matrix. Also did 50% Data Analysis project of FreeCodeCamp And all exercises of Data Analysis with Python course.