Welcome to the ML Tutorial! This repository is designed to help beginners and intermediates learn about machine learning and its various techniques and algorithms.
To make the most out of these tutorials, you should have a basic understanding of programming concepts and have some experience with Python.
Clone the repository by running the following command in your terminal:
git clone https://github.com/iiitl/ML_tutorial.git
Navigate to the repository directory:
cd ML_tutorial
Open the tutorials and start learning!
We welcome contributions to this repository! If you have any suggestions for tutorials or want to contribute a tutorial of your own, please submit a pull request.
Fork the repository
Create your feature branch (git checkout -b feature/new-feature)
Make the changes in your code editor.
To preview the changes, we suggest using a local server like Live Server for your code editor.
Commit your changes (git commit -am 'Added new feature')
Push to the branch (git push origin feature/new-feature)
Create a new pull request
We hope that this repository will help you on your journey to becoming a machine learning expert. Happy learning!