/AI-Fall2021-CA0-LinearRegression

Computer Assignment #0 [Linear Regression] - Artificial Intelligence Course - University of Tehran - Dr. Fadaei

Primary LanguageHTML

Artificial Intelligence - Computer Assignment #0 - Fall 2021

University of Tehran

Linear Regression

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.

Normal Equation

Personal website: https://hesamasad.github.io