This repository contains code for practicing data science interview questions, adapted from resources provided by Deep ML.
The code includes exercises and solutions covering various data science topics such as:
- Machine Learning
- Linear Algebra
To enhance structured learning, I have created separate folders for different Machine Learning algorithms, implemented from scratch. Each folder contains:
- A
.py
file with the full implementation of the ML algorithm. - A
train.py
file that serves as the calling function to run the algorithm.
The ML algorithms have been adapted and referenced from the following sources:
- YouTube Playlist: Machine Learning From Scratch
- GitHub Repository: AssemblyAI-Community ML From Scratch
All practice content is inspired by Deep ML, a valuable resource for data science interview preparation.
Feel free to use the code in this repository under the MIT License.