From 240b9d8695c17a54c74b5eda312bd2f325c74f36 Mon Sep 17 00:00:00 2001 From: ligerfotis Date: Fri, 12 May 2023 15:43:38 +0200 Subject: [PATCH] update readme file --- assignment 5/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assignment 5/README.md b/assignment 5/README.md index ae839c0..74a3724 100644 --- a/assignment 5/README.md +++ b/assignment 5/README.md @@ -1,4 +1,4 @@ -# Description of Assignment 4 +[# Description of Assignment 4 ### Author: [Fotios Lygerakis](https://github.com/ligerfotis) ### Implement the Perceptron algorithm for classification of the Iris dataset. @@ -58,3 +58,4 @@ * Use LinearRegression() from sklearn.linear_model to train a linear regression model. * Use mean_squared_error() from sklearn.metrics to calculate the mean squared error of the linear regression model. * Compare the mean squared error of the linear regression model with the mean squared error of the multilayer perceptron model. +]() \ No newline at end of file