The projects in this repository contain a wide variety of Python programming ranging from creating regression models from scratch to data structure algorithms.
This repository is a compendium of diverse Python projects that showcase a broad spectrum of programming paradigms. From the foundational concepts of crafting regression models without the aid of standard libraries, to intricate data structure algorithms, this repository serves as a testament to the versatility and power of Python in the realm of computer science and data science.
Custom Regression Models: Building regression models from the ground up without leveraging standard data science libraries. Data Structure Algorithms: Implementation and exploration of various data structure algorithms to understand their workings and applications.