Welcome to the ML-Basics repository! This project is designed for personal learning and exploration of fundamental machine learning concepts. It covers a variety of topics, from basic data preprocessing to implementing different machine learning algorithms using popular libraries like Scikit-learn, TensorFlow, and PyTorch.
This repository serves as a comprehensive guide for anyone starting out in machine learning. It includes step-by-step tutorials, code examples, and detailed explanations of various ML techniques and algorithms.
To get the most out of this repository, you should have a basic understanding of Python programming and some familiarity with statistics and linear algebra. Additionally, you will need the following software installed:
git clone https://github.com/PhenomSG/ML-Basics.git
cd ML-Basics
python -m venv env
.\env\Scripts\activate
source env/bin/activate
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details.