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])