Title: Coursework 1 in Supervised Learning in UCL from Q1 to Q5 Usage: 1.Use command "cd CW1" 2.Use command "python3 Qx.py" which x represent the number of question, from 1 to 5 3.In main function of each .py file, we select which sub-question you want to run. like in Q5.py, when you want to run 5.a, then you add the function "Question5a()" into main function.
License: #Copyright: Copyright (c) 2018 #Created on 14/11/2018 #Author:Yihang OU #Version 1.0 #Title: CW1 for Supervised Learning 18/19 in UCL