From 280d78c4e96e3d262a46b29351d4215fee24c5c5 Mon Sep 17 00:00:00 2001 From: Michael Nareg Arabian Date: Sun, 21 Feb 2021 16:00:57 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f7e165..0ea1a01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # COMP472_A1 COMP 472 - Assignment 1 (Winter 2021) +![alt text](https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Scikit_learn_logo_small.svg/1200px-Scikit_learn_logo_small.svg.png) + # Instructions For this assignment, you will use python language/the scikit-learn machine learning framework to experiment with two different machine learning algorithms using sentiment data set [1]. The focus of this assignment lies more on the experimentations and analysis than on the implementation. You are required to use python/scikit-learn as a language and an open-source machine learning library for Python (see http://scikit-learn.org/stable/), which provides an interface to program with a variety of different algorithms and built-in datasets. There are plenty of online documentation and examples of code online (e.g. [2] and [3])