The goal of this project is to apply everything we learned in this course and build an end-to-end machine learning project.
Remember that to pass the project, you must evaluate 3 peers. If you don't do that, your project can't be considered compelete.
Project:
- Form: https://forms.gle/mRRoDtqDXBytvsoD9
- Deadline: 31 July, 23:00 CEST
Peer reviewing:
- Peer review assignments: link ("project 1" tab)
- Form: https://forms.gle/MRMHDuFiP6DFShaj7
- Deadline: 10 August, 23:00 CEST
Project feedback: link ("feedback-01" tab)
Project:
- Form: https://forms.gle/o1s3NmYE4UmFSMVD7
- Deadline: 21 August (Monday), 23:00 CEST
Peer reviewing:
- Peer review assignments: link ("project 2" tab)
- Form: https://forms.gle/R4Y58WSxGDWsDBFv7
- Deadline: 29 August (Tuesday), 23:00 CEST
Project feedback: link ("feedback-02" tab)
See here
To get the hash for your project, use this function to hash your email:
from hashlib import sha1
def compute_hash(email):
return sha1(email.lower().encode('utf-8')).hexdigest()
Or use this website.