In this project we will get acquainted with Jupyter Notebook and some Python libraries which are practical tools in the field of artificial intelligence and machine learning. In this project, we first review and visualize the data. Then, using the analyzes we performed on the data, we obtain a simple linear regression model for prediction. The libraries used in this project will be numpy, pandas and matplotlib with the Jupyter Notebook tool.
The FuelConsumptionCo2.csv
dataset is used, which contains information from different vehicles that is used to predict the amount of carbon dioxide (CO₂) emmitted by each vehicle.
We'll use Normal Equation in order to implement a simple linear regression model for prediction.
Personal website: https://hesamasad.github.io