Competitive Programing even works in Development too

Revision en1, by I_love_Constructive, 2023-06-28 21:37:43

I'm working with the Retail Store Business Analytics team at AICOE JPL'23 this summer. My work revolves around improving Computational time by Learning both Weights and Connections for Efficient Neural Networks further that can be utilized in LSTM Architecture.

Today, we encountered a problem while trying to reduce the computational complexity of multiplying two matrices with a majority of zero elements. I brainstormed for 1-2 hours and came up with the idea of Sparse Matrix Multiplication solely based on intuition, despite not having prior knowledge of it.

This is how CP works improving problem-solving skills, allowing you to refine your logic and enhance your Development skill as well.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English I_love_Constructive 2023-06-28 21:37:43 766 Initial revision (published)