-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathml-1.html
15 lines (15 loc) · 811 Bytes
/
ml-1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MachineLearningContent</title>
</head>
<body style="background-color:black ;">
<h1 style="color: white; text-align:center;">Machine Learning!</h1>
<embed src="./class_cross validation_Bias and Variance.pdf" type="application/pdf" width="100%" height="600px" style="margin-top:20px;margin-bottom: 40px;">
<embed src="./class_Evaluation metrics.pdf" type="application/pdf" width="100%" height="600px" style="margin-bottom:40px ;">
<embed src="./class_k nearest neighbours.pdf" type="application/pdf" width="100%" height="600px" style="margin-bottom:40px ;">
</body>
</html>