Assignment 1 (1).ipyn
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Importing the necessary li
aries"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from pandas import read_excel, DataFrame\n",
"from matplotlib import pyplot as plt\n",
"from numpy import dot, zeros, a
ay, random, sqrt, mean, std"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Reading the data file and showing the first five data instances"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"