This project helps you learn basic implementation of machine learning data mining algorithms
In order to have clear understanding of this code you must know following things.
- Pyhton
- How to Run Jupyter Notebook
In order to running the following code you must have following things installed on your computer.
- Python
- Anaconda
How to run the codes
- Clone this repository to your local machine by either clicking on clone button or you can do it form git bash or linux terminal using following command.
git clone https://github.com/owais4321/Learn-Machine-Learning
- Once you have codes on your local machine now run jupyter on your machine then upload the code and respective dataset to jupyter home.
- Now you have codes in your jupyter repository or folder now you can see your project on home in jupyter now click on and a new windows with browser will be opened up now click run button and you will see the results.
- Fork this repository
- clone that repository
git clone link_of_that_repository
- Make changes that you want in local repository
- Add those changes
git add .
- commmit those changes
git commit -m 'name of commit'
- push changes to remote repository
- create pull request
Following contribution can done in this project.
1.Update readme file for association rules how they work and what association rules have been used and thier overview.
2.Update readme file for classification how it works and what classification algorithm have been used and thier overview.
3.Update readme file for clustering how it works and what clustering algorithm have been used and thier overview.
4.Update readme file for text classification how it works and what classification algorithm have been used and thier overview.
5.Update readme file for sentiment analysis how it works and what classification algorithm have been used and thier overview.
6.Translate Readme into multiple languages.
-
Translate intstructions in jupyter notebook and comments into multiple languages.
-
Add New Algorithm into classification.
-
Add new Algorithm into clustering.
-
Add new Algorithm for text classification.
-
Add new Algorithm for sentiment analysis.
-
Update readme for dataset and give description of datasets.