Skip to content

This repository helps you to solve a real example with six different algorithms, including Linear regression, multiple linear regression, Knn, decision tree, random forest and neural network

Notifications You must be signed in to change notification settings

Mohammad-Amirifard/six-algorithms-in-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1-Run Six different machine learning algorithms

In this repository, I Run Six different machine learning algorithms, including Linear Regression, Multiple linear regression, KNN, Decision tree, Random forest and ANN on a good dataset:

2-Detail:

In this this exercise, you will implement different methods to find the best results. This exercise helps you have a good code for some important algorithms used in machine learning lessons

3-Main file

The main file is script1.ipynb

4-Dataset:

Here we have three datasets.The first one "train.csv" is used for our training and find scores, the second one "test.csv" is used to predict and the last one "sampleSubmission.csv" is the final output of the program called script1.ipynb

5-Prerequisite:

  1. Jupyter notebook
  2. Pandas pakage
  3. Numpy pakage
  4. Matplot pakage
  5. Seaborn package
  6. scikit-learn package

6-No licence

About

This repository helps you to solve a real example with six different algorithms, including Linear regression, multiple linear regression, Knn, decision tree, random forest and neural network

Resources

Stars

Watchers

Forks

Releases

No releases published