45 lines
2.3 KiB
HTML
45 lines
2.3 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Description Assignment 4</title>
|
||
<meta charset="utf-8">
|
||
|
||
</head>
|
||
<body>
|
||
<p dir="ltr" style="text-align: left;"></p><p><b><span lang="EN-US">Assignment 4 – Do a simple machine learning with
|
||
python</span></b></p>
|
||
|
||
<p><span lang="EN-US">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:</span></p>
|
||
|
||
<p><a href="https://towardsdatascience.com/simple-machine-learning-model-in-python-in-5-lines-of-code-fe03d72e78c6"><span lang="EN-US">https://towardsdatascience.com/simple-machine-learning-model-in-python-in-5-lines-of-code-fe03d72e78c6</span></a></p>
|
||
|
||
<p><span lang="EN-US">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 (</span><a href="https://www.kaggle.com/"><span lang="EN-US">https://www.kaggle.com/</span></a><span lang="EN-US">)</span></p>
|
||
|
||
<p><span lang="EN-US">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.</span></p>
|
||
|
||
<p><span lang="EN-US">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.</span></p>
|
||
|
||
<p><span lang="EN-US"> </span></p>
|
||
|
||
<p><!--[if !supportLists]--><span lang="EN-US">-
|
||
</span><!--[endif]--><span lang="EN-US">PDF document</span></p>
|
||
|
||
<p><!--[if !supportLists]--><span lang="EN-US">-
|
||
</span><!--[endif]--><span lang="EN-US">Maximum 4 pages</span></p><p><span lang="EN-US"><span lang="EN-US">- </span><span lang="EN-US">Video</span><br></span></p>
|
||
|
||
<p><span lang="EN-US"> </span></p>
|
||
|
||
<p><span lang="EN-US">Remember: Your assignment (PDF document) will be
|
||
automatically checked for plagiarism (</span><a href="https://en.wikipedia.org/wiki/Turnitin"><span lang="EN-US">https://en.wikipedia.org/wiki/Turnitin</span></a><span lang="EN-US">). Don’t
|
||
copy text from your peers and from the Internet. </span></p><br><p></p>
|
||
</body>
|
||
</html> |