This repository has been archived on 2025-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-09-20 14:17:13 +03:00

45 lines
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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">&nbsp;</span></p>
<p><!--[if !supportLists]--><span lang="EN-US">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><!--[endif]--><span lang="EN-US">PDF document</span></p>
<p><!--[if !supportLists]--><span lang="EN-US">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><!--[endif]--><span lang="EN-US">Maximum 4 pages</span></p><p><span lang="EN-US"><span lang="EN-US">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span lang="EN-US">Video</span><br></span></p>
<p><span lang="EN-US">&nbsp;</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">). Dont
copy text from your peers and from the Internet. </span></p><br><p></p>
</body>
</html>