Assignment 4 – Do a simple machine learning with python

Your task is to perform a simple machine learning algorithm with python. You can replicate the idea that was presented during the exercise by Shouhua or find other example material online, like this very simple linear regression:

https://towardsdatascience.com/simple-machine-learning-model-in-python-in-5-lines-of-code-fe03d72e78c6

If you want to experiment, you can create your own data set and see if the machine learning algorithm understands the pattern. Alternatively, find a dataset from Kaggle (https://www.kaggle.com/)

Decide on a machine learning technique (e.g., linear regression), create or get the data and then program the machine learning in python. And explain everything.

Hand in a PDF document that includes a description of the algorithm, the python code and a short video that the machine learning algorithm performs correctly.

 

-       PDF document

-       Maximum 4 pages

-       Video

 

Remember: Your assignment (PDF document) will be automatically checked for plagiarism (https://en.wikipedia.org/wiki/Turnitin). Don’t copy text from your peers and from the Internet.