====== HW 0 - NumPy Basics ====== Download and extract {{ :courses:b3b33vir:tutorials:hw0:hw_0.zip | the archive}} with Python module template ''hw_0.py'' and data files ''x.npy'' and ''y.npy''. The warmup section won't be checked but we suggest you fill it in. Fill in the LR function to solve the linear regression problem. You can use the provided data files to plot and check your result. Upload your code in [[https://cw.felk.cvut.cz/brute/student/course/999/00_numpy|Brute]] (see the max. points and deadline there). Also take a look at [[courses:b3b33vir:resources:brute_spec:start|Brute specification]] in order to find out used versions of python