diff --git a/Codes/README.md b/Codes/README.md new file mode 100644 index 0000000..68f212d --- /dev/null +++ b/Codes/README.md @@ -0,0 +1,21 @@ +### TASK 1 + +Recursive function + +### TASK 2: + +- Step 1: Define your questions. Design your questions to qualify solutions to your specific problem +- Step 2: Decide what to measure and how +- Step 3: Collect data once you've decided what type of data you need +- Step 4: Clean the data collected to correct spelling mistakes and weed out noise from the data +- Step 5: Analyze the data collected, summarize the data and display them +- Step 6: Interpret the results. Test the hypothesis to either reject it or fail to reject it + +### TASK 3: + +K-means clustering partions n observations to k distinct clusters where an observation is placed to a group with the nearest mean. + +### TASK 4: + +0. +