From 6b604735668fc5f4d61ef9e4cd7204c91c4e9b72 Mon Sep 17 00:00:00 2001 From: NajibAdan Date: Wed, 23 May 2018 00:45:41 +0300 Subject: [PATCH 1/3] first commit --- Codes/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Codes/README.md diff --git a/Codes/README.md b/Codes/README.md new file mode 100644 index 0000000..ffe1287 --- /dev/null +++ b/Codes/README.md @@ -0,0 +1,21 @@ +K 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. + From 2e3e693106f27d709086620f328378708dcbbd79 Mon Sep 17 00:00:00 2001 From: NajibAdan Date: Tue, 22 May 2018 21:48:14 +0000 Subject: [PATCH 2/3] Markdown changes --- Codes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Codes/README.md b/Codes/README.md index ffe1287..c66f822 100644 --- a/Codes/README.md +++ b/Codes/README.md @@ -1,8 +1,8 @@ -K 1 +### TASK 1 - Recursive function -###TASK 2: +### 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 @@ -11,11 +11,11 @@ K 1 - 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: +### 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: +### TASK 4: 0. From 72947497b30108dd3676c85f901da1c105e07a69 Mon Sep 17 00:00:00 2001 From: NajibAdan Date: Tue, 22 May 2018 21:48:51 +0000 Subject: [PATCH 3/3] Updated README --- Codes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codes/README.md b/Codes/README.md index c66f822..68f212d 100644 --- a/Codes/README.md +++ b/Codes/README.md @@ -1,6 +1,6 @@ ### TASK 1 -- Recursive function +Recursive function ### TASK 2: