SWE Math Weekly is a fun, hands-on weekly challenge that will require you to solve a question through code and in the process understand a set of math concepts - from linear algebra, statistics, and calculus. Here's how it will work,
- on friday, I'll post an easy or mid-level problem (cp-style)
- solve it over the weekend, dig deeper into the math concepts
- on wednesday, I'll share the code, some notes, and maybe even a video explaining the problem.
The problems won't just be random theoretical math exercises. I'll focus on topics that are actually and commonly used in AI, ML, and other advanced domains.
This repository contains solutions to the problems from SWE Math Weekly. To get started:
- clone the repository
- navigate to the directory of the solution you need
- follow the instructions in its README.md file
The solutions to the questions are done mostly on Jupyter Notebook. You can contribute to this initiative by enriching the notebooks
- find bugs in the solution and raise with patches
- polish the notebook and add relevant detailed sections
- add explanations of core concepts and functionalitites in the notebook